/external/ltp/include/lapi/ |
keyctl.h | 66 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);
|
/system/core/libkeyutils/ |
keyutils.cpp | 44 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5);
|
/external/valgrind/include/vki/ |
vki-scnums-amd64-linux.h | 334 #define __NR_keyctl 250
|
vki-scnums-arm64-linux.h | 264 #define __NR_keyctl 219
|
vki-scnums-s390x-linux.h | 249 #define __NR_keyctl 280
|
vki-scnums-arm-linux.h | 349 #define __NR_keyctl 311
|
vki-scnums-ppc32-linux.h | 316 #define __NR_keyctl 271
|
vki-scnums-ppc64-linux.h | 308 #define __NR_keyctl 271
|
vki-scnums-x86-linux.h | 325 #define __NR_keyctl 288
|
vki-scnums-mips64-linux.h | 280 #define __NR_keyctl (__NR_Linux + 241)
|
/external/minijail/linux-x86/ |
libsyscalls.gen.c | 756 #ifdef __NR_keyctl 757 { "keyctl", __NR_keyctl },
|
/bionic/libc/kernel/uapi/asm-generic/ |
unistd.h | 260 #define __NR_keyctl 219
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
unistd_32.h | 305 #define __NR_keyctl 288
|
unistd_64.h | 271 #define __NR_keyctl 250
|
unistd_x32.h | 238 #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
unistd_32.h | 288 #define __NR_keyctl 288
|
unistd_64.h | 254 #define __NR_keyctl 250
|
unistd_x32.h | 221 #define __NR_keyctl (__X32_SYSCALL_BIT + 250)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
unistd_32.h | 296 #define __NR_keyctl 288
|
unistd_64.h | 565 #define __NR_keyctl 250 566 __SYSCALL(__NR_keyctl, sys_keyctl)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
unistd_32.h | 296 #define __NR_keyctl 288
|
unistd_64.h | 565 #define __NR_keyctl 250 566 __SYSCALL(__NR_keyctl, sys_keyctl)
|
/bionic/libc/include/bits/ |
glibc-syscalls.h | 454 #if defined(__NR_keyctl) 455 #define SYS_keyctl __NR_keyctl
|
/external/strace/ |
scno.h | 665 #ifndef __NR_keyctl 666 # define __NR_keyctl (SYSCALL_BIT | 219)
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
unistd.h | 305 #define __NR_keyctl (__NR_Linux + 282) 636 #define __NR_keyctl (__NR_Linux + 241) [all...] |