Lines Matching refs:avrule_block

163 	struct avrule_block *block;
382 struct avrule_block *block; in typealias_list_create()
1976 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil()
2109 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil()
2244 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil()
2317 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil()
2371 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil()
2389 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil()
2436 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil()
3365 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st…
3376 static int typealiases_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block),… in typealiases_to_cil()
3412 static int declared_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in declared_scopes_to_cil()
3478 static int required_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in required_scopes_to_cil()
3558 static int additive_scopes_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, str… in additive_scopes_to_cil()
3631 static int block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int … in block_to_cil()
3715 static int module_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stac… in module_block_to_cil()
3757 static int global_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stac… in global_block_to_cil()
3793 struct avrule_block *block; in blocks_to_cil()
3826 static int linked_block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stac… in linked_block_to_cil()
3862 struct avrule_block *block; in linked_blocks_to_cil()