Searched refs:__NR_keyctl (Results 1 – 5 of 5) sorted by relevance
| /linux/samples/watch_queue/ |
| H A D | watch_test.c | 32 #ifndef __NR_keyctl 33 #define __NR_keyctl -1 macro 40 return syscall(__NR_keyctl, KEYCTL_WATCH_KEY, key, watch_fd, watch_id); in keyctl_watch_key()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | base_test.c | 484 EXPECT_NE(-1, syscall(__NR_keyctl, KEYCTL_JOIN_SESSION_KEYRING, NULL, 0, 501 EXPECT_NE(-1, syscall(__NR_keyctl, KEYCTL_JOIN_SESSION_KEYRING, 509 EXPECT_EQ(0, syscall(__NR_keyctl, KEYCTL_SESSION_TO_PARENT, 0,
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | verify_pkcs7_sig.c | 344 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig_from_map() 351 syscall(__NR_keyctl, KEYCTL_SETPERM, skel->bss->user_keyring_serial, in test_verify_pkcs7_sig_from_map() 357 syscall(__NR_keyctl, KEYCTL_SET_TIMEOUT, in test_verify_pkcs7_sig_from_map()
|
| /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)
|
| /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)
|