Searched refs:POLL_OUT (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | signal.d | 1835 POLL_OUT, 1909 POLL_OUT, 1992 POLL_OUT, 2075 POLL_OUT, 2164 POLL_OUT, 2248 POLL_OUT, 2337 POLL_OUT,
|
/netbsd-src/sys/kern/ |
H A D | sys_pipe.c | 379 case POLL_OUT: in pipeselwakeup() 511 pipeselwakeup(rpipe, rpipe->pipe_peer, POLL_OUT); in pipe_read() 553 pipeselwakeup(rpipe, rpipe->pipe_peer, POLL_OUT); in pipe_read()
|
H A D | uipc_socket2.c | 570 case POLL_OUT: in sowakeup()
|
/netbsd-src/sys/sys/ |
H A D | siginfo.h | 265 #define POLL_OUT 2 /* Output buffers available */ macro
|
H A D | socketvar.h | 517 sowakeup(so, &so->so_snd, POLL_OUT); in sowwakeup()
|
/netbsd-src/sys/net/ |
H A D | if_tun.c | 673 fownsignal(tp->tun_pgid, SIGIO, POLL_OUT, POLLOUT|POLLWRNORM, in tun_o_softintr()
|