函数逻辑报告 |
Source Code:security\tomoyo\domain.c |
Create Date:2022-07-27 21:08:59 |
Last Modify:2022-05-23 20:14:46 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:moyo_find_namespace - Find specified namespace.*@name: Name of namespace to find.*@len: Length of @name.* Returns pointer to "struct tomoyo_policy_namespace" if found,* NULL otherwise.* Caller holds tomoyo_read_lock().
函数原型:static struct tomoyo_policy_namespace *tomoyo_find_namespace(const char *name, const unsigned int len)
返回类型:struct tomoyo_policy_namespace
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | name | |
const unsigned int | len |
447 | 返回:ns |
449 | 返回:NULL |
名称 | 描述 |
---|---|
tomoyo_assign_namespace | moyo_assign_namespace - Create a new namespace.*@domainname: Name of namespace to create.* Returns pointer to "struct tomoyo_policy_namespace" on success,* NULL otherwise.* Caller holds tomoyo_read_lock(). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |