Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_socket.c316 so->so_rcv.sb_flags |= SB_SEL; in soo_select()
319 so->so_rcv.sb_flags &= ~SB_SEL; in soo_select()
326 so->so_snd.sb_flags |= SB_SEL; in soo_select()
329 so->so_snd.sb_flags &= ~SB_SEL; in soo_select()
336 so->so_rcv.sb_flags |= SB_SEL; in soo_select()
339 so->so_rcv.sb_flags &= ~SB_SEL; in soo_select()
H A Duipc_socket.c1168 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1169 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1206 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1207 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
4769 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sowflush()
4836 asb.sb_flags &= ~(SB_LOCK | SB_SEL | SB_KNOTE | SB_UPCALL); in sorflush()
4861 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sorflush()
6581 so->so_rcv.sb_flags |= SB_SEL; in sopoll()
6590 so->so_snd.sb_flags |= SB_SEL; in sopoll()
7531 rcv->sb_flags &= ~SB_SEL; in sosetdefunct()
[all …]
H A Duipc_socket2.c631 sb->sb_flags &= ~SB_SEL; in sowakeup()
794 so->so_snd.sb_flags &= ~SB_SEL; in soreserve()
2247 (sb->sb_flags & (SB_SEL | SB_ASYNC | SB_UPCALL | SB_KNOTE)); in sb_notify()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h194 #define SB_SEL 0x8 /* someone is selecting */ macro