Searched refs:pselect (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select.c | 81 #pragma weak pselect_large_fdset = pselect 106 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, in pselect() function 382 return (pselect(nfds, in0, out0, ex0, tsp, NULL)); in select()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | select.h | 98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | select.h | 147 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 47 #define pselect Pselect macro 53 static int pselect(int, void *, void *, void *, 325 x = pselect(ctx->fdMax+1, in evGetNext() 732 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_send.c | 145 static int pselect(int, void *, void *, void *, 924 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL); in send_dg() 1120 pselect(int nfds, void *rfds, void *wfds, void *efds, in pselect() function
|
/illumos-gate/usr/src/lib/c_synonyms/ |
H A D | syn_common | 587 pselect
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1124 pselect.3c \ 2448 pselect.3c := LINKSRC = select.3c
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 2774 cnt = pselect(msgfd + 1, &fds, NULL, NULL, toutp, &defmask); in msg_wait()
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1200 pselect;
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 852 link path=usr/share/man/man3c/pselect.3c target=select.3c
|