Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat.c1391 int vntype; in procstat_get_vnode_info_sysctl() local
1407 vntype = kinfo_vtype2fst(kve->kve_vn_type); in procstat_get_vnode_info_sysctl()
1417 vntype = kinfo_vtype2fst(kif->kf_vnode_type); in procstat_get_vnode_info_sysctl()
1420 vn->vn_type = vntype; in procstat_get_vnode_info_sysctl()
1421 if (vntype == PS_FST_VTYPE_VNON || vntype == PS_FST_VTYPE_VBAD) in procstat_get_vnode_info_sysctl()
1436 if (vntype == PS_FST_VTYPE_VBLK) { in procstat_get_vnode_info_sysctl()
1441 } else if (vntype == PS_FST_VTYPE_VCHR) { in procstat_get_vnode_info_sysctl()