/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/ |
H A D | 0001-meson.build-correct-check-for-existence-of-two-prepr.patch | 9 __NR_keyctl something; 30 -enable_pam_keyinit = cc.sizeof('__NR_keyctl', prefix: '#include <sys/syscall.h>') > 0 31 +enable_pam_keyinit = cc.get_define('__NR_keyctl', prefix: '#include <sys/syscall.h>') != ''
|
/openbmc/linux/samples/watch_queue/ |
H A D | watch_test.c | 26 #ifndef __NR_keyctl 27 #define __NR_keyctl -1 macro 34 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verify_pkcs7_sig.c | 337 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig() 344 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig() 350 syscall(__NR_keyctl, KEYCTL_SET_TIMEOUT, in test_verify_pkcs7_sig()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | base_test.c | 358 EXPECT_NE(-1, syscall(__NR_keyctl, KEYCTL_JOIN_SESSION_KEYRING, NULL, 0, in TEST() 375 EXPECT_NE(-1, syscall(__NR_keyctl, KEYCTL_JOIN_SESSION_KEYRING, in TEST() 383 EXPECT_EQ(0, syscall(__NR_keyctl, KEYCTL_SESSION_TO_PARENT, 0, in TEST()
|
/openbmc/qemu/crypto/ |
H A D | secret_keyring.c | 33 return syscall(__NR_keyctl, KEYCTL_READ, key, buffer, buflen, 0); in keyctl_read()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 196 #define __NR_keyctl 219 macro
|
H A D | unistd_64.h | 222 #define __NR_keyctl 219 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 223 #define __NR_keyctl 219 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 220 #define __NR_keyctl 219 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 229 #define __NR_keyctl 280 macro
|
H A D | unistd_32.h | 262 #define __NR_keyctl 280 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 254 #define __NR_keyctl 250 macro
|
H A D | unistd_32.h | 288 #define __NR_keyctl 288 macro
|
H A D | unistd_x32.h | 221 #define __NR_keyctl (__X32_SYSCALL_BIT + 250) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 264 #define __NR_keyctl 271 macro
|
H A D | unistd_32.h | 273 #define __NR_keyctl 271 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 564 #define __NR_keyctl 219 macro 565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 564 #define __NR_keyctl 219 macro 565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 564 #define __NR_keyctl 219 macro 565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 635 #define __NR_keyctl 311 macro 636 __SYSCALL(__NR_keyctl, compat_sys_keyctl)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 244 #define __NR_keyctl (__NR_Linux + 241) macro
|
H A D | unistd_n32.h | 248 #define __NR_keyctl (__NR_Linux + 245) macro
|
H A D | unistd_o32.h | 285 #define __NR_keyctl (__NR_Linux + 282) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
|
/openbmc/qemu/ |
H A D | meson.build | 3012 return syscall(__NR_keyctl, KEYCTL_READ, 0, NULL, NULL, 0);
|