Home
last modified time | relevance | path

Searched refs:dopoll (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/sys/fifofs/
H A Dfifotest.c36 void dopoll(pid_t, int, int, char *, int);
107 dopoll(-1, fd, POLLIN|POLLOUT, "POLLIN|POLLOUT", timeout); in runtest()
108 dopoll(-1, fd, POLLIN, "POLLIN", timeout); in runtest()
109 dopoll(-1, fd, POLLOUT, "POLLOUT", timeout); in runtest()
110 dopoll(-1, fd, 0, "(none)", timeout); in runtest()
123 dopoll(-1, fd, POLLIN, "POLLIN", timeout); in runtest()
124 dopoll(-1, fd, POLLOUT, "POLLOUT", timeout); in runtest()
125 dopoll(-1, fd, 0, "(none)", timeout); in runtest()
241 dopoll(writer, fd, POLLIN, "POLLIN", timeout); in eoftest()
245 dopoll(writer, fd, POLLOUT, "POLLOUT", timeout); in eoftest()
[all …]
/openbsd/usr.sbin/vmd/
H A Datomicio.c162 int dopoll = 0; in imsgbuf_read_one() local
171 if (dopoll) in imsgbuf_read_one()
177 dopoll = 1; in imsgbuf_read_one()
/openbsd/usr.bin/telnet/
H A Dsys_bsd.c493 int dopoll) /* If 0, then block until something to do */ in process_rings() argument
529 if ((c = poll(pfd, TELNET_FD_NUM, dopoll ? 0 : INFTIM)) == -1) { in process_rings()
/openbsd/sys/dev/ic/
H A Doosiop.c725 int dopoll; in oosiop_scsicmd() local
793 dopoll = 1; in oosiop_scsicmd()
795 dopoll = 0; in oosiop_scsicmd()
807 if (dopoll) in oosiop_scsicmd()
H A Dosiop.c378 int dopoll; local
431 dopoll = 1;
433 dopoll = 0;
442 if (dopoll)