/external/ltp/testcases/kernel/syscalls/kcmp/ |
kcmp.h | 49 return tst_syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
|
/external/strace/tests/ |
kcmp.c | 35 #ifdef __NR_kcmp 102 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); 232 SKIP_MAIN_UNDEFINED("__NR_kcmp");
|
/external/strace/tests-m32/ |
kcmp.c | 35 #ifdef __NR_kcmp 102 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); 232 SKIP_MAIN_UNDEFINED("__NR_kcmp");
|
/external/strace/tests-mx32/ |
kcmp.c | 35 #ifdef __NR_kcmp 102 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); 232 SKIP_MAIN_UNDEFINED("__NR_kcmp");
|
/external/linux-kselftest/tools/testing/selftests/kcmp/ |
kcmp_test.c | 25 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
|
/external/valgrind/include/vki/ |
vki-scnums-amd64-linux.h | 396 #define __NR_kcmp 312
|
vki-scnums-arm64-linux.h | 308 #define __NR_kcmp 272
|
vki-scnums-s390x-linux.h | 311 #define __NR_kcmp 343
|
vki-scnums-arm-linux.h | 417 #define __NR_kcmp 378
|
vki-scnums-ppc32-linux.h | 399 #define __NR_kcmp 354
|
vki-scnums-ppc64-linux.h | 391 #define __NR_kcmp 354
|
vki-scnums-x86-linux.h | 386 #define __NR_kcmp 349
|
vki-scnums-mips64-linux.h | 345 #define __NR_kcmp (__NR_Linux + 306)
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 942 #ifdef __NR_kcmp 943 { "kcmp", __NR_kcmp },
|
/bionic/libc/kernel/uapi/asm-generic/ |
unistd.h | 300 #define __NR_kcmp 272
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
unistd_32.h | 366 #define __NR_kcmp 349
|
unistd_64.h | 333 #define __NR_kcmp 312
|
unistd_x32.h | 289 #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
unistd_32.h | 349 #define __NR_kcmp 349
|
unistd_64.h | 316 #define __NR_kcmp 312
|
unistd_x32.h | 272 #define __NR_kcmp (__X32_SYSCALL_BIT + 312)
|
/bionic/libc/include/bits/ |
glibc-syscalls.h | 445 #if defined(__NR_kcmp) 446 #define SYS_kcmp __NR_kcmp
|
/external/strace/ |
scno.h | 776 #ifndef __NR_kcmp 777 # define __NR_kcmp (SYSCALL_BIT | 272)
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
unistd.h | 370 #define __NR_kcmp (__NR_Linux + 347) 701 #define __NR_kcmp (__NR_Linux + 306) [all...] |
/external/kernel-headers/original/uapi/asm-mips/asm/ |
unistd.h | 371 #define __NR_kcmp (__NR_Linux + 347) 715 #define __NR_kcmp (__NR_Linux + 306) [all...] |