Symbol: ppoll
bin/sh/miscbltin.c
246
status = ppoll(&pfd, 1, &tresid, &oset);
crypto/openssh/clientloop.c
731
ret = ppoll(*pfdp, *npfd_activep, ptimeout_get_tsp(&timeout), sigsetp);
crypto/openssh/misc.c
386
r = ppoll(&pfd, 1, ptimeout_get_tsp(&timeout),
crypto/openssh/openbsd-compat/bsd-poll.c
111
return ppoll(fds, nfds, tsp, NULL);
crypto/openssh/openbsd-compat/bsd-poll.h
87
int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
crypto/openssh/packet.c
1536
if ((r = ppoll(&pfd, 1, timespecp, NULL)) >= 0)
crypto/openssh/packet.c
2229
if ((ret = ppoll(&pfd, 1, timespecp, NULL)) >= 0)
crypto/openssh/serverloop.c
226
ret = ppoll(*pfdp, *npfd_activep, ptimeout_get_tsp(&timeout), sigsetp);
crypto/openssh/ssh-agent.c
2658
result = ppoll(pfd, npfd, ptimeout_get_tsp(&timeout), &osigset);
crypto/openssh/ssh-keyscan.c
575
while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) {
crypto/openssh/sshd.c
1035
ret = ppoll(pfd, npfd, NULL, &osigset);
include/ssp/poll.h
46
__ssp_redirect_raw_impl(int, ppoll, ppoll,
include/ssp/poll.h
54
return (__ssp_real(ppoll)(fds, nfds, timeout, newsigmask));
lib/libc/sys/ppoll.c
38
__ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds,
lib/libc/sys/ppoll.c
42
return (INTERPOS_SYS(ppoll, pfd, nfds, timeout, newsigmask));
lib/libc/tests/secure/fortify_poll_test.c
402
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libc/tests/secure/fortify_poll_test.c
428
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libc/tests/secure/fortify_poll_test.c
463
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libc/tests/secure/fortify_poll_test.c
512
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libc/tests/secure/fortify_poll_test.c
539
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libc/tests/secure/fortify_poll_test.c
575
ppoll(__stack.__buf, __len, &tv, NULL);
lib/libsys/interposing_table.c
71
SLOT(ppoll, __sys_ppoll),
lib/libsys/recvmmsg.c
53
res = ppoll(&pfd[0], 1, timeout, NULL);
lib/libthr/thread/thr_syscalls.c
697
SLOT(ppoll);
sbin/ping/ping6.c
1170
n = ppoll(&pfd, 1, &timeout, NULL);
sys/sys/poll.h
119
int ppoll(struct pollfd _pfd[], nfds_t _nfds,
tests/sys/audit/utils.c
164
switch (ppoll(fd, 1, &timeout, NULL)) {
tests/sys/capsicum/select.cc
134
EXPECT_OK(ppoll(cap_fd, kCapCount + 1, &ts, NULL));
tests/sys/capsicum/select.cc
136
EXPECT_OK(ppoll(cap_fd, kCapCount + 2, &ts, NULL));
tests/sys/kern/prace.c
58
ret = poll ? ppoll(NULL, 0, &timeout, &set0) :
usr.sbin/ntp/ntpdc/nl.c
100
(int) offsetof(struct info_peer_summary, ppoll));
usr.sbin/ntp/ntpdc/nl.c
142
(int) offsetof(struct info_peer, ppoll));