/external/ltp/testcases/kernel/syscalls/keyctl/ |
D | keyctl01.c | 74 ret = ltp_syscall(__NR_keyctl, KEYCTL_GET_KEYRING_ID, in main() 85 ret = ltp_syscall(__NR_keyctl, KEYCTL_READ, in main() 92 ret = ltp_syscall(__NR_keyctl, KEYCTL_REVOKE, ne_key); in main()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 886 #if !defined(__NR_keyctl) 887 #define __NR_keyctl 219 macro
|
D | x86_64_linux_syscalls.h | 1013 #if !defined(__NR_keyctl) 1014 #define __NR_keyctl 250 macro
|
D | x86_32_linux_syscalls.h | 1149 #if !defined(__NR_keyctl) 1150 #define __NR_keyctl 288 macro
|
D | mips64_linux_syscalls.h | 978 #if !defined(__NR_keyctl) 979 #define __NR_keyctl (__NR_Linux + 241) macro
|
D | mips_linux_syscalls.h | 1144 #if !defined(__NR_keyctl) 1145 #define __NR_keyctl (__NR_Linux + 282) macro
|
D | arm_linux_syscalls.h | 1084 #if !defined(__NR_keyctl) 1085 #define __NR_keyctl (__NR_SYSCALL_BASE+311) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 756 #ifdef __NR_keyctl 757 { "keyctl", __NR_keyctl },
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 368 #define __NR_keyctl 219 macro
|
D | vki-scnums-s390x-linux.h | 249 #define __NR_keyctl 280 macro
|
D | vki-scnums-arm64-linux.h | 264 #define __NR_keyctl 219 macro
|
D | vki-scnums-amd64-linux.h | 334 #define __NR_keyctl 250 macro
|
D | vki-scnums-ppc64-linux.h | 308 #define __NR_keyctl 271 macro
|
D | vki-scnums-arm-linux.h | 349 #define __NR_keyctl 311 macro
|
D | vki-scnums-ppc32-linux.h | 316 #define __NR_keyctl 271 macro
|
D | vki-scnums-x86-linux.h | 325 #define __NR_keyctl 288 macro
|
D | vki-scnums-mips64-linux.h | 280 #define __NR_keyctl (__NR_Linux + 241) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 254 #define __NR_keyctl 250 macro
|
D | unistd_32.h | 288 #define __NR_keyctl 288 macro
|
/external/strace/ |
D | scno.h | 758 #ifndef __NR_keyctl 759 # define __NR_keyctl (SYSCALL_BIT | 250) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 305 #define __NR_keyctl (__NR_Linux + 282) macro 648 #define __NR_keyctl (__NR_Linux + 241) macro 995 #define __NR_keyctl (__NR_Linux + 245) macro
|
/external/strace/tests-mx32/ |
D | keyctl.c | 34 #ifdef __NR_keyctl 181 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/strace/tests/ |
D | keyctl.c | 34 #ifdef __NR_keyctl 181 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/strace/tests-m32/ |
D | keyctl.c | 34 #ifdef __NR_keyctl 181 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 235 TEST_BASELINE_SIGSYS(__NR_keyctl);
|