Home
last modified time | relevance | path

Searched refs:KCMP_FILE (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/kcmp/
H A 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},
H A Dkcmp02.c44 {&pid1, &pid_unused, KCMP_FILE, &fd1, &fd2, ESRCH},
49 {&pid1, &pid1, KCMP_FILE, &fd1, &fd_fake, EBADF}
H A Dkcmp.h29 KCMP_FILE, enumerator
/third_party/mesa3d/src/util/
H A Dos_file.c200 #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 Dkcmp.h16 KCMP_FILE, enumerator
/third_party/ltp/testcases/kernel/syscalls/pidfd_getfd/
H A Dpidfd_getfd01.c67 TST_EXP_VAL_SILENT(kcmp(getpid(), pid, KCMP_FILE, remotefd, targetfd), 0); in run()

Completed in 3 milliseconds