Home
last modified time | relevance | path

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

/src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c322 fs_get_type(const struct statfs *fs_p) in fs_get_type() function
365 entry->type = fs_get_type(fs_p); in fs_tbl_process_statfs_entry()
H A Dhostres_snmp.h204 const struct asn_oid *fs_get_type(const struct statfs *);
H A Dhostres_storage_tbl.c489 entry->type = fs_get_type(&fs_buf[i]); /*XXX - This is wrong*/ in storage_OS_get_fs()