函数逻辑报告 |
Source Code:ipc\util.c |
Create Date:2022-07-27 18:15:17 |
Last Modify:2022-05-23 18:05:07 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pc_update_perm - update the permissions of an ipc object*@in: the permission given as input.*@out: the permission of the ipc to set.
函数原型:int ipc_update_perm(struct ipc64_perm *in, struct kern_ipc_perm *out)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct ipc64_perm * | in | |
struct kern_ipc_perm * | out |
655 | uid等于make_kuid(current_user_ns(), uid) |
656 | gid等于make_kgid(current_user_ns(), gid) |
665 | 返回:0 |
名称 | 描述 |
---|---|
msgctl_down | This function handles some msgctl commands which require the rwsem* to be held in write mode.* NOTE: no locks must be held, the rwsem is taken inside this function. |
semctl_down | This function handles some semctl commands which require the rwsem* to be held in write mode.* NOTE: no locks must be held, the rwsem is taken inside this function. |
shmctl_down | This function handles some shmctl commands which require the rwsem* to be held in write mode.* NOTE: no locks must be held, the rwsem is taken inside this function. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |