Searched refs:unp_vnode (Results 1 – 3 of 3) sorted by relevance
130 struct vnode *unp_vnode; /* if associated with file */ member173 _UNPCB_PTR(struct vnode *) unp_vnode; /* if associated with file */
393 if (unp == 0 || unp->unp_vnode == 0) { in uipc_listen()1059 if (unp->unp_vnode) { in unp_detach()1069 if (unp->unp_vnode) { in unp_detach()1070 tvp = unp->unp_vnode; in unp_detach()1071 unp->unp_vnode->v_socket = NULL; in unp_detach()1072 unp->unp_vnode = NULL; in unp_detach()1162 if (unp->unp_vnode != NULL) { in unp_bind()1248 if (unp->unp_vnode != NULL) { in unp_bind()1260 unp->unp_vnode = vp; in unp_bind()1762 cp->unp_vnode = (_UNPCB_PTR(struct vnode *)) in unpcb_to_compat()[all …]
535 out_string += "unp_vnode: " + hex(pcb.unp_vnode) + " "1871 out_string += " unp_vnode: " + hex(pcb.unp_vnode)