Home
last modified time | relevance | path

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

/xnu-12377.1.9/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()
4413 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sowflush()
4480 asb.sb_flags &= ~(SB_LOCK | SB_SEL | SB_KNOTE | SB_UPCALL); in sorflush()
4505 sb->sb_flags &= ~(SB_SEL | SB_UPCALL); in sorflush()
6462 so->so_rcv.sb_flags |= SB_SEL; in sopoll()
6471 so->so_snd.sb_flags |= SB_SEL; in sopoll()
7448 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.1.9/bsd/sys/
H A Dsocketvar.h200 #define SB_SEL 0x8 /* someone is selecting */ macro