Searched refs:NULLVP (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 94 p->p_exec != NULLVP && /* kernel daemons */ 106 p->p_exec != NULLVP && /* kernel daemons */ 220 p->p_exec = NULLVP;
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_subr.c | 310 dv->dv_attrvp = NULLVP; 361 dv->dv_attrvp = NULLVP; 416 dv->dv_attrvp = NULLVP; 475 if (dv->dv_attrvp != NULLVP) 700 if (dv->dv_attrvp != NULLVP) 705 if (dv->dv_attrvp != NULLVP) { 712 if (dv->dv_attrvp != NULLVP) 999 if ((dv->dv_attrvp != NULLVP) || 1242 if (*vpp == NULLVP) 1539 if (dv->dv_attrvp == NULLVP) { 1544 NULL, NULLVP, kcred, 0); local [all...] |
H A D | devfs_vnops.c | 542 NULL, NULLVP, cr, 670 NULL, NULLVP, cr, DV_SHADOW_CREATE | DV_SHADOW_WRITE_HELD); local 836 error = dv_find(VTODV(dvp), nm, &vp, NULL, NULLVP, cred, 0);
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_subr.c | 920 if (dv->sdev_attrvp != NULLVP) { 927 dv->sdev_attrvp = NULLVP; 1402 if (*vpp == NULLVP) 1488 vp = NULLVP; 1970 *vpp = NULLVP; 1982 *vpp = NULLVP; 2007 *vpp = NULLVP; 2021 *vpp = NULLVP; 2057 *vpp = NULLVP; 2092 *vpp = NULLVP; [all...] |
H A D | sdev_profile.c | 84 *avpp = NULLVP; 100 *avpp = NULLVP;
|
/illumos-gate/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 359 rvp = NULLVP; 596 if (namefind(vp, NULLVP) == NULL && vp->v_stream) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exit.c | 548 p->p_exec = NULLVP; 549 p->p_execdir = NULLVP;
|
H A D | fork.c | 1041 cp->p_exec = NULLVP; 1042 cp->p_execdir = NULLVP;
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | syscall.c | 1189 if (p->p_exec == NULLVP || p->p_as == &kas ||
|
/illumos-gate/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 1349 if (p->p_exec == NULLVP || p->p_as == &kas ||
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1399 #define NULLVP ((struct vnode *)0) macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vnode.h | 1409 #define NULLVP ((struct vnode *)0) macro
|
Completed in 257 milliseconds