| /third_party/ltp/testcases/kernel/syscalls/fchmodat/ |
| H A D | fchmodat01.c | 43 static int fds[ARRAY_SIZE(tcases)]; variable [all...] |
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| H A D | fcntl35.c | 72 int fds[2]; in verify_pipe_size() local
|
| /third_party/node/deps/uvwasi/src/ |
| H A D | fd_table.h | 26 struct uvwasi_fd_wrap_t** fds; member
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | fdsem.c | 49 int fds[2]; member [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | man.c | 128 int fds[] = {-1, -1}; in zopen() local
|
| /third_party/rust/crates/rustix/src/backend/libc/net/ |
| H A D | syscalls.rs | 379 let mut fds = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
|
| /base/msdp/device_status/rust/modules/scheduler/test/src/ |
| H A D | lib.rs | 101 let mut fds: [c_int; 2] = [-1; 2]; in new() variables [all...] |
| /base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/ |
| H A D | risk_collect_fuzzer.cpp | 73 struct pollfd fds = {}; in KernelInterfaceAdapterFuzzTest() local
|
| /base/startup/appspawn/standard/ |
| H A D | appspawn_service.h | 51 int fds[APP_MAX_FD_COUNT]; member
|
| /base/security/security_guard/test/unittest/data_collect/sa/ |
| H A D | kernel_interface_adapter.h | 35 virtual int Poll(struct pollfd* const fds, nfds_t fdCount, int timeout) { return 0; }; in Poll() argument
|
| /base/time/time_service/services/timer/src/ |
| H A D | timer_handler.cpp | 43 TimerFds fds; in Create() local 88 TimerHandler(const TimerFds &fds, int epollfd) TimerHandler() argument [all...] |
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| H A D | slirp_user.c | 52 int fds[2], pid, err; in slirp_open() local
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/ |
| H A D | helper.c | 46 int pid, fds[2], ret, n; in run_helper() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | psock_lib.h | 75 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open() argument 111 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() argument 133 pair_udp_send(int fds[], int num) pair_udp_send() argument 138 pair_udp_close(int fds[]) pair_udp_close() argument [all...] |
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | slirp_user.c | 52 int fds[2], pid, err; in slirp_open() local
|
| /kernel/linux/linux-6.6/arch/um/os-Linux/ |
| H A D | helper.c | 47 int pid, fds[2], ret, n; in run_helper() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_helpers.h | 104 fd_set fds; in wait_for_packet() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | psock_lib.h | 77 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open() argument 113 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() argument 135 pair_udp_send(int fds[], int num) pair_udp_send() argument 140 pair_udp_close(int fds[]) pair_udp_close() argument [all...] |
| /kernel/liteos_a/kernel/common/ |
| H A D | virtual_serial.c | 174 STATIC INT32 SerialPoll(struct file *filep, poll_table *fds)
in SerialPoll() argument
|
| /kernel/liteos_m/kal/posix/src/ |
| H A D | poll.c | 91 STATIC INT32 QueryFds(struct pollfd *fds, nfds_t nfds, struct PollTable *table) in QueryFds() argument 157 STATIC INLINE INT32 PollTimedWait(struct pollfd *fds, nfds_t nfds, struct PollTable *table, INT32 timeout) in PollTimedWait() argument 200 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
|
| /third_party/libuv/test/ |
| H A D | test-pipe-sendmsg.c | 110 int fds[2]; in TEST_IMPL() local
|
| /third_party/mesa3d/src/util/ |
| H A D | libsync.h | 104 struct pollfd fds = {0}; in sync_wait() local
|
| /third_party/ltp/testcases/kernel/syscalls/fchownat/ |
| H A D | fchownat01.c | 54 int *fds; member
|
| /third_party/ltp/testcases/kernel/syscalls/fstatat/ |
| H A D | fstatat01.c | 56 static int fds[TEST_CASES]; variable [all...] |
| /third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
| H A D | epoll_wait01.c | 22 static int write_size, epfd, fds[2]; variable [all...] |