Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat.c1387 int vntype; in procstat_get_vnode_info_sysctl() local
1403 vntype = kinfo_vtype2fst(kve->kve_vn_type); in procstat_get_vnode_info_sysctl()
1413 vntype = kinfo_vtype2fst(kif->kf_vnode_type); in procstat_get_vnode_info_sysctl()
1416 vn->vn_type = vntype; in procstat_get_vnode_info_sysctl()
1417 if (vntype == PS_FST_VTYPE_VNON || vntype == PS_FST_VTYPE_VBAD) in procstat_get_vnode_info_sysctl()
1432 if (vntype == PS_FST_VTYPE_VBLK) { in procstat_get_vnode_info_sysctl()
1437 } else if (vntype == PS_FST_VTYPE_VCHR) { in procstat_get_vnode_info_sysctl()