Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dexec.c202 vnode_t *dir = NULL, *tmpvp = NULL; in exec_common() local
449 tmpvp = p->p_execdir; in exec_common()
455 if (tmpvp != NULL) in exec_common()
456 VN_RELE(tmpvp); in exec_common()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1470 struct vnode *tmpvp, **rvp = &tmpvp, *rrvp = NULL; in sdev_shadow_node() local