Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dunpcb.h81 struct vnode *unp_vnode; /* if associated with file */ member
/dflybsd-src/usr.bin/netstat/
H A Dunix.c127 (long)unp->unp_vnode, (long)unp->unp_conn, in unixdomainpr()
/dflybsd-src/sys/kern/
H A Duipc_usrreq.c493 if (!UNP_ISATTACHED(unp) || unp->unp_vnode == NULL) in uipc_listen()
1098 if (unp->unp_vnode) { in unp_detach()
1099 unp->unp_vnode->v_socket = NULL; in unp_detach()
1100 vrele(unp->unp_vnode); in unp_detach()
1101 unp->unp_vnode = NULL; in unp_detach()
1138 if (unp->unp_vnode != NULL) in unp_bind()
1162 if (unp->unp_vnode == NULL) { in unp_bind()
1164 unp->unp_vnode = vp; in unp_bind()