Searched refs:avtab_node (Results 1 – 3 of 3) sorted by relevance
161 struct avtab_node *type_rules) in insert_type_rule()163 struct avtab_node *p, *c, *n; in insert_type_rule()183 n = malloc(sizeof(struct avtab_node)); in insert_type_rule()198 struct avtab_node *type_rules = args; in create_type_rules()214 static void free_type_rules(struct avtab_node *l) in free_type_rules()216 struct avtab_node *tmp; in free_type_rules()227 struct avtab_node *type_rules, *l1, *l2; in identify_equiv_types()234 type_rules = malloc(sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()240 sizeof(struct avtab_node) * policydb.p_types.nprim); in identify_equiv_types()
68 typedef struct avtab_node *avtab_ptr_t;70 struct avtab_node { struct
63 newnode = (avtab_ptr_t) malloc(sizeof(struct avtab_node)); in avtab_insert_node()66 memset(newnode, 0, sizeof(struct avtab_node)); in avtab_insert_node()