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() 1968 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil() 2099 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil() 2231 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil() 2304 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil() 2355 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil() 2373 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil() 2417 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil() 3339 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st… [all …]
|
D | policydb_validate.c | 691 static int validate_avrule_blocks(sepol_handle_t *handle, avrule_block_t *avrule_block, validate_t … in validate_avrule_blocks() argument 695 for (; avrule_block; avrule_block = avrule_block->next) { in validate_avrule_blocks() 696 for (decl = avrule_block->branch_list; decl != NULL; decl = decl->next) { in validate_avrule_blocks()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 478 typedef struct avrule_block { struct 484 struct avrule_block *next; argument
|
/third_party/selinux/ |
D | BUILD.gn | 55 "$LIBSEPOL_ROOT_DIR/src/avrule_block.c",
|