Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dunpcb.h88 struct vnode *unp_vnode; /* (p) associated file if applicable */ member
153 kvaddr_t unp_vnode; /* (s) */ member
/freebsd-14.2/sys/kern/
H A Duipc_usrreq.c579 if (unp->unp_vnode != NULL) { in uipc_bindat()
652 unp->unp_vnode = vp; in uipc_bindat()
720 unp->unp_vnode = NULL; in uipc_close()
780 if (unp->unp_vnode != vp && unp->unp_vnode != NULL) { in uipc_detach()
788 unp->unp_vnode = NULL; in uipc_detach()
869 else if (unp->unp_vnode == NULL) in uipc_listen()
2311 xu->unp_vnode = (uintptr_t)unp->unp_vnode; in unp_pcblist()
2530 KASSERT(unp->unp_vnode == NULL, in unp_zdtor()
3449 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
3451 unp->unp_vnode = NULL; in vfs_unp_reclaim()
[all …]
/freebsd-14.2/usr.bin/netstat/
H A Dunix.c318 so->so_snd.sb_cc, (long)xunp->unp_vnode, in unixdomainpr()