Searched refs:__NR_keyctl (Results 1 – 14 of 14) sorted by relevance
/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 | 636 #define __NR_keyctl 219 macro 637 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-common.h | 270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
|
/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/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/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()
|
/external/llvm-project/libc/config/linux/ |
D | syscall_numbers.h.inc | 709 #ifdef __NR_keyctl 710 #define SYS_keyctl __NR_keyctl
|