Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:type_datum_t

387 static int create_type(uint32_t scope, unsigned char isattr, type_datum_t **type)
390 type_datum_t *datum;
448 type_datum_t *declare_type(unsigned char primary, unsigned char isattr)
450 type_datum_t *type = NULL;
612 /* Return a type_datum_t for the local avrule_decl with the given ID.
620 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr)
622 type_datum_t *dest_typdatum;
633 dest_typdatum = (type_datum_t *) malloc(sizeof(type_datum_t));
927 type_datum_t *type = NULL;