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.c200 vnode_t *dir = NULL, *tmpvp = NULL; in exec_common() local
446 tmpvp = p->p_execdir; in exec_common()
452 if (tmpvp != NULL) in exec_common()
453 VN_RELE(tmpvp); in exec_common()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1471 struct vnode *tmpvp, **rvp = &tmpvp, *rrvp = NULL; in sdev_shadow_node() local