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

/freebsd-13-stable/sys/kern/
H A Duipc_usrreq.c297 static void unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
348 unp_pcb_lock_pair(struct unpcb *unp, struct unpcb *unp2) argument
351 UNP_PCB_UNLOCK_ASSERT(unp2);
353 if (unp == unp2) {
355 } else if ((uintptr_t)unp2 > (uintptr_t)unp) {
357 UNP_PCB_LOCK(unp2);
359 UNP_PCB_LOCK(unp2);
365 unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2) argument
368 if (unp != unp2)
369 UNP_PCB_UNLOCK(unp2);
381 struct unpcb *unp2; local
472 struct unpcb *unp, *unp2; local
491 struct unpcb *unp, *unp2; local
734 struct unpcb *unp, *unp2; local
768 struct unpcb *unp, *unp2; local
784 struct unpcb *unp, *unp2; local
870 struct unpcb *unp, *unp2; local
917 struct unpcb *unp, *unp2; local
950 struct unpcb *unp, *unp2; local
1001 struct unpcb *unp, *unp2; local
1221 struct unpcb *unp, *unp2; local
1506 struct unpcb *unp, *unp2, *unp3; local
1684 struct unpcb *unp2; local
1729 unp_disconnect(struct unpcb *unp, struct unpcb *unp2) argument
1948 struct unpcb *unp2; local
1966 struct unpcb *unp2; local
[all...]
H A Duipc_syscalls.c618 struct unpcb *unp, *unp2; local
620 unp2 = sotounpcb(so2);
625 unp_copy_peercred(td, unp, unp2, unp);

Completed in 74 milliseconds