Function report |
Source Code:security\apparmor\label.c |
Create Date:2022-07-28 19:54:25 |
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_acntsxprint - allocate a __counted string buffer and print label*@strp: buffer to write to
Proto:int aa_label_acntsxprint(char __counted **strp, struct aa_ns *ns, struct aa_label *label, int flags, gfp_t gfp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char __counted ** | strp | |
struct aa_ns * | ns | |
struct aa_label * | label | |
int | flags | |
gfp_t | gfp |
1700 | strp = aa_str_alloc(size + 1, gfp) |
Name | Describe |
---|---|
aa_update_label_name | aa_update_label_name - update a label to have a stored name*@ns: ns being viewed from (NOT NULL)*@label: label to update (NOT NULL)*@gfp: type of memory allocation* Requires: labels_set(label) not locked in caller* note: only updates the label name if it |
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 |