Home
last modified time | relevance | path

Searched defs:fds (Results 26 - 50 of 245) sorted by relevance

12345678910

/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_ppoll_chk_test.cpp19 struct pollfd fds[1]; in HWTEST_F() local
36 struct pollfd* fds = nullptr; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_epoll_wait_test.cpp27 int fds[2]; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dnameservercheck_server.c43 struct pollfd fds[1]; in main() local
/third_party/python/Lib/test/subprocessdata/
H A Dfd_status.py15 fds = [] variable
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs129 let mut fds = -1; forkpty() variables
[all...]
/base/startup/init/test/exec_test/
H A Dfd_holder_test.c31 int fds[10]; in SaveFds() local
60 int *fds = ServiceGetFd("fd_holder_test", &outfdCount); in main() local
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/
H A Dfb_device.cpp70 std::vector<int> fds = {deviceFd_}; in Init() local
/test/xts/hats/kernel/syscalls/async/epoll_ctl/
H A DEpollCtlApiTest.cpp68 int fds[2]; in HWTEST_F() local
105 int fds[2]; in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/async/ppoll/
H A DPpollApiTest.cpp105 struct pollfd* fds = nullptr; in HWTEST_F() local
/third_party/glfw/src/
H A Dposix_poll.c39 GLFWbool _glfwPollPOSIX(struct pollfd* fds, nfds_t count, double* timeout) in _glfwPollPOSIX() argument
/third_party/alsa-lib/src/
H A Dsocket.c48 int *fds = (int *) CMSG_DATA(cmsg); in snd_send_fd() local
81 int *fds = (int *) CMSG_DATA(cmsg); in snd_receive_fd() local
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_core01.c38 int fds[TST_CG_ROOTS_MAX] = {-1}; in test_lesser_euid_open() local
/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/
H A Dpidfd_getfd01.c29 static int fds[2] = {-1, -1}; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe07.c65 int fds[2]; in run() local
H A Dpipe11.c21 static int fds[2]; variable
H A Dpipe13.c28 static int fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/socketpair/
H A Dsocketpair01.c22 static int fds[2]; variable
[all...]
H A Dsocketpair02.c25 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/pipe2/
H A Dpipe2_04.c19 static int fds[2]; variable
[all...]
H A Dpipe2_01.c21 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl03.c23 static int epfd, fds[2]; variable
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait06.c32 static int fds[2]; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl37.c24 static int fds[2]; variable
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Depoll_ctl.c37 int fds[2]; in epoll_ctl_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpoll_sup.c35 struct pollfd fds[2]; in poll_0100() local
[all...]

Completed in 7 milliseconds

12345678910