Home | History | Annotate | Download | only in src

Lines Matching refs:type_datum_t

126 static int __cil_get_sepol_type_datum(policydb_t *pdb, struct cil_symtab_datum *datum, type_datum_t **sepol_type)
466 type_datum_t *sepol_type = NULL;
498 type_datum_t *sepol_type = cil_malloc(sizeof(*sepol_type));
523 type_datum_t *sepol_type = NULL;
524 type_datum_t *sepol_parent = NULL;
547 type_datum_t *sepol_type = NULL;
548 type_datum_t *sepol_alias = cil_malloc(sizeof(*sepol_alias));
576 type_datum_t *sepol_type = NULL;
599 type_datum_t *sepol_attr = NULL;
651 type_datum_t *sepol_type = NULL;
1085 type_datum_t *sepol_src = NULL;
1086 type_datum_t *sepol_tgt = NULL;
1089 type_datum_t *sepol_result = NULL;
1145 type_datum_t *sepol_src = NULL;
1146 type_datum_t *sepol_tgt = NULL;
1149 type_datum_t *sepol_result = NULL;
1412 type_datum_t *sepol_src = NULL;
1413 type_datum_t *sepol_tgt = NULL;
1871 type_datum_t *sepol_tgt = NULL;
2038 type_datum_t *sepol_type = NULL;
2568 type_datum_t *sepol_type = NULL;
2638 type_datum_t *sepol_src = NULL;
2639 type_datum_t *sepol_tgt = NULL;
3422 type_datum_t *type = (type_datum_t *)datum;
3512 policydb->type_val_to_struct = cil_malloc(sizeof(type_datum_t *) * policydb->p_types.nprim);