Lines Matching refs:role_datum_t
167 char *role_id, role_datum_t *role) in role_implicit_bounds()
169 role_datum_t *bounds; in role_implicit_bounds()
203 role_datum_t *declare_role(unsigned char isattr) in declare_role()
206 role_datum_t *role = NULL, *dest_role = NULL; in declare_role()
214 if ((role = (role_datum_t *) malloc(sizeof(*role))) == NULL) { in declare_role()
246 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id); in declare_role()
249 (role_datum_t *) malloc(sizeof(*dest_role))) == in declare_role()
560 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr) in get_local_role()
562 role_datum_t *dest_roledatum; in get_local_role()
576 dest_roledatum = (role_datum_t *)malloc(sizeof(role_datum_t)); in get_local_role()
868 role_datum_t *role = NULL; in require_role_or_attribute()