Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Davtab.h88 typedef struct avtab_node *avtab_ptr_t;
90 struct avtab_node { struct
/external/selinux/checkpolicy/
Dcheckpolicy.c168 struct avtab_node *type_rules) in insert_type_rule()
170 struct avtab_node *p, *c, *n; in insert_type_rule()
190 n = malloc(sizeof(struct avtab_node)); in insert_type_rule()
205 struct avtab_node *type_rules = args; in create_type_rules()
221 static void free_type_rules(struct avtab_node *l) in free_type_rules()
223 struct avtab_node *tmp; in free_type_rules()
234 struct avtab_node *type_rules, *l1, *l2; in identify_equiv_types()
241 type_rules = malloc(sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()
247 sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()
/external/selinux/libsepol/src/
Dhierarchy.c265 struct avtab_node *new = malloc(sizeof(struct avtab_node)); in bounds_add_bad()
270 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()