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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c327 if (unp == 0 || unp->unp_vnode == 0)
841 if (unp->unp_vnode) {
851 if (unp->unp_vnode) {
852 tvp = unp->unp_vnode;
853 unp->unp_vnode->v_socket = NULL;
854 unp->unp_vnode = NULL;
939 if (unp->unp_vnode != NULL)
1007 unp->unp_vnode = vp;
1494 cp->unp_vnode = (_UNPCB_PTR(struct vnode *))
1495 VM_KERNEL_ADDRPERM(up->unp_vnode);
[all...]

Completed in 20 milliseconds