Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:role_datum_t

168 				char *role_id, role_datum_t *role)
170 role_datum_t *bounds;
204 role_datum_t *declare_role(unsigned char isattr)
207 role_datum_t *role = NULL, *dest_role = NULL;
215 if ((role = (role_datum_t *) malloc(sizeof(*role))) == NULL) {
238 /* create a new role_datum_t for this decl, if necessary */
247 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id);
250 (role_datum_t *) malloc(sizeof(*dest_role))) ==
553 /* Return a role_datum_t for the local avrule_decl with the given ID.
561 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr)
563 role_datum_t *dest_roledatum;
577 dest_roledatum = (role_datum_t *)malloc(sizeof(role_datum_t));
869 role_datum_t *role = NULL;