函数逻辑报告 |
Source Code:security\apparmor\apparmorfs.c |
Create Date:2022-07-27 21:24:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__next_profile - step to the next profile in a profile tree*@profile: current profile in tree (NOT NULL)* Perform a depth first traversal on the profile tree in a namespace* Returns: next profile or NULL if done* Requires: profile->ns.lock to be held
函数原型:static struct aa_profile *__next_profile(struct aa_profile *p)
返回类型:struct aa_profile
参数:
类型 | 参数 | 名称 |
---|---|---|
struct aa_profile * | p |
2173 | p等于list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(p, list) |
2174 | 如果非list_entry_is_head(p, & profiles, list)则返回:p |
2182 | p等于list_next_entry - get the next element in list*@pos: the type * to cursor*@member: the name of the list_head within the struct.(p, list) |
2183 | 如果非list_entry_is_head(p, & profiles, list)则返回:p |
2186 | 返回:NULL |
名称 | 描述 |
---|---|
next_profile | xt_profile - step to the next profile in where ever it may be*@root: root namespace (NOT NULL)*@profile: current profile (NOT NULL)* Returns: next profile or NULL if there isn't one |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |