函数逻辑报告 |
Source Code:security\apparmor\label.c |
Create Date:2022-07-27 21:45:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:aa_label_seq_xprint
函数原型:void aa_label_seq_xprint(struct seq_file *f, struct aa_ns *ns, struct aa_label *label, int flags, gfp_t gfp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | f | |
struct aa_ns * | ns | |
struct aa_label * | label | |
int | flags | |
gfp_t | gfp |
1747 | len等于aa_label_asxprint - allocate a string buffer and print label into it*@strp: Returns - the allocated buffer with the label name |
1748 | 如果len恒等于负1则 |
1749 | AA_DEBUG("label print error") |
1750 | 返回 |
1752 | seq_printf(f, "%s", str) |
1753 | 释放内存 |
1754 | 否则如果 any visible label is not unconfined the display_mode returns true 则seq_printf(f, "%s (%s)", hname, label_modename(ns, label, flags)) |
1757 | 否则seq_printf(f, "%s", hname) |
名称 | 描述 |
---|---|
aa_label_seq_print |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |