Function report |
Source Code:ipc\msgutil.c |
Create Date:2022-07-28 16:52:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:load_msg
Proto:struct msg_msg *load_msg(const void __user *src, size_t len)
Type:struct msg_msg
Parameter:
Type | Parameter | Name |
---|---|---|
const void __user * | src | |
size_t | len |
95 | alen = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len, DATALEN_MSG) |
96 | If copy_from_user(msg + 1, src, alen) Then Go to out_err |
102 | alen = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(len, DATALEN_SEG) |
103 | If copy_from_user(seg + 1, src, alen) Then Go to out_err |
107 | err = security_msg_msg_alloc(msg) |
111 | Return msg |
113 | out_err : |
Name | Describe |
---|---|
do_msgsnd | |
do_mq_timedsend |
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 |