Lines Matching refs:role_datum_t
216 char *role_id, role_datum_t *role) in role_implicit_bounds()
218 role_datum_t *bounds; in role_implicit_bounds()
252 static int create_role(uint32_t scope, unsigned char isattr, role_datum_t **role, char **key) in create_role()
255 role_datum_t *datum = NULL; in create_role()
315 role_datum_t *declare_role(unsigned char isattr) in declare_role()
318 role_datum_t *role = NULL; in declare_role()
319 role_datum_t *dest_role = NULL; in declare_role()
666 role_datum_t *get_local_role(char *id, uint32_t value, unsigned char isattr) in get_local_role()
668 role_datum_t *dest_roledatum; in get_local_role()
682 dest_roledatum = (role_datum_t *)malloc(sizeof(role_datum_t)); in get_local_role()
887 role_datum_t *role = NULL; in require_role_or_attribute()