Symbol: dopoll
regress/sys/fifofs/fifotest.c
107
dopoll(-1, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
108
dopoll(-1, fd, POLLIN, "POLLIN", timeout);
regress/sys/fifofs/fifotest.c
109
dopoll(-1, fd, POLLOUT, "POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
110
dopoll(-1, fd, 0, "(none)", timeout);
regress/sys/fifofs/fifotest.c
122
dopoll(-1, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
123
dopoll(-1, fd, POLLIN, "POLLIN", timeout);
regress/sys/fifofs/fifotest.c
124
dopoll(-1, fd, POLLOUT, "POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
125
dopoll(-1, fd, 0, "(none)", timeout);
regress/sys/fifofs/fifotest.c
237
dopoll(writer, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
241
dopoll(writer, fd, POLLIN, "POLLIN", timeout);
regress/sys/fifofs/fifotest.c
245
dopoll(writer, fd, POLLOUT, "POLLOUT", timeout);
regress/sys/fifofs/fifotest.c
249
dopoll(writer, fd, 0, "(none)", timeout);
regress/sys/fifofs/fifotest.c
36
void dopoll(pid_t, int, int, char *, int);
sys/dev/ic/oosiop.c
725
int dopoll;
sys/dev/ic/oosiop.c
793
dopoll = 1;
sys/dev/ic/oosiop.c
795
dopoll = 0;
sys/dev/ic/oosiop.c
807
if (dopoll)
sys/dev/ic/osiop.c
376
int dopoll;
sys/dev/ic/osiop.c
429
dopoll = 1;
sys/dev/ic/osiop.c
431
dopoll = 0;
sys/dev/ic/osiop.c
440
if (dopoll)
usr.bin/telnet/sys_bsd.c
493
int dopoll) /* If 0, then block until something to do */
usr.bin/telnet/sys_bsd.c
529
if ((c = poll(pfd, TELNET_FD_NUM, dopoll ? 0 : INFTIM)) == -1) {
usr.sbin/vmd/atomicio.c
162
int dopoll = 0;
usr.sbin/vmd/atomicio.c
171
if (dopoll)
usr.sbin/vmd/atomicio.c
177
dopoll = 1;