Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dkey_386.const70 __NR_keyctl = 288
Dkey_amd64.const70 __NR_keyctl = 250
Dkey_ppc64le.const70 __NR_keyctl = 271
Dkey_arm.const70 __NR_keyctl = 311
Dkey_arm64.const70 __NR_keyctl = 219
/external/ltp/include/lapi/
Dkeyctl.h66 return tst_syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/external/minijail/linux-x86/
Dlibsyscalls.gen.c756 #ifdef __NR_keyctl
757 { "keyctl", __NR_keyctl },
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h254 #define __NR_keyctl 250 macro
Dunistd_32.h288 #define __NR_keyctl 288 macro
Dunistd_x32.h221 #define __NR_keyctl (__X32_SYSCALL_BIT + 250) macro
/external/strace/
Dscno.h758 #ifndef __NR_keyctl
759 # define __NR_keyctl (SYSCALL_BIT | 250) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h603 #define __NR_keyctl 219 macro
604 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd_n64.h244 #define __NR_keyctl (__NR_Linux + 241) macro
Dunistd_n32.h248 #define __NR_keyctl (__NR_Linux + 245) macro
Dunistd_o32.h285 #define __NR_keyctl (__NR_Linux + 282) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
/external/strace/tests-mx32/
Dkeyctl.c35 #ifdef __NR_keyctl
196 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
/external/strace/tests/
Dkeyctl.c35 #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/
Dkeyctl.c35 #ifdef __NR_keyctl
196 long rc = syscall(__NR_keyctl, cmd, args[0], args[1], args[2], args[3]); in do_keyctl()
/external/e2fsprogs/misc/
De4crypt.c91 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/external/f2fs-tools/tools/
Df2fscrypt.c141 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()