Home
last modified time | relevance | path

Searched refs:KCMP_FILE (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp01.c37 {&pid1, &pid1, KCMP_FILE, &fd1, &fd1, 0},
38 {&pid2, &pid2, KCMP_FILE, &fd1, &fd2, 0},
39 {&pid1, &pid2, KCMP_FILE, &fd1, &fd1, 0},
40 {&pid1, &pid2, KCMP_FILE, &fd1, &fd2, 0},
41 {&pid1, &pid2, KCMP_FILE, &fd1, &fd3, 1},
Dkcmp02.c44 {&pid1, &pid_unused, KCMP_FILE, &fd1, &fd2, ESRCH},
49 {&pid1, &pid1, KCMP_FILE, &fd1, &fd_fake, EBADF}
Dkcmp.h29 KCMP_FILE, enumerator
/external/strace/xlat/
Dkcmp_types.h6 #if defined(KCMP_FILE) || (defined(HAVE_DECL_KCMP_FILE) && HAVE_DECL_KCMP_FILE)
8 static_assert((KCMP_FILE) == (0), "KCMP_FILE != 0");
11 # define KCMP_FILE 0
73 XLAT(KCMP_FILE),
Dkcmp_types.in1 KCMP_FILE 0
/external/strace/tests-mx32/
Dkcmp.c57 # define KCMP_FILE 0 macro
113 if (type == KCMP_FILE) { in do_kcmp()
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1, in main()
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD); in main()
/external/strace/tests/
Dkcmp.c57 # define KCMP_FILE 0 macro
113 if (type == KCMP_FILE) { in do_kcmp()
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1, in main()
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD); in main()
/external/strace/tests-m32/
Dkcmp.c57 # define KCMP_FILE 0 macro
113 if (type == KCMP_FILE) { in do_kcmp()
201 do_kcmp(3141592653U, 2718281828U, ARG_STR(KCMP_FILE), bogus_idx1, in main()
203 do_kcmp(-1, -1, ARG_STR(KCMP_FILE), NULL_FD, ZERO_FD); in main()
/external/linux-kselftest/tools/testing/selftests/kcmp/
Dkcmp_test.c102 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main()
114 ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1); in main()
/external/mesa3d/src/util/
Dos_file.c91 #define KCMP_FILE 0 macro
197 return syscall(SYS_kcmp, pid, pid, KCMP_FILE, fd1, fd2); in os_same_file_description()
/external/kernel-headers/original/uapi/linux/
Dkcmp.h9 KCMP_FILE, enumerator
/external/crosvm/sys_util/src/
Ddescriptor.rs60 const KCMP_FILE: u32 = 0; constant
77 KCMP_FILE, in eq()
/external/strace/
Dkcmp.c67 case KCMP_FILE: in SYS_FUNC()
DChangeLog11363 Note the change in output type for idx1/idx2 in KCMP_FILE command from
11368 (SYS_FUNC(kcmp)) <case KCMP_FILE>: Use printpidfd for printing
11390 do not define KCMP_FILE and KCMP_SYSVSEM.
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3545 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2);