Lines Matching defs:pol
1938 policydb_t *pol = state->base;
1951 id = pol->sym_val_to_name[i][j];
1973 id = pol->p_class_val_to_name[i];
1974 cladatum = pol->class_val_to_struct[i];
2130 static int enable_avrules(link_state_t * state, policydb_t * pol)
2143 for (block = pol->global; block != NULL; block = block->next) {
2154 for (block = pol->global; block != NULL; block = block->next) {
2192 for (block = pol->global->next; block != NULL; block = block->next) {
2203 debug_requirements(state, pol);
2431 static int populate_roleattributes(link_state_t *state, policydb_t *pol)
2444 for (block = pol->global->next; block != NULL; block = block->next)