Searched refs:role_allow_t (Results 1 – 4 of 4) sorted by relevance
154 } role_allow_t; typedef534 role_allow_t *role_allow;
1199 role_allow_t *cur_allow, *n, *l; in copy_role_allows()1238 n = (role_allow_t *) in copy_role_allows()1239 malloc(sizeof(role_allow_t)); in copy_role_allows()1244 memset(n, 0, sizeof(role_allow_t)); in copy_role_allows()
1234 role_allow_t *ra, *lra = NULL; in policydb_destroy()2323 int role_allow_read(role_allow_t ** r, struct policy_file *fp) in role_allow_read()2327 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()