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
149 kvaddr_t unp_vnode; /* (s) */ member
/freebsd/sys/kern/
H A Duipc_usrreq.c551 if (unp->unp_vnode != NULL) { in uipc_bindat()
624 unp->unp_vnode = vp; in uipc_bindat()
692 unp->unp_vnode = NULL; in uipc_close()
755 if (unp->unp_vnode != vp && unp->unp_vnode != NULL) { in uipc_detach()
763 unp->unp_vnode = NULL; in uipc_detach()
844 else if (unp->unp_vnode == NULL) in uipc_listen()
2312 xu->unp_vnode = (uintptr_t)unp->unp_vnode; in unp_pcblist()
2531 KASSERT(unp->unp_vnode == NULL, in unp_zdtor()
3450 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
3452 unp->unp_vnode = NULL; in vfs_unp_reclaim()
[all …]
/freebsd/usr.bin/netstat/
H A Dunix.c312 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()