Home
last modified time | relevance | path

Searched refs:tmpvp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dexec.c117 vnode_t *vp = NULL, *dir = NULL, *tmpvp = NULL; in exec_common() local
346 tmpvp = p->p_execdir; in exec_common()
352 if (tmpvp != NULL) in exec_common()
353 VN_RELE(tmpvp); in exec_common()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1608 struct vnode *tmpvp, **rvp = &tmpvp, *rrvp = NULL; in sdev_shadow_node() local