/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 44 fd_set *readfds = NULL, *writefds = NULL, *exceptfds = NULL; in poll() local 60 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) { in poll() 73 FD_SET(fd, exceptfds); in poll() 77 FD_SET(fd, exceptfds); in poll() 88 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp); in poll() 103 if (FD_ISSET(fd, exceptfds)) { in poll() 113 if (exceptfds != NULL) in poll() 114 free(exceptfds); in poll()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | select.c | 9 fd_set* exceptfds, struct timeval* timeout) { in select() argument 10 return ki_select(nfds, readfds, writefds, exceptfds, timeout); in select()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
D | probslet.h | 130 PR_fd_set *exceptfds, PRIntervalTime timeout);
|
/external/v8/src/ |
D | d8-posix.cc | 110 fd_set readfds, writefds, exceptfds; in WaitOnFD() local 122 FD_ZERO(&exceptfds); in WaitOnFD() 124 FD_SET(fd, &exceptfds); in WaitOnFD() 134 &exceptfds, in WaitOnFD()
|
/external/chromium_org/v8/src/ |
D | d8-posix.cc | 110 fd_set readfds, writefds, exceptfds; in WaitOnFD() local 122 FD_ZERO(&exceptfds); in WaitOnFD() 124 FD_SET(fd, &exceptfds); in WaitOnFD() 134 &exceptfds, in WaitOnFD()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_proxy.cc | 999 fd_set* exceptfds, struct timeval* timeout) { in select() argument 1009 if (NULL == exceptfds) in select() 1010 exceptfds = &ignore; in select() 1020 if (FD_ISSET(fd, exceptfds)) in select() 1033 FD_ZERO(exceptfds); in select() 1067 FD_SET(info->fd, exceptfds); in select()
|
D | kernel_intercept.cc | 309 fd_set* exceptfds, struct timeval* timeout) { in ki_select() argument 310 return s_kp->select(nfds, readfds, writefds, exceptfds, timeout); in ki_select()
|
D | kernel_wrap_glibc.cc | 262 fd_set* exceptfds, struct timeval* timeout, int* count) { in WRAP() 263 *count = ki_select(nfds, readfds, writefds, exceptfds, timeout); in WRAP()
|
D | kernel_intercept.h | 91 fd_set* exceptfds, struct timeval* timeout);
|
D | kernel_proxy.h | 153 fd_set* exceptfds, struct timeval* timeout);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | kernel_wrap_test.cc | 555 fd_set exceptfds; in TEST_F() local 556 EXPECT_CALL(mock, select(kDummyInt, &readfds, &writefds, &exceptfds, NULL)) in TEST_F() 559 select(kDummyInt, &readfds, &writefds, &exceptfds, NULL)); in TEST_F()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _solaris.h | 444 fd_set *exceptfds, struct timeval *timeout); 793 fd_set *exceptfds, struct timeval *timeout);
|
D | _irix.h | 446 fd_set *exceptfds, struct timeval *timeout);
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 905 Syscall param old_select(exceptfds) points to unaddressable byte(s) 1655 Syscall param select(exceptfds) contains uninitialised byte(s) 1673 Syscall param select(exceptfds) points to unaddressable byte(s)
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 3853 vki_fd_set *, exceptfds, struct vki_timeval *, timeout); in PRE()
|
D | syswrap-linux.c | 1139 vki_fd_set *, exceptfds, struct vki_timeval *, timeout, in PRE()
|