Home
last modified time | relevance | path

Searched refs:POLL_IN (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsignal.d1834 POLL_IN = 1,
1908 POLL_IN = 1,
1991 POLL_IN = 1,
2074 POLL_IN = 1,
2163 POLL_IN = 1,
2247 POLL_IN = 1,
2336 POLL_IN = 1,
/netbsd-src/sys/kern/
H A Dsys_pipe.c376 case POLL_IN: in pipeselwakeup()
691 pipeselwakeup(wpipe, wpipe, POLL_IN); in pipe_write()
738 pipeselwakeup(wpipe, wpipe, POLL_IN); in pipe_write()
H A Duipc_socket2.c566 case POLL_IN: in sowakeup()
/netbsd-src/sys/sys/
H A Dsiginfo.h264 #define POLL_IN 1 /* Data input available */ macro
H A Dsocketvar.h507 sowakeup(so, &so->so_rcv, POLL_IN); in sorwakeup()
/netbsd-src/sys/net/
H A Dif_tun.c663 fownsignal(tp->tun_pgid, SIGIO, POLL_IN, POLLIN|POLLRDNORM, in tun_i_softintr()
H A Dif_tap.c483 a = POLL_IN; in tap_softintr()