Searched refs:__NR_keyctl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/samples/watch_queue/ |
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()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | verify_pkcs7_sig.c | 334 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig() 341 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig() 347 syscall(__NR_keyctl, KEYCTL_SET_TIMEOUT, in test_verify_pkcs7_sig()
|
/linux-6.1.9/tools/include/uapi/asm-generic/ |
D | unistd.h | 636 #define __NR_keyctl 219 macro 637 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | unistd.h | 636 #define __NR_keyctl 219 macro 637 __SC_COMP(__NR_keyctl, sys_keyctl, compat_sys_keyctl)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | unistd32.h | 635 #define __NR_keyctl 311 macro 636 __SYSCALL(__NR_keyctl, compat_sys_keyctl)
|