Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_usrreq.c1576 struct socket *waitso; in unp_disconnect() local
1612 waitso = so; in unp_disconnect()
1618 waitso = so2; in unp_disconnect()
1625 waitso = so; in unp_disconnect()
1636 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
1642 (void)msleep(waitso->so_pcb, &unp->unp_mtx, in unp_disconnect()