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

/netbsd-current/sys/sys/
H A Dunpcb.h45 * file system. If so, the unp_vnode pointer holds
73 struct vnode *unp_vnode; /* if associated with file */ member in struct:unpcb
/netbsd-current/usr.bin/netstat/
H A Dunix.c134 so->so_snd.sb_cc, (u_long)unp.unp_vnode,
/netbsd-current/sys/kern/
H A Duipc_usrreq.c774 if ((vp = unp->unp_vnode) != NULL) {
783 unp->unp_vnode = NULL;
972 if (unp->unp_vnode != NULL)
1024 unp->unp_vnode = vp;
1053 if (unp->unp_vnode == NULL)
H A Duipc_domain.c543 COND_SET_VALUE(pcb->ki_vnode, PTRTOUINT64(unp->unp_vnode), allowaddr);
/netbsd-current/usr.bin/fstat/
H A Dfstat.c1195 if (unpcb.unp_vnode == NULL)
1197 if (!checkfs(unpcb.unp_vnode, &vn, &fst,

Completed in 286 milliseconds