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

  /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...]
  /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/lib/libpuffs/
puffs.c 84 FILLOP(poll, POLL);
  /src/sys/fs/puffs/
puffs_vnops.c 144 { &vop_poll_desc, puffs_vnop_poll }, /* REAL poll */
1580 * poll works by consuming the bitmask in pn_revents. If there are
1581 * events available, poll returns immediately. If not, it issues a
1582 * poll to userspace, selrecords itself and returns with no available
1597 PUFFS_MSG_VARS(vn, poll);
1603 if (EXISTSOP(pmp, POLL)) {
1615 PUFFS_MSG_ALLOC(vn, poll);
1624 PUFFS_MSG_RELEASE(poll);

Completed in 20 milliseconds