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()
1091 role_datum_t *role, *dest_role = NULL; in role_fix_callback()
1098 role = (role_datum_t *) datum; in role_fix_callback()
2395 role_datum_t *role, *sub_attr; in expand_role_attributes()
2401 role = (role_datum_t *)datum; in expand_role_attributes()
2453 role_datum_t *decl_role, *base_role; in populate_decl_roleattributes()
2456 decl_role = (role_datum_t *)datum; in populate_decl_roleattributes()
2466 base_role = (role_datum_t *)hashtab_search(state->base->p_roles.table, in populate_decl_roleattributes()