Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dunpcb.h89 struct vnode *unp_vnode; /* (p) associated file if applicable */ member
154 kvaddr_t unp_vnode; /* (s) */ member
/freebsd-13.1/sys/kern/
H A Duipc_usrreq.c622 if (unp->unp_vnode != NULL) { in uipc_bindat()
685 unp->unp_vnode = vp; in uipc_bindat()
753 unp->unp_vnode = NULL; in uipc_close()
822 if (unp->unp_vnode != vp && unp->unp_vnode != NULL) { in uipc_detach()
830 unp->unp_vnode = NULL; in uipc_detach()
896 if (unp->unp_vnode == NULL) { in uipc_listen()
1902 xu->unp_vnode = (uintptr_t)unp->unp_vnode; in unp_pcblist()
2134 KASSERT(unp->unp_vnode == NULL, in unp_zdtor()
2871 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
2873 unp->unp_vnode = NULL; in vfs_unp_reclaim()
[all …]
/freebsd-13.1/usr.bin/netstat/
H A Dunix.c320 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()