Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c1016 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1017 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1054 so->so_rcv.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
1055 so->so_snd.sb_flags &= ~(SB_SEL | SB_UPCALL); in sofreelastref()
4422 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sowflush()
4489 asb.sb_flags &= ~(SB_LOCK | SB_SEL | SB_KNOTE | SB_UPCALL); in sorflush()
4514 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sorflush()
6471 so->so_rcv.sb_flags |= SB_SEL; in sopoll()
6480 so->so_snd.sb_flags |= SB_SEL; in sopoll()
7457 rcv->sb_flags &= ~SB_SEL; in sosetdefunct()
[all …]
H A Duipc_socket2.c636 sb->sb_flags &= ~SB_SEL; in sowakeup()
785 so->so_snd.sb_flags &= ~SB_SEL; in soreserve()
2288 (sb->sb_flags & (SB_SEL | SB_ASYNC | SB_UPCALL | SB_KNOTE)); in sb_notify()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h200 #define SB_SEL 0x8 /* someone is selecting */ macro