Lines Matching defs:so
47 #define SO_WAKEUP_READER(so) { \ argument
54 #define SO_WAKEUP_WRITER(so) { \ argument
73 so_notify_connected(struct sonode *so) in so_notify_connected()
95 so_notify_disconnecting(struct sonode *so) in so_notify_disconnecting()
124 so_notify_disconnected(struct sonode *so, boolean_t connfailed, int error) in so_notify_disconnected()
168 so_notify_writable(struct sonode *so) in so_notify_writable()
194 so_notify_data(struct sonode *so, size_t qlen) in so_notify_data()
221 so_notify_error(struct sonode *so) in so_notify_error()
245 so_notify_oobsig(struct sonode *so) in so_notify_oobsig()
258 so_notify_oobdata(struct sonode *so, boolean_t oob_inline) in so_notify_oobdata()
290 so_notify_eof(struct sonode *so) in so_notify_eof()
319 so_notify_newconn(struct sonode *so) in so_notify_newconn()
345 so_notify_shutdown(struct sonode *so) in so_notify_shutdown()
372 i_so_notify_last_rx(struct sonode *so, int *pollev, int *sigev) in i_so_notify_last_rx()
393 i_so_notify_last_tx(struct sonode *so, int *pollev, int *sigev) in i_so_notify_last_tx()