Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsys_socket.c312 so->so_rcv.sb_flags |= SB_SEL; in soo_select()
315 so->so_rcv.sb_flags &= ~SB_SEL; in soo_select()
322 so->so_snd.sb_flags |= SB_SEL; in soo_select()
325 so->so_snd.sb_flags &= ~SB_SEL; in soo_select()
332 so->so_rcv.sb_flags |= SB_SEL; in soo_select()
335 so->so_rcv.sb_flags &= ~SB_SEL; in soo_select()
H A Duipc_socket.c1176 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1177 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1214 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1215 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
4568 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sowflush()
4635 asb.sb_flags &= ~(SB_LOCK | SB_SEL | SB_KNOTE | SB_UPCALL); in sorflush()
4660 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sorflush()
6554 so->so_rcv.sb_flags |= SB_SEL; in sopoll()
6563 so->so_snd.sb_flags |= SB_SEL; in sopoll()
7540 rcv->sb_flags &= ~SB_SEL; in sosetdefunct()
[all …]
H A Duipc_socket2.c634 sb->sb_flags &= ~SB_SEL; in sowakeup()
783 so->so_snd.sb_flags &= ~SB_SEL; in soreserve()
2306 (sb->sb_flags & (SB_SEL | SB_ASYNC | SB_UPCALL | SB_KNOTE)); in sb_notify()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h206 #define SB_SEL 0x8 /* someone is selecting */ macro