| Function report | 
| Source Code: security\keys\keyctl.c | Create Date:2022-07-28 18:21:08 | 
| Last Modify:2020-03-18 07:59:52 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:Get keyrings subsystem capabilities.
Proto:long keyctl_capabilities(unsigned char __user *_buffer, size_t buflen)
Type:long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned char __user * | _buffer | |
| size_t | buflen | 
| 1698 | If size > 0 Then | 
| 1699 | If size > size of keyrings_capabilities Then size = size of keyrings_capabilities | 
| 1701 | If copy_to_user(_buffer, keyrings_capabilities, size) != 0 Then Return -EFAULT | 
| 1708 | Return size of keyrings_capabilities | 
| Name | Describe | 
|---|---|
| SYSCALL_DEFINE5 | The key control system call | 
| COMPAT_SYSCALL_DEFINE5 | The key control system call, 32-bit compatibility version for 64-bit archs | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |