Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c447 int i, mounted_fs_count, units; in storage_OS_get_fs() local
450 if ((mounted_fs_count = getfsstat(NULL, 0, MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
455 if (mounted_fs_count != (int)fs_buf_count || fs_buf == NULL) { in storage_OS_get_fs()
456 fs_buf_count = mounted_fs_count; in storage_OS_get_fs()
465 if ((mounted_fs_count = getfsstat(fs_buf, in storage_OS_get_fs()
471 HRDBG("got %d mounted FS", mounted_fs_count); in storage_OS_get_fs()
475 for (i = 0; i < mounted_fs_count; i++) { in storage_OS_get_fs()