Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat_compat.c47 int vn_type; member
81 int vn_type; member
215 vn_compat->vn_type = vn.vn_type; in freebsd11_procstat_get_vnode_info()
240 vn_compat->vn_type = vn.vn_type; in freebsd12_procstat_get_vnode_info()
H A Dlibprocstat.h135 int vn_type; member
H A Dlibprocstat.c1300 vn->vn_type = vntype2psfsttype(vnode.v_type); in procstat_get_vnode_info_kvm()
1415 vn->vn_type = vntype; in procstat_get_vnode_info_sysctl()
/freebsd/usr.bin/fstat/
H A Dfstat.c568 else if (vn.vn_type == PS_FST_VTYPE_VBAD) in print_vnode_info()
570 else if (vn.vn_type == PS_FST_VTYPE_VNON) in print_vnode_info()
592 if (vn.vn_type == PS_FST_VTYPE_VBLK || vn.vn_type == PS_FST_VTYPE_VCHR) { in print_vnode_info()
H A Dfuser.c312 (vn.vn_type == PS_FST_VTYPE_VCHR || in dofiles()
313 vn.vn_type == PS_FST_VTYPE_VBLK) && in dofiles()
/freebsd/usr.bin/procstat/
H A Dprocstat_files.c433 switch (vn.vn_type) { in procstat_files()