Home
last modified time | relevance | path

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

/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.h636 #define __NR_keyctl 219 macro
637 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd-common.h270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
/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/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/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()
/external/llvm-project/libc/config/linux/
Dsyscall_numbers.h.inc709 #ifdef __NR_keyctl
710 #define SYS_keyctl __NR_keyctl