Home
last modified time | relevance | path

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

12345

/external/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()
/external/igt-gpu-tools/tests/
Dprime_self_import.c57 check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2) in check_bo()
86 int fd1, fd2; in test_with_fd_dup() local
114 int fd1, fd2; in test_with_two_bos() local
147 int fd1, fd2; in test_with_one_bo_two_files() local
174 int fd1, fd2; in test_with_one_bo() local
Dvc4_create_bo.c58 int fd2 = drm_open_driver(DRIVER_VC4); variable
Dpanfrost_gem_new.c59 int fd2 = drm_open_driver(DRIVER_PANFROST); variable
Dkms_prop_blob.c157 int fd2; in test_lifetime() local
193 int fd2; in test_multiple() local
/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp()
37 int fd1, fd2; in main() local
/external/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
/external/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
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create01.c129 int fd2; in test_share_dup() local
193 int fd2; in test_share_open() local
/external/python/cpython3/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2()
/external/python/cpython2/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2()
/external/mesa3d/src/util/
Dlibsync.h131 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate()
Dos_file.c189 os_same_file_description(int fd1, int fd2) in os_same_file_description()
212 os_same_file_description(int fd1, int fd2) in os_same_file_description()
/external/llvm-project/compiler-rt/test/tsan/
Dfd_dup_race.cpp21 int fd2 = open("/dev/random", O_RDONLY); in main() local
Dfd_dup_norace2.cpp44 int fd2 = open("/dev/urandom", O_RDONLY); in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D8-1.c37 int fd1, fd2; in main() local
/external/compiler-rt/test/tsan/
Dfd_dup_race.cc21 int fd2 = open("/dev/random", O_RDONLY); in main() local
Dfd_dup_norace2.cc44 int fd2 = open("/dev/urandom", O_RDONLY); in main() local
/external/mesa3d/src/android_stub/
Dsync_stub.cpp15 int sync_merge(const char *name, int fd, int fd2) in sync_merge()
/external/ltp/testcases/kernel/syscalls/flock/
Dflock06.c24 int fd1, fd2; in verify_flock() local
Dflock03.c26 int fd2; in childfunc() local
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-002-posix-eq.c27 int fd0, fd1, fd2; in main() local
/external/ltp/testcases/kernel/fs/fs_di/
Dfrag.c48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
/external/ltp/testcases/kernel/input/
Dinput04.c37 static int fd, fd2; variable

12345