Function report |
Source Code:ipc\msg.c |
Create Date:2022-07-28 16:41:59 |
Last Modify:2020-03-17 22:56:56 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_compat_msqid_to_user
Proto:static int copy_compat_msqid_to_user(void __user *buf, struct msqid64_ds *in, int version)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void __user * | buf | |
struct msqid64_ds * | in | |
int | version |
676 | to_compat_ipc64_perm( & msg_perm, & msg_perm) |
677 | msg_stime = lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last msgsnd time ) |
679 | msg_rtime = lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last msgrcv time ) |
681 | msg_ctime = lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last change time ) |
686 | msg_lspid = pid of last msgsnd |
687 | msg_lrpid = last receive pid |
688 | Return copy_to_user(buf, & v, size of v ) |
689 | Else |
692 | to_compat_ipc_perm( & msg_perm, & msg_perm) |
693 | msg_stime = last msgsnd time |
694 | msg_rtime = last msgrcv time |
695 | msg_ctime = last change time |
699 | msg_lspid = pid of last msgsnd |
700 | msg_lrpid = last receive pid |
701 | Return copy_to_user(buf, & v, size of v ) |
Name | Describe |
---|---|
compat_ksys_msgctl |
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 |