Searched refs:PR_FD (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h133 PR_FD, /* /proc/<pid>/fd/nn */ enumerator in enum:prnodetype
H A Dprvnops.c252 case PR_FD:
258 (type == PR_FD && vtype != VREG && vtype != VDIR))
434 ASSERT(type != PR_OBJECT && type != PR_FD &&
2853 case PR_FD:
2858 if (type == PR_FD) {
3227 case PR_FD:
3237 (type == PR_FD && vtype != VREG && vtype != VDIR) ||
3238 (type == PR_FD && (vmode & mode) != mode &&
3403 case PR_FD:
3443 VTOP(vp)->pr_type != PR_FD)
[all...]

Completed in 68 milliseconds