/openbsd/lib/libc/sys/ |
H A D | w_ppoll.c | 23 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 D | Makefile.inc | 36 poll ppoll pread preadv pselect pwrite pwritev \
|
/openbsd/lib/libfido2/src/ |
H A D | hid_unix.c | 17 #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 D | t_ppoll.c | 33 #define POLLTS ppoll
|
/openbsd/lib/libc/hidden/ |
H A D | poll.h | 25 PROTO_CANCEL(ppoll);
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-ntp.c | 129 TCHECK(bp->ppoll); in ntp_print() 130 printf(" poll %d", bp->ppoll); in ntp_print()
|
H A D | ntp.h | 75 u_char ppoll; /* poll value */ member
|
/openbsd/usr.sbin/ntpd/ |
H A D | server.c | 192 reply.ppoll = query.ppoll; in server_dispatch()
|
H A D | ntp.h | 101 u_int8_t ppoll; /* poll value */ member
|
H A D | client.c | 408 p->reply[p->shift].status.poll = msg.ppoll; in client_dispatch()
|
/openbsd/sys/sys/ |
H A D | poll.h | 84 int ppoll(struct pollfd[], nfds_t, const struct timespec * __restrict, const sigset_t * __restric…
|
/openbsd/games/tetris/ |
H A D | input.c | 78 switch (ppoll(pfd, 1, limit, NULL)) { in rwait()
|
/openbsd/regress/sys/kern/signal/sigio/ |
H A D | util.c | 47 ret = ppoll(NULL, 0, &tmo, &sigmask); in expect_signal_impl()
|
/openbsd/regress/lib/libpthread/cancel2/ |
H A D | cancel2.c | 73 result = ppoll(&pfd, 1, NULL, NULL); in ppoll_thread()
|
/openbsd/gnu/llvm/lldb/cmake/modules/ |
H A D | LLDBGenerateConfig.cmake | 9 check_symbol_exists(ppoll poll.h HAVE_PPOLL)
|
/openbsd/games/robots/ |
H A D | move.c | 101 retval = ppoll(pfd, 1, &t, NULL); in get_move()
|
/openbsd/usr.sbin/nsd/ |
H A D | netio.c | 193 rc = ppoll(fds, numfd, (have_timeout?&minimum_timeout:NULL), sigmask); in netio_dispatch()
|
/openbsd/games/worm/ |
H A D | worm.c | 173 retval = ppoll(pfd, 1, &tdiff, NULL); in main()
|
/openbsd/games/grdc/ |
H A D | grdc.c | 266 rv = ppoll(&pfd, 1, &delay, NULL); in main()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | rsync.c | 313 if (ppoll(&pfd, 1, NULL, &oldmask) == -1) { in proc_rsync()
|
/openbsd/lib/libc/rpc/ |
H A D | svc_tcp.c | 349 nready = ppoll(pfd, 1, &delta, NULL); in readtcp()
|
H A D | clnt_tcp.c | 402 r = ppoll(pfd, 1, &delta, NULL); in readtcp()
|
H A D | clnt_udp.c | 256 switch (ppoll(pfd, 1, &wait, NULL)) { in clntudp_call()
|
/openbsd/usr.sbin/cron/ |
H A D | cron.c | 372 nfds = ppoll(pfd, 1, &timeout, mask); in cron_sleep()
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | MainLoopPosix.cpp | 182 if (ppoll(read_fds.data(), read_fds.size(), nullptr, &sigmask) == -1 && in Poll()
|