Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c542 { VPROC, "PROC" },
1081 case VPROC: in pfile_callback()
/onnv-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c500 case VPROC: /* VOP_GETATTR() translates this to VREG */ in nm_mount()
/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c2795 vap->va_type = (vp->v_type == VPROC) ? VREG : vp->v_type; in prgetattr()
3342 else if (vp->v_type != VPROC || in prcreate()
3581 if (vp->v_type == VPROC) { in pr_lookup_piddir()
3887 if (vp->v_type == VPROC) { in pr_lookup_lwpiddir()
4392 vp->v_type = VPROC; in prgetnode()
/onnv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c391 (type == VPROC) || (type == VPORT)) in sdev_create()
/onnv-gate/usr/src/uts/common/sys/
H A Dvnode.h166 VPROC = 8, enumerator
/onnv-gate/usr/src/uts/common/os/
H A Dexec.c1110 !(vp->v_type == VREG || (vp->v_type == VPROC && pr_isobject(vp))) || in execpermissions()