Searched refs:PR_PROCDIR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c135 pnp->pr_type = PR_PROCDIR;
H A Dprdata.h108 PR_PROCDIR, /* /proc */ enumerator in enum:prnodetype
H A Dprvnops.c115 { PR_PROCDIR, 2 * sizeof (prdirent_t), sizeof (prdirent_t),
240 if (type == PR_PROCDIR)
431 if (type == PR_PROCDIR)
2890 if (type == PR_PROCDIR) {
3223 case PR_PROCDIR:
3383 if (type != PR_PROCDIR && strcmp(comp, "..") == 0) {
3481 ASSERT(VTOP(dp)->pr_type == PR_PROCDIR);
4750 ASSERT(pnp->pr_type == PR_PROCDIR);
4833 case PR_PROCDIR:
4842 if (dirent.d_ino == PR_PROCDIR)
[all...]

Completed in 86 milliseconds