Function report |
Source Code:security\apparmor\label.c |
Create Date:2022-07-28 19:54:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:label_merge_cmp - cmp of @a merging with @b against @z for set ordering*@a: label to merge then compare (NOT NULL)*@b: label to merge then compare (NOT NULL)*@z: label to compare merge against (NOT NULL)* Assumes: using the most recent versions of @a, @b,
Proto:static int label_merge_cmp(struct aa_label *a, struct aa_label *b, struct aa_label *z)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_label * | a | |
struct aa_label * | b | |
struct aa_label * | z |
978 | struct aa_profile * p = NULL |
995 | If p Then Return 1 |
999 | Return 0 |
Name | Describe |
---|---|
__label_find_merge | __label_find_merge - find label that is equiv to merge of @a and @b*@ls: set of labels to search (NOT NULL)*@a: label to merge with @b (NOT NULL)*@b: label to merge with @a (NOT NULL)* Requires: ls->lock read_lock held* Returns: ref counted label that is |
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 |