Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_storage_tbl.c449 int i, mounted_fs_count, units; in storage_OS_get_fs() local
452 if ((mounted_fs_count = getfsstat(NULL, 0, MNT_NOWAIT)) < 0) { in storage_OS_get_fs()
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()
467 if ((mounted_fs_count = getfsstat(fs_buf, in storage_OS_get_fs()
473 HRDBG("got %d mounted FS", mounted_fs_count); in storage_OS_get_fs()
477 for (i = 0; i < mounted_fs_count; i++) { in storage_OS_get_fs()