OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/ntp/dist/util/
kern.c
29
#define
POLL
16 /* interval between updates (s) */
66
long poll_interval = 0; /*
poll
counter */
99
if (!(poll_interval %
POLL
)) {
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigall.exp
118
POLL
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigall.exp
118
POLL
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.exp
186
POLL
sigall-precsave.exp
190
POLL
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
sigall-reverse.exp
186
POLL
sigall-precsave.exp
190
POLL
/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/external/bsd/libevent/dist/
CMakeLists.txt
397
poll
.h
480
poll
824
list(APPEND SRC_CORE
poll
.c)
1219
list(APPEND BACKENDS
POLL
)
/src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt
397
poll
.h
480
poll
824
list(APPEND SRC_CORE
poll
.c)
1219
list(APPEND BACKENDS
POLL
)
/src/external/mit/libuv/dist/include/
uv.h
171
XX(
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 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026