Home
last modified time | relevance | path

Searched refs:ppoll (Results 1 – 25 of 44) sorted by relevance

12

/openbsd/lib/libc/sys/
H A Dw_ppoll.c23 ppoll(struct pollfd *fds, nfds_t nfds, in ppoll() function
36 ret = HIDDEN(ppoll)(fds, nfds, timeout, sigmask); in ppoll()
41 DEF_CANCEL(ppoll);
H A DMakefile.inc36 poll ppoll pread preadv pselect pwrite pwritev \
/openbsd/lib/libfido2/src/
H A Dhid_unix.c17 #define ppoll pollts macro
68 if ((r = ppoll(&pfd, 1, ms > -1 ? &ts : NULL, sigmask)) < 1) { in fido_hid_unix_wait()
/openbsd/regress/lib/libc/sys/
H A Dt_ppoll.c33 #define POLLTS ppoll
/openbsd/lib/libc/hidden/
H A Dpoll.h25 PROTO_CANCEL(ppoll);
/openbsd/usr.sbin/tcpdump/
H A Dprint-ntp.c129 TCHECK(bp->ppoll); in ntp_print()
130 printf(" poll %d", bp->ppoll); in ntp_print()
H A Dntp.h75 u_char ppoll; /* poll value */ member
/openbsd/sys/sys/
H A Dpoll.h84 int ppoll(struct pollfd[], nfds_t, const struct timespec *, const sigset_t *);
/openbsd/usr.sbin/ntpd/
H A Dserver.c192 reply.ppoll = query.ppoll; in server_dispatch()
H A Dntp.h101 u_int8_t ppoll; /* poll value */ member
/openbsd/games/tetris/
H A Dinput.c78 switch (ppoll(pfd, 1, limit, NULL)) { in rwait()
/openbsd/regress/sys/kern/signal/sigio/
H A Dutil.c47 ret = ppoll(NULL, 0, &tmo, &sigmask); in expect_signal_impl()
/openbsd/regress/lib/libpthread/cancel2/
H A Dcancel2.c73 result = ppoll(&pfd, 1, NULL, NULL); in ppoll_thread()
/openbsd/gnu/llvm/lldb/cmake/modules/
H A DLLDBGenerateConfig.cmake9 check_symbol_exists(ppoll poll.h HAVE_PPOLL)
/openbsd/games/robots/
H A Dmove.c101 retval = ppoll(pfd, 1, &t, NULL); in get_move()
/openbsd/usr.sbin/nsd/
H A Dnetio.c193 rc = ppoll(fds, numfd, (have_timeout?&minimum_timeout:NULL), sigmask); in netio_dispatch()
/openbsd/sbin/dhclient/
H A Ddispatch.c136 nfds = ppoll(fds, 3, ts, NULL); in dispatch()
/openbsd/games/worm/
H A Dworm.c173 retval = ppoll(pfd, 1, &tdiff, NULL); in main()
/openbsd/games/grdc/
H A Dgrdc.c266 rv = ppoll(&pfd, 1, &delay, NULL); in main()
/openbsd/usr.sbin/rpki-client/
H A Drsync.c313 if (ppoll(&pfd, 1, NULL, &oldmask) == -1) { in proc_rsync()
/openbsd/lib/libc/rpc/
H A Dsvc_tcp.c349 nready = ppoll(pfd, 1, &delta, NULL); in readtcp()
H A Dclnt_tcp.c402 r = ppoll(pfd, 1, &delta, NULL); in readtcp()
H A Dclnt_udp.c256 switch (ppoll(pfd, 1, &wait, NULL)) { in clntudp_call()
/openbsd/usr.sbin/cron/
H A Dcron.c372 nfds = ppoll(pfd, 1, &timeout, mask); in cron_sleep()
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DMainLoopPosix.cpp182 if (ppoll(read_fds.data(), read_fds.size(), nullptr, &sigmask) == -1 && in Poll()

12