Function report |
Source Code:security\apparmor\label.c |
Create Date:2022-07-28 19:54:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:aa_label_seq_xprint
Proto:void aa_label_seq_xprint(struct seq_file *f, struct aa_ns *ns, struct aa_label *label, int flags, gfp_t gfp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 | If len == -1 Then |
1749 | AA_DEBUG("label print error") |
1750 | Return |
1752 | seq_printf(f, "%s", str) |
1754 | Else if any visible label is not unconfined the display_mode returns true Then seq_printf(f, "%s (%s)", hname, label_modename(ns, label, flags)) |
1757 | Else seq_printf(f, "%s", hname) |
Name | Describe |
---|---|
aa_label_seq_print |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |