Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c542 { VPROC, "PROC" },
1081 case VPROC: in pfile_callback()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c500 case VPROC: /* VOP_GETATTR() translates this to VREG */ in nm_mount()
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fop.c1332 !(orig->v_type == VPROC && vp != NULL && vp->v_type != VPROC)) { in port_associate_fop()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c2860 vap->va_type = (vp->v_type == VPROC) ? VREG : vp->v_type; in prgetattr()
3415 else if (vp->v_type != VPROC || in prcreate()
3654 if (vp->v_type == VPROC) { in pr_lookup_piddir()
3960 if (vp->v_type == VPROC) { in pr_lookup_lwpiddir()
4465 vp->v_type = VPROC; in prgetnode()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c651 (type == VPROC) || (type == VPORT)) in sdev_create()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h168 VPROC = 8, enumerator
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h167 VPROC = 8, enumerator
/titanic_44/usr/src/uts/common/os/
H A Dexec.c1115 !(vp->v_type == VREG || (vp->v_type == VPROC && pr_isobject(vp))) || in execpermissions()