Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Duadmin.c94 p->p_exec != NULLVP && /* kernel daemons */ in killall()
106 p->p_exec != NULLVP && /* kernel daemons */ in killall()
220 p->p_exec = NULLVP; in kadmin()
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c310 dv->dv_attrvp = NULLVP; in dv_mkroot()
361 dv->dv_attrvp = NULLVP; in dv_mkdir()
416 dv->dv_attrvp = NULLVP; in dv_mknod()
475 if (dv->dv_attrvp != NULLVP) in dv_destroy()
700 if (dv->dv_attrvp != NULLVP) in dv_shadow_node()
705 if (dv->dv_attrvp != NULLVP) { in dv_shadow_node()
712 if (dv->dv_attrvp != NULLVP) in dv_shadow_node()
999 if ((dv->dv_attrvp != NULLVP) || in dv_find()
1242 if (*vpp == NULLVP) in dv_find()
1539 if (dv->dv_attrvp == NULLVP) { in dv_reset_perm_dir()
[all …]
H A Ddevfs_vnops.c542 NULL, NULLVP, cr, in devfs_setattr()
670 NULL, NULLVP, cr, DV_SHADOW_CREATE | DV_SHADOW_WRITE_HELD); in devfs_setsecattr()
836 error = dv_find(VTODV(dvp), nm, &vp, NULL, NULLVP, cred, 0); in devfs_create()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c920 if (dv->sdev_attrvp != NULLVP) { in sdev_nodedestroy()
927 dv->sdev_attrvp = NULLVP; in sdev_nodedestroy()
1402 if (*vpp == NULLVP) in sdev_to_vp()
1488 vp = NULLVP; in sdev_filldir_from_store()
1970 *vpp = NULLVP; in devname_lookup_func()
1982 *vpp = NULLVP; in devname_lookup_func()
2007 *vpp = NULLVP; in devname_lookup_func()
2021 *vpp = NULLVP; in devname_lookup_func()
2057 *vpp = NULLVP; in devname_lookup_func()
2092 *vpp = NULLVP; in devname_lookup_func()
H A Dsdev_profile.c83 *avpp = NULLVP; in prof_getattr()
99 *avpp = NULLVP; in prof_getattr()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c359 rvp = NULLVP; in nm_mount()
596 if (namefind(vp, NULLVP) == NULL && vp->v_stream) { in nm_unmount()
/titanic_44/usr/src/uts/common/os/
H A Dexit.c540 p->p_exec = NULLVP; in proc_exit()
541 p->p_execdir = NULLVP; in proc_exit()
H A Dfork.c1029 cp->p_exec = NULLVP; in getproc()
1030 cp->p_execdir = NULLVP; in getproc()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsyscall.c1349 if (p->p_exec == NULLVP || p->p_as == &kas || in set_all_zone_usr_proc_sys()
/titanic_44/usr/src/uts/sparc/os/
H A Dsyscall.c1189 if (p->p_exec == NULLVP || p->p_as == &kas || in set_all_zone_usr_proc_sys()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1399 #define NULLVP ((struct vnode *)0) macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1395 #define NULLVP ((struct vnode *)0) macro