Searched refs:NULLVP (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 94 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 D | devfs_subr.c | 310 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 D | devfs_vnops.c | 542 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 D | sdev_subr.c | 920 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 D | sdev_profile.c | 83 *avpp = NULLVP; in prof_getattr() 99 *avpp = NULLVP; in prof_getattr()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevfs.c | 359 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 D | exit.c | 540 p->p_exec = NULLVP; in proc_exit() 541 p->p_execdir = NULLVP; in proc_exit()
|
H A D | fork.c | 1029 cp->p_exec = NULLVP; in getproc() 1030 cp->p_execdir = NULLVP; in getproc()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 1349 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 D | syscall.c | 1189 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 D | vnode.h | 1399 #define NULLVP ((struct vnode *)0) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1395 #define NULLVP ((struct vnode *)0) macro
|