Searched refs:SB_ASYNC (Results 1 – 3 of 3) sorted by relevance
94 so->so_rcv.sb_flags |= SB_ASYNC; in soo_ioctl()95 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()97 so->so_rcv.sb_flags &= ~SB_ASYNC; in soo_ioctl()98 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
565 if (sb->sb_flags & SB_ASYNC) in sowakeup()
112 #define SB_ASYNC 0x0002 /* ASYNC I/O, need signals */ macro238 rv = ((sb->sb_flags & (SB_WAIT|SB_ASYNC|SB_SPLICE)) != 0 || in sb_notify()