Searched refs:NULLVP (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Duadmin.c94 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 Ddevfs_subr.c310 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 Ddevfs_vnops.c542 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 Dsdev_subr.c920 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 Dsdev_profile.c84 *avpp = NULLVP;
100 *avpp = NULLVP;
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c359 rvp = NULLVP;
596 if (namefind(vp, NULLVP) == NULL && vp->v_stream) {
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c548 p->p_exec = NULLVP;
549 p->p_execdir = NULLVP;
H A Dfork.c1041 cp->p_exec = NULLVP;
1042 cp->p_execdir = NULLVP;
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c1189 if (p->p_exec == NULLVP || p->p_as == &kas ||
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1349 if (p->p_exec == NULLVP || p->p_as == &kas ||
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1399 #define NULLVP ((struct vnode *)0) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1409 #define NULLVP ((struct vnode *)0) macro

Completed in 257 milliseconds