Searched refs:vn_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.bin/fstat/
H A Dfstat.c492 else if (vn.vn_type == PS_FST_VTYPE_VBAD)
494 else if (vn.vn_type == PS_FST_VTYPE_VNON)
516 if (vn.vn_type == PS_FST_VTYPE_VBLK || vn.vn_type == PS_FST_VTYPE_VCHR) {
H A Dfuser.c313 (vn.vn_type == PS_FST_VTYPE_VCHR ||
314 vn.vn_type == PS_FST_VTYPE_VBLK) &&
/freebsd-10.1-release/lib/libprocstat/
H A Dlibprocstat.h124 int vn_type; member in struct:vnstat
H A Dlibprocstat.c1253 vn->vn_type = vntype2psfsttype(vnode.v_type);
1368 vn->vn_type = vntype;
/freebsd-10.1-release/usr.bin/procstat/
H A Dprocstat_files.c403 switch (vn.vn_type) {

Completed in 63 milliseconds