Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat.h45 #define PS_FST_VTYPE_VNON 1 macro
H A Dlibprocstat.c1358 { KF_VTYPE_VNON, PS_FST_VTYPE_VNON }, in kinfo_vtype2fst()
1416 if (vntype == PS_FST_VTYPE_VNON || vntype == PS_FST_VTYPE_VBAD) in procstat_get_vnode_info_sysctl()
1660 { VNON, PS_FST_VTYPE_VNON }, in vntype2psfsttype()
/freebsd/usr.bin/procstat/
H A Dprocstat_files.c474 case PS_FST_VTYPE_VNON: in procstat_files()
/freebsd/usr.bin/fstat/
H A Dfstat.c570 else if (vn.vn_type == PS_FST_VTYPE_VNON) in print_vnode_info()