Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_fs_tbl.c324 fs_get_type(const struct statfs *fs_p) in fs_get_type() function
367 entry->type = fs_get_type(fs_p); in fs_tbl_process_statfs_entry()
HDhostres_snmp.h206 const struct asn_oid *fs_get_type(const struct statfs *);
HDhostres_storage_tbl.c488 entry->type = fs_get_type(&fs_buf[i]); /*XXX - This is wrong*/ in storage_OS_get_fs()