Home
last modified time | relevance | path

Searched refs:waitso (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c1521 struct socket *waitso; in unp_disconnect() local
1557 waitso = so; in unp_disconnect()
1563 waitso = so2; in unp_disconnect()
1570 waitso = so; in unp_disconnect()
1581 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
1587 (void)msleep(waitso->so_pcb, &unp->unp_mtx, in unp_disconnect()