Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:type_datum_t

307 type_datum_t *declare_type(unsigned char primary, unsigned char isattr)
310 type_datum_t *typdatum;
326 typdatum = (type_datum_t *) malloc(sizeof(type_datum_t));
506 /* Return a type_datum_t for the local avrule_decl with the given ID.
514 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr)
516 type_datum_t *dest_typdatum;
527 dest_typdatum = (type_datum_t *) malloc(sizeof(type_datum_t));
655 ((type_datum_t *) datum)->flavor;
656 type_datum_t *old_datum =
657 (type_datum_t *) hashtab_search(policydbp->
937 type_datum_t *type = NULL;