Lines Matching refs:role_datum_t
351 role_datum_t *role, *base_role, *new_role = NULL; in role_copy_callback()
354 role = (role_datum_t *) datum; in role_copy_callback()
384 (role_datum_t *) malloc(sizeof(*new_role))) == NULL) { in role_copy_callback()
793 role_datum_t *role = (role_datum_t *) datum; in role_bounds_copy_callback()
794 role_datum_t *dest; in role_bounds_copy_callback()
1097 role_datum_t *role, *dest_role = NULL; in role_fix_callback()
1104 role = (role_datum_t *) datum; in role_fix_callback()
2421 role_datum_t *role, *sub_attr; in expand_role_attributes()
2427 role = (role_datum_t *)datum; in expand_role_attributes()
2481 role_datum_t *decl_role, *base_role; in populate_decl_roleattributes()
2484 decl_role = (role_datum_t *)datum; in populate_decl_roleattributes()
2494 base_role = (role_datum_t *)hashtab_search(state->base->p_roles.table, in populate_decl_roleattributes()