Home
last modified time | relevance | path

Searched defs:fd2 (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/libdrm/
Dlibsync.h51 int32_t fd2; member
86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge()
121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dlinkat.c31 int fd2 = -1; in linkat_0100() local
52 int fd2 = -1; in linkat_0200() local
/third_party/nghttp2/src/
Dshrpx_config_test.cc170 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file() local
213 auto fd2 = mkstemp(file2); in test_shrpx_config_read_tls_ticket_key_file_aes_256() local
/third_party/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_03.c80 static void sem_player(int fd1, int fd2) in sem_player()
112 int c, fd1, fd2, status; in main() local
/third_party/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp02.c26 static int fd2; variable
41 int *fd2; member
Dkcmp01.c24 static int fd2; variable
34 int *fd2; member
Dkcmp.h47 int kcmp(int pid1, int pid2, int type, int fd1, int fd2) in kcmp()
/third_party/NuttX/fs/vfs/
Dfs_dup2.c52 int dup2(int fd1, int fd2) in dup2()
Dfs_dupfd2.c80 int fs_dupfd2(int fd1, int fd2) in fs_dupfd2()
/third_party/python/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2()
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c130 int fd2; in test_share_dup() local
194 int fd2; in test_share_open() local
/third_party/musl/src/unistd/
Dlinkat.c4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) in linkat()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D8-1.c37 int fd1, fd2; in main() local
/third_party/ltp/testcases/kernel/syscalls/flock/
Dflock06.c24 int fd1, fd2; in verify_flock() local
Dflock03.c26 int fd2; in childfunc() local
/third_party/musl/src/stat/
Dfchmodat.c15 int ret, fd2; in fchmodat() local
/third_party/mesa3d/src/util/
Dlibsync.h173 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate()
Dos_file.c203 os_same_file_description(int fd1, int fd2) in os_same_file_description()
217 os_same_file_description(int fd1, int fd2) in os_same_file_description()
/third_party/mesa3d/src/android_stub/
Dsync_stub.cpp15 int sync_merge(const char *name, int fd, int fd2) in sync_merge()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
Dk-tree-gen.c56 int fd = 0, fd2; in k_tree_gen() local
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfrag.c48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl01.c48 int fd[10], fd2[10]; in main() local
/third_party/ltp/testcases/kernel/input/
Dinput02.c39 static int fd2; variable
Dinput04.c37 static int fd, fd2; variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D3-1.c51 int fd2; in main() local

1234