Searched refs:unp_vnode (Results 1 – 5 of 5) sorted by relevance
72 struct vnode *unp_vnode; /* [s] if associated with file */ member
107 pp("%p", unp_vnode, ", "); in unpcb_dump()
336 if (unp->unp_vnode != NULL) in uipc_bind() 402 unp->unp_vnode = vp; in uipc_bind() 422 if (unp->unp_vnode == NULL) in uipc_connect() 767 struct vnode *vp = unp->unp_vnode; in unp_detach() 770 unp->unp_vnode = NULL; in unp_detach()
1589 kf->v_un = PTRTOINT64(unpcb->unp_vnode); in sysctl_file()
665 kf->v_un = PTRTOINT64(unpcb.unp_vnode); in fill_file()