Function report |
Source Code:include\linux\compat.h |
Create Date:2022-07-28 05:47:26 |
Last Modify:2022-05-20 16:28:57 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Defined inline such that size can be compile time constant, which avoids* CONFIG_HARDENED_USERCOPY complaining about copies from task_struct
Proto:static inline int put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, unsigned int size)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
compat_sigset_t __user * | compat | |
const sigset_t * | set | |
unsigned int | size |
463 | Return If copy_to_user(compat, set, size) Then -EFAULT Else 0 |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE4 | |
COMPAT_SYSCALL_DEFINE2 | |
COMPAT_SYSCALL_DEFINE4 |
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 |