Function report |
Source Code:ipc\mqueue.c |
Create Date:2022-07-28 16:52:06 |
Last Modify:2020-03-17 23:00:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_compat_mq_attr
Proto:static inline int get_compat_mq_attr(struct mq_attr *attr, const struct compat_mq_attr __user *uattr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mq_attr * | attr | |
const struct compat_mq_attr __user * | uattr |
1434 | If copy_from_user( & v, uattr, size of uattr ) Then Return -EFAULT |
1442 | Return 0 |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE4 | |
COMPAT_SYSCALL_DEFINE3 |
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 |