Searched refs:__NR_keyctl (Results 1 – 21 of 21) sorted by relevance
/external/syzkaller/sys/linux/ |
D | key_386.const | 70 __NR_keyctl = 288
|
D | key_amd64.const | 70 __NR_keyctl = 250
|
D | key_ppc64le.const | 70 __NR_keyctl = 271
|
D | key_arm.const | 70 __NR_keyctl = 311
|
D | key_arm64.const | 70 __NR_keyctl = 219
|
/external/ltp/include/lapi/ |
D | keyctl.h | 66 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 756 #ifdef __NR_keyctl 757 { "keyctl", __NR_keyctl },
|
/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
|
D | unistd_x32.h | 221 #define __NR_keyctl (__X32_SYSCALL_BIT + 250) macro
|
/external/strace/ |
D | scno.h | 758 #ifndef __NR_keyctl 759 # define __NR_keyctl (SYSCALL_BIT | 250) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 603 #define __NR_keyctl 219 macro 604 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd_n64.h | 244 #define __NR_keyctl (__NR_Linux + 241) macro
|
D | unistd_n32.h | 248 #define __NR_keyctl (__NR_Linux + 245) macro
|
D | unistd_o32.h | 285 #define __NR_keyctl (__NR_Linux + 282) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
|
/external/strace/tests-mx32/ |
D | keyctl.c | 35 #ifdef __NR_keyctl 196 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/strace/tests/ |
D | keyctl.c | 35 #ifdef __NR_keyctl 196 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/strace/tests-m32/ |
D | keyctl.c | 35 #ifdef __NR_keyctl 196 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
|
/external/e2fsprogs/misc/ |
D | e4crypt.c | 91 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 141 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
|