Searched refs:avrule_block (Results 1 – 4 of 4) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | module_to_cil.c | 164 struct avrule_block *block; 385 struct avrule_block *block; in typealias_list_create() 1975 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil() 2106 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil() 2238 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil() 2311 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil() 2362 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil() 2380 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil() 2424 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil() 3376 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st… [all …]
|
D | policydb_validate.c | 1214 static int validate_avrule_blocks(sepol_handle_t *handle, avrule_block_t *avrule_block, validate_t … in validate_avrule_blocks() argument 1218 for (; avrule_block; avrule_block = avrule_block->next) { in validate_avrule_blocks() 1219 for (decl = avrule_block->branch_list; decl != NULL; decl = decl->next) { in validate_avrule_blocks() 1240 switch (avrule_block->flags) { in validate_avrule_blocks()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 479 typedef struct avrule_block { struct 485 struct avrule_block *next; argument
|
/third_party/selinux/ |
D | BUILD.gn | 72 "$LIBSEPOL_ROOT_DIR/src/avrule_block.c",
|