| /freebsd/lib/libc/sys/ |
| H A D | pselect.c | 36 #pragma weak pselect macro 38 pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t, in pselect() function 41 return (INTERPOS_SYS(pselect, n, rs, ws, es, t, s)); in pselect()
|
| H A D | Symbol.map | 14 pselect;
|
| /freebsd/tests/sys/capsicum/ |
| H A D | select.cc | 84 ret = pselect(maxfd+1, &rset, &wset, NULL, &ts, NULL); 93 ret = pselect(maxfd+1, &rset, &wset, NULL, &ts, NULL);
|
| /freebsd/lib/libsys/ |
| H A D | interposing_table.c | 50 SLOT(pselect, __sys_pselect),
|
| H A D | Makefile.sys | 79 pselect \ 304 pselect.2 \
|
| /freebsd/tests/sys/kern/ |
| H A D | prace.c | 59 pselect(0, NULL, NULL, NULL, &timeout, &set0); in child()
|
| /freebsd/sys/sys/ |
| H A D | select.h | 124 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
|
| H A D | syscall.mk | 369 pselect.o \
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.c | 78 ret = pselect(maxfd + 1, &readfds, &writefds, &exceptfds, tmoutp, sigmask); in ppoll()
|
| H A D | bsd-misc.h | 142 int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
|
| H A D | bsd-pselect.c | 128 pselect(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, in pselect() function
|
| H A D | Makefile.in | 85 bsd-pselect.o \
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_select.c | 114 if (pselect(1, &rset, NULL, NULL, ts, &set) == -1) { in child()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1282 INTERCEPTOR(int, pselect, int nfds, fd_set *readfds, fd_set *writefds, argument 1286 return REAL(pselect)(nfds, readfds, writefds, exceptfds, timeout, sigmask); 1683 INTERCEPT_FUNCTION(pselect);
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 676 SLOT(pselect); in __thr_interpose_libc()
|
| /freebsd/usr.bin/script/ |
| H A D | script.c | 318 n = pselect(master + 1, &rfd, &wfd, NULL, tvp, pselmask); in main()
|
| /freebsd/lib/libc/resolv/ |
| H A D | res_send.c | 944 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg()
|
| /freebsd/contrib/bc/src/ |
| H A D | history.c | 2044 return pselect(1, &h->rdset, NULL, NULL, &h->ts, &h->sigmask) > 0 || in bc_history_stdinHasData()
|
| /freebsd/sbin/ping/ |
| H A D | ping.c | 912 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping()
|
| H A D | ping6.c | 1165 n = pselect(srecv + 1, &rfds, NULL, NULL, &timeout, NULL); in ping6()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 1562 pselect(1, &readfds, nullptr, nullptr, &timeout, nullptr); in TEST()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2535 fun:pselect=uninstrumented
|
| /freebsd/crypto/openssh/ |
| H A D | ChangeLog | 4930 Simplify pselect shim and remove side effects. 4933 pselect-on-select invocations, set up and restore them each call. 4937 a native pselect due to the extra overhead. Tweaks & ok djm@
|
| H A D | configure.ac | 2174 pselect \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 203 #define pselect __pselect_time64
|