Function report |
Source Code:ipc\shm.c |
Create Date:2022-07-28 16:47:22 |
Last Modify:2020-03-17 22:58:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_shmid_from_user
Proto:static inline unsigned long copy_shmid_from_user(struct shmid64_ds *out, void __user *buf, int version)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
struct shmid64_ds * | out | |
void __user * | buf | |
int | version |
781 | If copy_from_user(out, buf, size of out ) Then Return -EFAULT |
783 | Return 0 |
788 | If copy_from_user( & tbuf_old, buf, size of tbuf_old ) Then Return -EFAULT |
795 | Return 0 |
797 | Default |
798 | Return -EINVAL |
Name | Describe |
---|---|
ksys_shmctl |
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 |