函数逻辑报告 |
Source Code:ipc\shm.c |
Create Date:2022-07-27 18:22:35 |
Last Modify:2020-03-17 22:58:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:copy_shmid_to_user
函数原型:static inline unsigned long copy_shmid_to_user(void __user *buf, struct shmid64_ds *in, int version)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
void __user * | buf | |
struct shmid64_ds * | in | |
int | version |
754 | 返回:copy_to_user(buf, in, in的长度) |
765 | pid of creator 等于pid of creator |
769 | 返回:copy_to_user(buf, & out, out的长度) |
771 | 默认 |
772 | 返回:负EINVAL |
名称 | 描述 |
---|---|
ksys_shmctl |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |