Searched refs:SB_ASYNC (Results 1 – 6 of 6) sorted by relevance
183 so->sol_sbrcv_flags |= SB_ASYNC; in soo_ioctl()184 so->sol_sbsnd_flags |= SB_ASYNC; in soo_ioctl()187 so->so_rcv.sb_flags |= SB_ASYNC; in soo_ioctl()190 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()198 so->sol_sbrcv_flags &= ~SB_ASYNC; in soo_ioctl()199 so->sol_sbsnd_flags &= ~SB_ASYNC; in soo_ioctl()202 so->so_rcv.sb_flags &= ~SB_ASYNC; in soo_ioctl()205 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
358 if (sb_flags & SB_ASYNC) { in db_print_sbflags()
45 #define SB_ASYNC 0x10 /* ASYNC I/O, need signals */ macro
263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \