HomeSort by: relevance | last modified time | path
    Searched defs:POLL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iop.c 63 #define POLL(ms, cond) \
1005 POLL(5000,
1532 POLL(2500,
1545 POLL(10000, (mfa = iop_inl(sc, IOP_REG_IFIFO)) != IOP_MFA_EMPTY);
2196 printf("%s: poll - no reply\n", device_xname(sc->sc_dev));
  /src/tests/dev/audio/
audiotest.c 47 #include <sys/poll.h>
501 /* poll(2) or rump_sys_poll(3) */
512 r = poll(fds, nfds, timeout);
1137 #define POLL(pfd, nfd, timeout) \
1148 DPRINTFF(line, "poll(%s, %d, %d)", buf, nfd, timeout);
2911 * Whether poll() succeeds with specified mode.
2949 r = POLL(&pfd, 1, 100);
2955 * - poll() with one nfds returns >1. It's strange.
2960 * Otherwise, poll() returned 0 or 1.
2991 * Poll(OUT) when buffer is empty
    [all...]

Completed in 16 milliseconds