Home
last modified time | relevance | path

Searched refs:unp_vnode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dunpcb.h86 struct vnode *unp_vnode; /* (p) associated file if applicable */ member
150 kvaddr_t unp_vnode; /* (s) */ member
/freebsd/sys/kern/
H A Duipc_usrreq.c552 if (unp->unp_vnode != NULL) { in uipc_bindat()
626 unp->unp_vnode = vp; in uipc_bindat()
683 if ((vp = unp->unp_vnode) != NULL) { in uipc_close()
688 if (vp && unp->unp_vnode == NULL) { in uipc_close()
694 unp->unp_vnode = NULL; in uipc_close()
719 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()
773 if ((vp = unp->unp_vnode) != NULL) { in uipc_detach()
778 if (unp->unp_vnode != vp && unp->unp_vnode != NULL) { in uipc_detach()
784 if ((vp = unp->unp_vnode) != NULL) { in uipc_detach()
786 unp->unp_vnode = NULL; in uipc_detach()
[all …]
/freebsd/usr.bin/netstat/
H A Dunix.c311 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()