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

/external/selinux/libsepol/src/
H A Dhierarchy.c271 cond_av_list_t *cur_av, *expl_true = NULL, *expl_false = NULL; local
288 for (cur_av = expl_true; cur_av; cur_av = cur_av->next) {
290 &cur_av->node->key);
294 avdat.data = (cur_av->node->datum.data
300 &cur_av->node->key);
305 &cur_av->node->key,
335 cond_av_list_t *cur_av, *exp local
[all...]
H A Dconditional.c910 cond_av_list_t *cur_av; local
912 for (cur_av = cond_list; cur_av != NULL; cur_av = cur_av->next) {
914 if (cur_av->node->key.source_type == key->source_type &&
915 cur_av->node->key.target_type == key->target_type &&
916 cur_av->node->key.target_class == key->target_class)
918 return &cur_av->node->datum;
/external/selinux/libsepol/cil/src/
H A Dcil_binary.c988 cond_av_list_t *cur_av; local
990 for (cur_av = cond_list; cur_av != NULL; cur_av = cur_av->next) {
991 if (cur_av->node->key.source_type == key->source_type &&
992 cur_av->node->key.target_type == key->target_type &&
993 cur_av->node->key.target_class == key->target_class &&
994 (cur_av->node->key.specified & key->specified))
996 return &cur_av
[all...]

Completed in 107 milliseconds