Home
last modified time | relevance | path

Searched defs:fds (Results 76 - 100 of 371) sorted by relevance

12345678910>>...15

/third_party/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c43 static int fds[ARRAY_SIZE(tcases)]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl35.c72 int fds[2]; in verify_pipe_size() local
/third_party/node/deps/uvwasi/src/
H A Dfd_table.h26 struct uvwasi_fd_wrap_t** fds; member
/third_party/pulseaudio/src/pulsecore/
H A Dfdsem.c49 int fds[2]; member
[all...]
/third_party/toybox/toys/pending/
H A Dman.c128 int fds[] = {-1, -1}; in zopen() local
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs379 let mut fds = MaybeUninit::<[OwnedFd; 2]>::uninit(); variables
/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs101 let mut fds: [c_int; 2] = [-1; 2]; in new() variables
[all...]
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/
H A Drisk_collect_fuzzer.cpp73 struct pollfd fds = {}; in KernelInterfaceAdapterFuzzTest() local
/base/startup/appspawn/standard/
H A Dappspawn_service.h51 int fds[APP_MAX_FD_COUNT]; member
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dkernel_interface_adapter.h35 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 Dtimer_handler.cpp43 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 Dslirp_user.c52 int fds[2], pid, err; in slirp_open() local
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dhelper.c46 int pid, fds[2], ret, n; in run_helper() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpsock_lib.h75 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 Dslirp_user.c52 int fds[2], pid, err; in slirp_open() local
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dhelper.c47 int pid, fds[2], ret, n; in run_helper() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h104 fd_set fds; in wait_for_packet() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_lib.h77 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 Dvirtual_serial.c174 STATIC INT32 SerialPoll(struct file *filep, poll_table *fds) in SerialPoll() argument
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c91 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 Dtest-pipe-sendmsg.c110 int fds[2]; in TEST_IMPL() local
/third_party/mesa3d/src/util/
H A Dlibsync.h104 struct pollfd fds = {0}; in sync_wait() local
/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat01.c54 int *fds; member
/third_party/ltp/testcases/kernel/syscalls/fstatat/
H A Dfstatat01.c56 static int fds[TEST_CASES]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait01.c22 static int write_size, epfd, fds[2]; variable
[all...]

Completed in 9 milliseconds

12345678910>>...15