OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLIN
(Results
1 - 25
of
264
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/crypto/external/apache2/openssl/dist/ssl/rio/
poll_method.h
22
#elif !defined(OPENSSL_SYS_WINDOWS) && defined(
POLLIN
)
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
poll.d
186
POLLIN
202
POLLIN
= 0x001,
218
POLLIN
= 0x0001,
233
POLLSTANDARD = (
POLLIN
|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|
241
POLLIN
= 0x0001,
256
POLLSTANDARD = (
POLLIN
|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|
264
POLLIN
= 0x0001,
279
POLLSTANDARD = (
POLLIN
|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND|
287
POLLIN
= 0x0001,
299
POLLSTANDARD = (
POLLIN
|POLLPRI|POLLOUT|POLLRDNORM|POLLRDBAND
[
all
...]
/src/usr.bin/talk/
io.c
75
set[0].events =
POLLIN
;
77
set[1].events =
POLLIN
;
87
if (set[0].revents &
POLLIN
) {
96
if (set[1].revents &
POLLIN
) {
/src/usr.bin/tip/
tipout.c
134
pfd[0].events =
POLLIN
;
136
pfd[1].events =
POLLIN
|POLLHUP;
142
if (pfd[0].revents &
POLLIN
)
160
if (pfd[1].revents & (
POLLIN
|POLLHUP)) {
/src/external/bsd/libevent/dist/
devpoll.c
210
what |=
POLLIN
| POLLOUT;
212
what |=
POLLIN
| POLLOUT;
214
if (what &
POLLIN
)
246
res |=
POLLIN
;
265
res |=
POLLIN
;
279
if ((res & (
POLLIN
|POLLOUT)) != (
POLLIN
|POLLOUT)) {
285
if ((res &
POLLIN
) && (old & EV_WRITE)) {
290
devpoll_queue(devpollop, fd,
POLLIN
);
/src/external/bsd/ntp/dist/sntp/libevent/
devpoll.c
209
what |=
POLLIN
| POLLOUT;
211
what |=
POLLIN
| POLLOUT;
213
if (what &
POLLIN
)
245
res |=
POLLIN
;
264
res |=
POLLIN
;
278
if ((res & (
POLLIN
|POLLOUT)) != (
POLLIN
|POLLOUT)) {
284
if ((res &
POLLIN
) && (old & EV_WRITE)) {
289
devpoll_queue(devpollop, fd,
POLLIN
);
/src/external/mit/libuv/dist/src/unix/
poll.c
47
uv__io_stop(loop, w,
POLLIN
| POLLOUT | UV__POLLRDHUP | UV__POLLPRI);
54
if (events &
POLLIN
)
105
POLLIN
| POLLOUT | UV__POLLRDHUP | UV__POLLPRI);
141
events |=
POLLIN
;
/src/external/gpl2/lvm2/dist/daemons/cmirrord/
link_mon.c
69
pfds[used_pfds].events =
POLLIN
;
126
if (pfds[i].revents &
POLLIN
) {
142
if (pfds[i].revents &
POLLIN
)
/src/tests/lib/libc/sys/
t_poll.c
60
pfd.events =
POLLIN
| POLLHUP | POLLOUT;
72
pfd.events =
POLLIN
| POLLHUP | POLLOUT;
87
pfd.events =
POLLIN
| POLLHUP | POLLOUT;
173
pfds[0].events =
POLLIN
;
215
ATF_REQUIRE_EQ_MSG(pfds[0].revents,
POLLIN
, "got: %d",
236
pfd.events =
POLLIN
;
268
"Check
POLLIN
/POLLOUT behavior with fifos");
294
pfd[0].events =
POLLIN
| POLLRDNORM;
313
ATF_REQUIRE_EQ_MSG(pfd[0].revents,
POLLIN
|POLLRDNORM,
335
ATF_REQUIRE_EQ_MSG(pfd[0].revents,
POLLIN
|POLLRDNORM
[
all
...]
t_pollts.c
66
pfds[0].events =
POLLIN
;
111
ATF_REQUIRE_EQ_MSG(pfds[0].revents,
POLLIN
, "got: %d",
133
pfd.events =
POLLIN
;
168
pfd.events =
POLLIN
;
/src/usr.bin/nc/
atomicio.c
49
pfd.events = f == read ?
POLLIN
: POLLOUT;
/src/usr.sbin/faithd/
ftp.c
83
pfd[0].events =
POLLIN
;
85
pfd[1].events =
POLLIN
;
88
pfd[2].events =
POLLIN
;
93
pfd[3].events =
POLLIN
;
99
pfd[4].events =
POLLIN
;
104
pfd[5].events =
POLLIN
;
125
if (pfd[1].revents &
POLLIN
)
142
if (pfd[0].revents &
POLLIN
)
159
if (0 <= port4 && 0 <= port6 && (pfd[2].revents &
POLLIN
))
165
if (pfd[2].revents &
POLLIN
)
[
all
...]
/src/sys/modules/examples/pollpal/
cmd_pollpal.c
88
fds.events = POLLOUT|
POLLIN
;
118
if (fds.revents &
POLLIN
) {
/src/sys/rump/net/lib/libwg/
wg_user.c
130
pfd[0].events =
POLLIN
;
132
pfd[1].events =
POLLIN
;
134
pfd[2].events =
POLLIN
;
136
pfd[3].events =
POLLIN
;
151
if (pfd[1].revents &
POLLIN
)
155
if (pfd[0].revents &
POLLIN
) {
180
if (pfd[2].revents &
POLLIN
) {
202
if (pfd[3].revents &
POLLIN
) {
/src/sys/external/bsd/drm2/linux/
linux_sync_file.c
93
selnotify(&sf->sf_selq,
POLLIN
, NOTE_SUBMIT);
104
if ((events &
POLLIN
) == 0)
109
revents |=
POLLIN
;
120
selnotify(&sf->sf_selq,
POLLIN
, NOTE_SUBMIT);
121
revents |=
POLLIN
;
185
selnotify(&sf->sf_selq,
POLLIN
, NOTE_SUBMIT);
/src/tests/net/net/
t_socket_afinet.c
165
pfd.events =
POLLIN
| POLLOUT;
175
* Server now sees
POLLIN
, but not POLLRDHUP because we didn't ask.
180
pfd.events =
POLLIN
;
183
ATF_CHECK_EQ(
POLLIN
, pfd.revents);
227
pfd.events =
POLLIN
| POLLOUT | POLLRDHUP;
238
/* Server can read, so sees
POLLIN
. */
240
pfd.events =
POLLIN
| POLLOUT | POLLRDHUP;
243
ATF_CHECK_EQ(
POLLIN
| POLLOUT, pfd.revents);
/src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-05-mem-nonblocking.c
234
*
POLLIN
: The SSL state machine is interested in socket readability events.
247
return (SSL_net_read_desired(conn->ssl) ?
POLLIN
: 0)
251
return (conn->tx_need_rx ?
POLLIN
: 0) | POLLOUT | POLLERR;
260
return (conn->rx_need_tx ? POLLOUT : 0) |
POLLIN
| POLLERR;
305
pfd.events = (events & (
POLLIN
| POLLERR));
307
pfd.events &= ~
POLLIN
;
311
if ((pfd.events & (
POLLIN
| POLLOUT)) == 0)
317
if (pfd.revents &
POLLIN
) {
/src/external/bsd/less/dist/
os.c
117
struct pollfd poller[2] = { { fd,
POLLIN
, 0 }, { tty,
POLLIN
, 0 } };
133
if (poller[1].revents &
POLLIN
)
142
if (ignore_eoi && exit_F_on_close && (poller[0].revents & (POLLHUP|
POLLIN
)) == POLLHUP)
145
if ((poller[0].revents & (
POLLIN
|POLLHUP|POLLERR)) == 0)
/src/sys/arch/amiga/dev/
event.c
152
if (events & (
POLLIN
| POLLRDNORM))
155
revents |= events & (
POLLIN
| POLLRDNORM);
157
if (events & (
POLLIN
| POLLRDNORM))
/src/external/bsd/blocklist/test/
srvtest.c
223
pfd[0].events =
POLLIN
;
226
pfd[1].events =
POLLIN
;
233
if ((pfd[i].revents &
POLLIN
) == 0)
/src/tests/lib/librumphijack/
h_client.c
108
pfd[0].events =
POLLIN
;
110
pfd[1].events =
POLLIN
;
/src/usr.sbin/mopd/common/
loop-bsd.c
127
set[m].events =
POLLIN
;
133
if (!(set[m].revents &
POLLIN
))
/src/games/boggle/boggle/
timer.c
107
set[0].events =
POLLIN
;
/src/games/hunt/hunt/
playit.c
209
set[0].events =
POLLIN
;
211
set[1].events =
POLLIN
;
219
if (set[1].revents &&
POLLIN
)
221
if (! (set[0].revents &
POLLIN
))
/src/games/tetris/
input.c
90
set[0].events =
POLLIN
;
Completed in 33 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Sat Jun 06 00:24:59 UTC 2026