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

/xnu-2422.115.4/bsd/sys/
H A Dunpcb.h76 * file system. If so, the unp_vnode pointer holds
126 struct vnode *unp_vnode; /* if associated with file */ member in struct:unpcb
168 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */ member in struct:unpcb_compat
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c328 if (unp == 0 || unp->unp_vnode == 0)
882 if (unp->unp_vnode) {
892 if (unp->unp_vnode) {
893 tvp = unp->unp_vnode;
894 unp->unp_vnode->v_socket = NULL;
895 unp->unp_vnode = NULL;
980 if (unp->unp_vnode != NULL)
1048 unp->unp_vnode = vp;
1535 cp->unp_vnode = (_UNPCB_PTR(struct vnode *))
1536 VM_KERNEL_ADDRPERM(up->unp_vnode);
[all...]
/xnu-2422.115.4/tools/lldbmacros/
H A Dnet.py448 out_string += "unp_vnode: " + hex(pcb.unp_vnode) + " "

Completed in 26 milliseconds