Home
last modified time | relevance | path

Searched refs:SB_ASYNC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_socket.c183 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()
H A Duipc_debug.c358 if (sb_flags & SB_ASYNC) { in db_print_sbflags()
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h45 #define SB_ASYNC 0x10 /* ASYNC I/O, need signals */ macro
H A Dsocketvar.h263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
/f-stack/freebsd/sys/
H A Dsockbuf.h45 #define SB_ASYNC 0x10 /* ASYNC I/O, need signals */ macro
H A Dsocketvar.h263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \