/third_party/NuttX/fs/vfs/ |
D | fs_select.c | 96 int do_select(int nfds, fd_set *readfds, fd_set *writefds, in do_select() 317 int select(int nfds, fd_set *readfds, fd_set *writefds, in select()
|
D | fs_poll.c | 274 static int query_fds(struct pollfd *fds, nfds_t nfds, poll_table *wait) in query_fds() 396 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
|
/third_party/glib/glib/ |
D | gpoll.c | 122 guint nfds, in g_poll() 297 guint nfds, in fill_poll_thread_data() 365 guint nfds, in g_poll() 506 guint nfds, in g_poll()
|
/third_party/ltp/testcases/kernel/syscalls/ppoll/ |
D | ppoll01.c | 40 unsigned int nfds; /* nfds ppoll parameter */ member 158 static inline int libc_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in libc_ppoll() 165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll() 171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64()
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
D | select_var.h | 21 static int do_select_faulty_to(int nfds, fd_set *readfds, fd_set *writefds, in do_select_faulty_to() 99 static inline int do_select(int nfds, fd_set *readfds, fd_set *writefds, in do_select()
|
D | select01.c | 25 int *nfds; member
|
D | select03.c | 28 int *nfds; member
|
/third_party/node/deps/cares/src/lib/ |
D | ares_fds.c | 26 ares_socket_t nfds; in ares_fds() local
|
/third_party/libuv/src/unix/ |
D | epoll.c | 53 uintptr_t nfds; in uv__platform_invalidate_fd() local 129 int nfds; in uv__io_poll() local
|
D | kqueue.c | 129 int nfds; in uv__io_poll() local 447 uintptr_t nfds; in uv__platform_invalidate_fd() local
|
D | posix-poll.c | 143 int nfds; in uv__io_poll() local
|
/third_party/ltp/testcases/kernel/syscalls/dup/ |
D | dup03.c | 20 int nfds; variable
|
/third_party/ninja/src/ |
D | subprocess-posix.cc | 242 nfds_t nfds = 0; in DoWork() local 292 int nfds = 0; in DoWork() local
|
/third_party/libdrm/tests/kms/ |
D | kms-steal-crtc.c | 118 int nfds = STDIN_FILENO + 1; in main() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-posix.c | 59 int pa_poll (struct pollfd *fds, unsigned long int nfds, int timeout) { in pa_poll()
|
D | poll.h | 59 #define pa_poll(fds,nfds,timeout) poll((fds),(nfds),(timeout)) argument
|
/third_party/ltp/testcases/kernel/syscalls/pselect/ |
D | pselect02.c | 23 int nfds; member
|
/third_party/alsa-utils/alsamixer/ |
D | mainloop.c | 72 int nfds = 0, n; in mainloop() local
|
/third_party/curl/tests/libtest/ |
D | first.c | 45 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, in select_wrapper()
|
/third_party/curl/lib/ |
D | select.c | 329 int Curl_poll(struct pollfd ufds[], unsigned int nfds, timediff_t timeout_ms) in Curl_poll()
|
/third_party/node/deps/cares/src/tools/ |
D | ahost.c | 59 int status, nfds, c, addr_family = AF_INET; in main() local
|
/third_party/glib/gio/ |
D | gunixoutputstream.c | 328 int nfds = 0; in g_unix_output_stream_write() local 407 int nfds = 0; in g_unix_output_stream_writev() local
|
/third_party/libusb/libusb/os/ |
D | events_posix.c | 222 usbi_nfds_t nfds = (usbi_nfds_t)ctx->event_data_cnt; in usbi_wait_for_events() local
|
/third_party/ltp/testcases/network/lib6/ |
D | asapi_02.c | 120 int maxfd, nfds; in ic6_recv1() local
|
/third_party/grpc/test/cpp/end2end/ |
D | nonblocking_test.cc | 49 int maybe_assert_non_blocking_poll(struct pollfd* pfds, nfds_t nfds, in maybe_assert_non_blocking_poll()
|