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

/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_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) {
458 fs_buf_count = mounted_fs_count;
459 fs_buf = reallocf(fs_buf, fs_buf_count * sizeof(struct statfs));
461 fs_buf_count = 0;
468 fs_buf_count * sizeof(struct statfs), MNT_NOWAIT)) < 0) {
542 fs_buf_count = 0;

Completed in 358 milliseconds