Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dunpcb.h161 #define UNP_DONTDISCONNECT 0x00000004 macro
/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c235 unp->unp_flags |= UNP_DONTDISCONNECT; in unp_get_locks_in_order()
244 unp->unp_flags &= ~UNP_DONTDISCONNECT; in unp_get_locks_in_order()
1636 if ((((struct unpcb *)waitso->so_pcb)->unp_flags & UNP_DONTDISCONNECT) != 0) { in unp_disconnect()
H A Duipc_socket2.c659 unp->unp_flags |= UNP_DONTDISCONNECT; in sowakeup()
675 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()
689 unp->unp_flags &= ~UNP_DONTDISCONNECT; in sowakeup()