Home
last modified time | relevance | path

Searched refs:avtab_node (Results 1 – 4 of 4) sorted by relevance

/external/selinux/checkpolicy/
Dcheckpolicy.c165 struct avtab_node *type_rules) in insert_type_rule()
167 struct avtab_node *p, *c, *n; in insert_type_rule()
187 n = malloc(sizeof(struct avtab_node)); in insert_type_rule()
202 struct avtab_node *type_rules = args; in create_type_rules()
218 static void free_type_rules(struct avtab_node *l) in free_type_rules()
220 struct avtab_node *tmp; in free_type_rules()
231 struct avtab_node *type_rules, *l1, *l2; in identify_equiv_types()
238 type_rules = malloc(sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()
244 sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()
/external/selinux/libsepol/include/sepol/policydb/
Davtab.h88 typedef struct avtab_node *avtab_ptr_t;
90 struct avtab_node { struct
/external/selinux/libsepol/src/
Dhierarchy.c267 struct avtab_node *new = malloc(sizeof(struct avtab_node)); in bounds_add_bad()
272 memset(new, 0, sizeof(struct avtab_node)); in bounds_add_bad()
Davtab.c98 newnode = (avtab_ptr_t) malloc(sizeof(struct avtab_node)); in avtab_insert_node()
101 memset(newnode, 0, sizeof(struct avtab_node)); in avtab_insert_node()