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.c627 if (unp->unp_vnode != NULL) { in uipc_bindat()
701 unp->unp_vnode = vp; in uipc_bindat()
774 if ((vp = unp->unp_vnode) != NULL) { in uipc_close()
779 if (vp && unp->unp_vnode == NULL) { in uipc_close()
785 unp->unp_vnode = NULL; in uipc_close()
810 if (unp->unp_vnode != NULL || (unp->unp_flags & UNP_BINDING) != 0) in uipc_chmod()
864 KASSERT(unp->unp_vnode == NULL, in uipc_detach()
3672 xu->unp_vnode = (uintptr_t)unp->unp_vnode; in unp_pcblist()
3910 KASSERT(unp->unp_vnode == NULL, in unp_zdtor()
4811 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
[all …]
/freebsd/usr.bin/netstat/
H A Dunix.c311 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()