函数逻辑报告 |
Source Code:ipc\shm.c |
Create Date:2022-07-27 18:23:23 |
Last Modify:2020-03-17 22:58:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:copy_compat_shmid_to_user
函数原型:static int copy_compat_shmid_to_user(void __user *buf, struct shmid64_ds *in, int version)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void __user * | buf | |
struct shmid64_ds * | in | |
int | version |
1294 | to_compat_ipc64_perm( & shm_perm, & peration perms ) |
1295 | shm_atime等于lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last attach time ) |
1297 | shm_dtime等于lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last detach time ) |
1299 | shm_ctime等于lower_32_bits - return bits 0-31 of a number*@n: the number we're accessing(last change time ) |
1303 | shm_cpid等于pid of creator |
1304 | shm_lpid等于pid of last operator |
1305 | 返回:copy_to_user(buf, & v, v的长度) |
1306 | 否则 |
1309 | to_compat_ipc_perm( & shm_perm, & peration perms ) |
1311 | shm_atime等于last attach time |
1312 | shm_dtime等于last detach time |
1313 | shm_ctime等于last change time |
1316 | shm_cpid等于pid of creator |
1317 | shm_lpid等于pid of last operator |
1318 | 返回:copy_to_user(buf, & v, v的长度) |
名称 | 描述 |
---|---|
compat_ksys_shmctl |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |