Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDunpcb.h71 struct vnode *unp_vnode; /* if associated with file */ member
/freebsd-11-stable/sys/kern/
HDuipc_usrreq.c495 if (unp->unp_vnode != NULL) { in uipc_bindat()
556 unp->unp_vnode = vp; in uipc_bindat()
676 if ((vp = unp->unp_vnode) != NULL) { in uipc_detach()
678 unp->unp_vnode = NULL; in uipc_detach()
750 if (unp->unp_vnode == NULL) { in uipc_listen()
2517 if (unp->unp_vnode == vp) { in vfs_unp_reclaim()
2519 unp->unp_vnode = NULL; in vfs_unp_reclaim()
2619 unp->unp_vnode); in DB_SHOW_COMMAND()
/freebsd-11-stable/usr.bin/netstat/
HDunix.c321 so->so_snd.sb_cc, (long)unp->unp_vnode, in unixdomainpr()