Home
last modified time | relevance | path

Searched refs:__NR_keyctl (Results 1 – 25 of 39) sorted by relevance

12

/external/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl01.c74 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/
Darm64_linux_syscalls.h886 #if !defined(__NR_keyctl)
887 #define __NR_keyctl 219 macro
Dx86_64_linux_syscalls.h1013 #if !defined(__NR_keyctl)
1014 #define __NR_keyctl 250 macro
Dx86_32_linux_syscalls.h1149 #if !defined(__NR_keyctl)
1150 #define __NR_keyctl 288 macro
Dmips64_linux_syscalls.h978 #if !defined(__NR_keyctl)
979 #define __NR_keyctl (__NR_Linux + 241) macro
Dmips_linux_syscalls.h1144 #if !defined(__NR_keyctl)
1145 #define __NR_keyctl (__NR_Linux + 282) macro
Darm_linux_syscalls.h1084 #if !defined(__NR_keyctl)
1085 #define __NR_keyctl (__NR_SYSCALL_BASE+311) macro
/external/minijail/linux-x86/
Dlibsyscalls.gen.c756 #ifdef __NR_keyctl
757 { "keyctl", __NR_keyctl },
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h368 #define __NR_keyctl 219 macro
Dvki-scnums-s390x-linux.h249 #define __NR_keyctl 280 macro
Dvki-scnums-arm64-linux.h264 #define __NR_keyctl 219 macro
Dvki-scnums-amd64-linux.h334 #define __NR_keyctl 250 macro
Dvki-scnums-ppc64-linux.h308 #define __NR_keyctl 271 macro
Dvki-scnums-arm-linux.h349 #define __NR_keyctl 311 macro
Dvki-scnums-ppc32-linux.h316 #define __NR_keyctl 271 macro
Dvki-scnums-x86-linux.h325 #define __NR_keyctl 288 macro
Dvki-scnums-mips64-linux.h280 #define __NR_keyctl (__NR_Linux + 241) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h254 #define __NR_keyctl 250 macro
Dunistd_32.h288 #define __NR_keyctl 288 macro
/external/strace/
Dscno.h758 #ifndef __NR_keyctl
759 # define __NR_keyctl (SYSCALL_BIT | 250) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h305 #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/
Dkeyctl.c34 #ifdef __NR_keyctl
181 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
/external/strace/tests/
Dkeyctl.c34 #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/
Dkeyctl.c34 #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/
Dbaseline_policy_unittest.cc235 TEST_BASELINE_SIGSYS(__NR_keyctl);

12