Home | History | Annotate | Download | only in src

Lines Matching refs:avrule_t

521 void avrule_init(avrule_t * x)
523 memset(x, 0, sizeof(avrule_t));
528 void avrule_destroy(avrule_t * x)
652 void avrule_list_destroy(avrule_t * x)
654 avrule_t *next, *cur;
2997 static avrule_t *avrule_read(policydb_t * p
3003 avrule_t *avrule;
3006 avrule = (avrule_t *) malloc(sizeof(avrule_t));
3156 int avrule_read_list(policydb_t * p, avrule_t ** avrules,
3160 avrule_t *cur, *tail;