Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/pam/libpam/
H A D0001-meson.build-correct-check-for-existence-of-two-prepr.patch9 __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 Dwatch_test.c26 #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 Dverify_pkcs7_sig.c337 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 Dbase_test.c358 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 Dsecret_keyring.c33 return syscall(__NR_keyctl, KEYCTL_READ, key, buffer, buflen, 0); in keyctl_read()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h196 #define __NR_keyctl 219 macro
H A Dunistd_64.h222 #define __NR_keyctl 219 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h223 #define __NR_keyctl 219 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h220 #define __NR_keyctl 219 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h229 #define __NR_keyctl 280 macro
H A Dunistd_32.h262 #define __NR_keyctl 280 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h254 #define __NR_keyctl 250 macro
H A Dunistd_32.h288 #define __NR_keyctl 288 macro
H A Dunistd_x32.h221 #define __NR_keyctl (__X32_SYSCALL_BIT + 250) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h264 #define __NR_keyctl 271 macro
H A Dunistd_32.h273 #define __NR_keyctl 271 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h564 #define __NR_keyctl 219 macro
565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h564 #define __NR_keyctl 219 macro
565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h564 #define __NR_keyctl 219 macro
565 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h635 #define __NR_keyctl 311 macro
636 __SYSCALL(__NR_keyctl, compat_sys_keyctl)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h244 #define __NR_keyctl (__NR_Linux + 241) macro
H A Dunistd_n32.h248 #define __NR_keyctl (__NR_Linux + 245) macro
H A Dunistd_o32.h285 #define __NR_keyctl (__NR_Linux + 282) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h270 #define __NR_keyctl (__NR_SYSCALL_BASE + 311) macro
/openbmc/qemu/
H A Dmeson.build3012 return syscall(__NR_keyctl, KEYCTL_READ, 0, NULL, NULL, 0);