Searched refs:SS_ASYNC (Results 1 – 7 of 7) sorted by relevance
53 #define SS_ASYNC 0x0200 /* async i/o notify */ macro
209 #define SS_ASYNC 0x0200 /* async i/o notify */ macro
181 so->so_state |= SS_ASYNC; in soo_ioctl()196 so->so_state &= ~SS_ASYNC; in soo_ioctl()
181 if (so_state & SS_ASYNC) { in db_print_sostate()
525 if ((so->so_state & SS_ASYNC) && so->so_sigio != NULL) in sowakeup()
993 if ((sol->so_state & SS_ASYNC) && sol->so_sigio != NULL)