Home
last modified time | relevance | path

Searched defs:fd1 (Results 26 - 50 of 113) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/fchmod/
H A Dfchmod06.c21 static int fd1; variable
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpoll_sup.c38 int fd1 = open(path1, O_WRONLY | O_CREAT, TEST_MODE); in poll_0100() local
H A Dselect.c83 int fd1, fd2; in select_0300() local
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c89 int fd1, fd2; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_attach.c13 int err, fd1, fd2, fd3; in test_xdp_attach() local
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() argument
37 int fd1, fd2; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/kcmp/
H A Dkcmp_test.c23 static long sys_kcmp(int pid1, int pid2, int type, unsigned long fd1, unsigned long fd2) in sys_kcmp() argument
37 int fd1, fd2; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/core/
H A Dclose_range_test.c388 int fd1, fd2, fd3, flags, ret, status; in TEST() local
470 int i, fd1, fd in TEST() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dreuseaddr_conflict.c89 int fd1, fd2; in main() local
/third_party/libdrm/
H A Dlibsync.h86 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() argument
121 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() argument
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest1.c57 static int fd1, fd2; variable
H A Ddiotest2.c72 int fd1 = -1; variable
/third_party/ltp/testcases/kernel/syscalls/flock/
H A Dflock04.c30 int retval, fd1; in child() local
/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp02.c25 static int fd1; variable
40 int *fd1; member
[all...]
H A Dkcmp01.c23 static int fd1; variable
33 int *fd1; member
[all...]
/third_party/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek07.c24 static int fd1, fd2; variable
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl32.c35 static int fd1; variable
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap27.c21 static int fd1 = -1, fd2 = -1; variable
/third_party/ltp/testcases/kernel/syscalls/dup2/
H A Ddup203.c23 static int fd0 = -1, fd1 = -1; variable
/third_party/ltp/testcases/kernel/syscalls/fchown/
H A Dfchown04.c33 static int fd1; variable
/test/xts/acts/commonlibrary_lite/file_hal/src/
H A Dutils_file_func_test.c201 int fd1 = UtilsFileOpen(fileName, O_RDONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
220 int fd1 = UtilsFileOpen(fileName, O_WRONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
239 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
258 int fd1 variable
277 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS | O_EXCL_FS | O_APPEND_FS, 0); global() variable
316 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_TRUNC_FS, 0); global() variable
319 UtilsFileClose(fd1); global() variable
[all...]
H A Dutils_file_reli_test.c247 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
249 UtilsFileClose(fd1); variable
285 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
287 UtilsFileClose(fd1); variable
327 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
328 UtilsFileClose(fd1); variable
363 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
364 UtilsFileClose(fd1); variable
[all...]
/test/xts/hats/kernel/syscalls/fileio/tee/
H A DTeeApiTest.cpp104 int fd1; in HWTEST_F() local
/third_party/mesa3d/src/util/
H A Dlibsync.h132 static inline int sync_merge(const char *name, int fd1, int fd2) in sync_merge() argument
179 static inline int sync_accumulate(const char *name, int *fd1, int fd2) in sync_accumulate() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/execveat/
H A Dexecveat01.c34 static int fd1, fd4; variable

Completed in 9 milliseconds

12345