Searched refs:KCMP_FILE (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
H A D | kcmp01.c | 37 {&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},
|
H A D | kcmp02.c | 44 {&pid1, &pid_unused, KCMP_FILE, &fd1, &fd2, ESRCH}, 49 {&pid1, &pid1, KCMP_FILE, &fd1, &fd_fake, EBADF}
|
H A D | kcmp.h | 29 KCMP_FILE, enumerator
|
/third_party/mesa3d/src/util/ |
H A D | os_file.c | 200 #define KCMP_FILE 0 macro 211 return syscall(SYS_kcmp, pid, pid, KCMP_FILE, fd1, fd2); in os_same_file_description()
|
/third_party/ltp/include/lapi/ |
H A D | kcmp.h | 16 KCMP_FILE, enumerator
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/ |
H A D | pidfd_getfd01.c | 67 TST_EXP_VAL_SILENT(kcmp(getpid(), pid, KCMP_FILE, remotefd, targetfd), 0); in run()
|
Completed in 2 milliseconds