Searched refs:role_allow_t (Results 1 – 4 of 4) sorted by relevance
155 } role_allow_t; typedef538 role_allow_t *role_allow;
1297 role_allow_t *cur_allow, *n, *l; in copy_role_allows()1336 n = (role_allow_t *) in copy_role_allows()1337 malloc(sizeof(role_allow_t)); in copy_role_allows()1342 memset(n, 0, sizeof(role_allow_t)); in copy_role_allows()
1278 role_allow_t *ra, *lra = NULL; in policydb_destroy()2381 int role_allow_read(role_allow_t ** r, struct policy_file *fp) in role_allow_read()2385 role_allow_t *ra, *lra; in role_allow_read()
510 static int role_allow_write(role_allow_t * r, struct policy_file *fp) in role_allow_write()512 role_allow_t *ra; in role_allow_write()