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.c598 if (unp->unp_vnode != NULL) { in uipc_bindat()
672 unp->unp_vnode = vp; in uipc_bindat()
729 if ((vp = unp->unp_vnode) != NULL) { in uipc_close()
734 if (vp && unp->unp_vnode == NULL) { in uipc_close()
740 unp->unp_vnode = NULL; in uipc_close()
765 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()
825 if ((vp = unp->unp_vnode) != NULL) { in uipc_detach()
830 if (unp->unp_vnode != vp && unp->unp_vnode != NULL) { in uipc_detach()
836 if ((vp = unp->unp_vnode) != NULL) { in uipc_detach()
838 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()