Home
last modified time | relevance | path

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 Dsignal.d1835 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 Dsys_pipe.c379 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 Duipc_socket2.c570 case POLL_OUT: in sowakeup()
/netbsd-src/sys/sys/
H A Dsiginfo.h265 #define POLL_OUT 2 /* Output buffers available */ macro
H A Dsocketvar.h517 sowakeup(so, &so->so_snd, POLL_OUT); in sowwakeup()
/netbsd-src/sys/net/
H A Dif_tun.c673 fownsignal(tp->tun_pgid, SIGIO, POLL_OUT, POLLOUT|POLLWRNORM, in tun_o_softintr()