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

/netbsd-current/sys/sys/
H A Dunpcb.h74 ino_t unp_ino; /* fake inode number */ member in struct:unpcb
/netbsd-current/sys/kern/
H A Duipc_usrreq.c179 ino_t unp_ino; /* prototype for fake inode numbers */ variable
906 if (unp->unp_ino == 0)
907 unp->unp_ino = unp_ino++;
909 ub->st_ino = unp->unp_ino;
H A Duipc_domain.c542 pcb->ki_inode = unp->unp_ino;

Completed in 94 milliseconds