Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dunpcb.h130 struct vnode *unp_vnode; /* if associated with file */ member
173 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */
/xnu-10002.1.13/bsd/kern/
H A Duipc_usrreq.c382 if (unp == 0 || unp->unp_vnode == 0) { in uipc_listen()
1023 if (unp->unp_vnode) { in unp_detach()
1033 if (unp->unp_vnode) { in unp_detach()
1034 tvp = unp->unp_vnode; in unp_detach()
1035 unp->unp_vnode->v_socket = NULL; in unp_detach()
1036 unp->unp_vnode = NULL; in unp_detach()
1126 if (unp->unp_vnode != NULL) { in unp_bind()
1211 if (unp->unp_vnode != NULL) { in unp_bind()
1223 unp->unp_vnode = vp; in unp_bind()
1726 cp->unp_vnode = (_UNPCB_PTR(struct vnode *)) in unpcb_to_compat()
[all …]
/xnu-10002.1.13/tools/lldbmacros/
H A Dnet.py549 out_string += "unp_vnode: " + hex(pcb.unp_vnode) + " "
2052 out_string += " unp_vnode: " + hex(pcb.unp_vnode)