Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dunpcb.h81 struct vnode *unp_vnode; /* if associated with file */ member
143 kvaddr_t unp_vnode; /* (s) */ member
/freebsd-12.1/sys/kern/
H A Duipc_usrreq.c593 if (unp->unp_vnode != NULL) { in uipc_bindat()
653 unp->unp_vnode = vp; in uipc_bindat()
721 unp->unp_vnode = NULL; in uipc_close()
792 if (unp->unp_vnode != vp && in uipc_detach()
793 unp->unp_vnode != NULL) { in uipc_detach()
804 unp->unp_vnode = NULL; in uipc_detach()
905 if (unp->unp_vnode == NULL) { in uipc_listen()
1874 xu->unp_vnode = (uintptr_t)unp->unp_vnode; in unp_pcblist()
2740 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
2742 unp->unp_vnode = NULL; in vfs_unp_reclaim()
[all …]
/freebsd-12.1/usr.bin/netstat/
H A Dunix.c320 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()