Home | History | Annotate | Download | only in sepolicy-analyze

Lines Matching refs:avtab_node

11                             struct avtab_node *type_rules)
13 struct avtab_node *p, *c, *n;
41 n = malloc(sizeof(struct avtab_node));
57 struct avtab_node *type_rules = args;
109 static void free_type_rules(struct avtab_node *l)
111 struct avtab_node *tmp;
120 static int find_match(policydb_t *policydb, struct avtab_node *l1,
121 int idx1, struct avtab_node *l2, int idx2)
123 struct avtab_node *c;
160 struct avtab_node *type_rules, *l1, *l2;
168 type_rules = malloc(sizeof(struct avtab_node) * policydb->p_types.nprim);
173 memset(type_rules, 0, sizeof(struct avtab_node) * policydb->p_types.nprim);