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

/freebsd-12-stable/sys/kern/
H A Duipc_usrreq.c292 static void unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
341 unp_pcb_lock_pair(struct unpcb *unp, struct unpcb *unp2) argument
344 UNP_PCB_UNLOCK_ASSERT(unp2);
346 if (unp == unp2) {
348 } else if ((uintptr_t)unp2 > (uintptr_t)unp) {
350 UNP_PCB_LOCK(unp2);
352 UNP_PCB_LOCK(unp2);
358 unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2) argument
361 if (unp != unp2)
362 UNP_PCB_UNLOCK(unp2);
374 struct unpcb *unp2; local
466 struct unpcb *unp, *unp2; local
485 struct unpcb *unp, *unp2; local
724 struct unpcb *unp, *unp2; local
759 struct unpcb *unp, *unp2; local
775 struct unpcb *unp, *unp2; local
859 struct unpcb *unp, *unp2; local
906 struct unpcb *unp, *unp2; local
939 struct unpcb *unp, *unp2; local
990 struct unpcb *unp, *unp2; local
1208 struct unpcb *unp, *unp2; local
1477 struct unpcb *unp, *unp2, *unp3; local
1655 struct unpcb *unp2; local
1700 unp_disconnect(struct unpcb *unp, struct unpcb *unp2) argument
1917 struct unpcb *unp2; local
1935 struct unpcb *unp2; local
[all...]
H A Duipc_syscalls.c620 struct unpcb *unp, *unp2; local
622 unp2 = sotounpcb(so2);
627 unp_copy_peercred(td, unp, unp2, unp);

Completed in 167 milliseconds