Searched refs:avtab_node (Results 1 - 3 of 3) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Davtab.h68 typedef struct avtab_node *avtab_ptr_t;
70 struct avtab_node { struct
/external/checkpolicy/
H A Dcheckpolicy.c161 struct avtab_node *type_rules)
163 struct avtab_node *p, *c, *n;
183 n = malloc(sizeof(struct avtab_node));
198 struct avtab_node *type_rules = args;
214 static void free_type_rules(struct avtab_node *l)
216 struct avtab_node *tmp;
227 struct avtab_node *type_rules, *l1, *l2;
234 type_rules = malloc(sizeof(struct avtab_node) * policydb.p_types.nprim);
240 sizeof(struct avtab_node) * policydb.p_types.nprim);
/external/libsepol/src/
H A Davtab.c63 newnode = (avtab_ptr_t) malloc(sizeof(struct avtab_node));
66 memset(newnode, 0, sizeof(struct avtab_node));

Completed in 77 milliseconds