Home
last modified time | relevance | path

Searched refs:fs_buf_count (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_storage_tbl.c120 static size_t fs_buf_count; /* item count for fs_buf */ variable
457 if (mounted_fs_count != (int)fs_buf_count || fs_buf == NULL) { in storage_OS_get_fs()
458 fs_buf_count = mounted_fs_count; in storage_OS_get_fs()
459 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs)); in storage_OS_get_fs()
461 fs_buf_count = 0; in storage_OS_get_fs()
468 fs_buf_count * sizeof(struct statfs), MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
542 fs_buf_count = 0; in fini_storage_tbl()