Searched refs:__NR_kcmp (Results 1 - 25 of 32) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/kcmp/
H A Dkcmp.h49 return ltp_syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
/external/strace/tests/
H A Dkcmp.c35 #ifdef __NR_kcmp
50 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
101 SKIP_MAIN_UNDEFINED("__NR_kcmp");
/external/strace/tests-m32/
H A Dkcmp.c35 #ifdef __NR_kcmp
50 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
101 SKIP_MAIN_UNDEFINED("__NR_kcmp");
/external/strace/tests-mx32/
H A Dkcmp.c35 #ifdef __NR_kcmp
50 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
101 SKIP_MAIN_UNDEFINED("__NR_kcmp");
/external/linux-kselftest/tools/testing/selftests/kcmp/
H A Dkcmp_test.c24 return syscall(__NR_kcmp, pid1, pid2, type, fd1, fd2);
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h396 #define __NR_kcmp 312 macro
H A Dvki-scnums-arm64-linux.h308 #define __NR_kcmp 272 macro
H A Dvki-scnums-s390x-linux.h311 #define __NR_kcmp 343 macro
H A Dvki-scnums-arm-linux.h417 #define __NR_kcmp 378 macro
H A Dvki-scnums-ppc32-linux.h399 #define __NR_kcmp 354 macro
H A Dvki-scnums-ppc64-linux.h391 #define __NR_kcmp 354 macro
H A Dvki-scnums-x86-linux.h386 #define __NR_kcmp 349 macro
H A Dvki-scnums-mips64-linux.h345 #define __NR_kcmp (__NR_Linux + 306) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h1034 #if !defined(__NR_kcmp)
1035 #define __NR_kcmp 272 macro
H A Dx86_64_linux_syscalls.h1261 #if !defined(__NR_kcmp)
1262 #define __NR_kcmp 312 macro
H A Dx86_32_linux_syscalls.h1393 #if !defined(__NR_kcmp)
1394 #define __NR_kcmp 349 macro
H A Darm_linux_syscalls.h1356 #if !defined(__NR_kcmp)
1357 #define __NR_kcmp (__NR_SYSCALL_BASE+378) macro
H A Dmips64_linux_syscalls.h1238 #if !defined(__NR_kcmp)
1239 #define __NR_kcmp (__NR_Linux + 306) macro
H A Dmips_linux_syscalls.h1404 #if !defined(__NR_kcmp)
1405 #define __NR_kcmp (__NR_Linux + 347) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c942 #ifdef __NR_kcmp
943 { "kcmp", __NR_kcmp },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h349 #define __NR_kcmp 349 macro
H A Dunistd_64.h316 #define __NR_kcmp 312 macro
H A Dunistd_x32.h272 #define __NR_kcmp (__X32_SYSCALL_BIT + 312) macro
/external/strace/
H A Dscno.h944 #ifndef __NR_kcmp
945 # define __NR_kcmp (SYSCALL_BIT | 312) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h370 #define __NR_kcmp (__NR_Linux + 347) macro
713 #define __NR_kcmp (__NR_Linux + 306) macro
1061 #define __NR_kcmp (__NR_Linux + 311) macro

Completed in 258 milliseconds

12