Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:role_datum_t

167 				char *role_id, role_datum_t *role)
169 role_datum_t *bounds;
203 role_datum_t *declare_role(unsigned char isattr)
206 role_datum_t *role = NULL, *dest_role = NULL;
214 if ((role = (role_datum_t *) malloc(sizeof(*role))) == NULL) {
237 /* create a new role_datum_t for this decl, if necessary */
246 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id);
249 (role_datum_t *) malloc(sizeof(*dest_role))) ==
552 /* Return a role_datum_t for the local avrule_decl with the given ID.
560 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr)
562 role_datum_t *dest_roledatum;
576 dest_roledatum = (role_datum_t *)malloc(sizeof(role_datum_t));
868 role_datum_t *role = NULL;