HomeSort by relevance Sort by last modified time
    Searched refs:type_datum_t (Results 1 - 14 of 14) sorted by null

  /external/checkpolicy/
module_compiler.h 34 type_datum_t *declare_type(unsigned char primary, unsigned char isattr);
37 type_datum_t *get_local_type(char *id, uint32_t value, unsigned char isattr);
module_compiler.c 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
    [all...]
policy_define.c 1101 static int add_aliases_to_type(type_datum_t * type)
1104 type_datum_t *aliasdatum = NULL;
1113 aliasdatum = (type_datum_t *) malloc(sizeof(type_datum_t));
1119 memset(aliasdatum, 0, sizeof(type_datum_t));
1169 type_datum_t *t;
1201 type_datum_t *t, *attr;
1263 type_datum_t *bounds, *type;
1335 type_datum_t *datum, *attr;
1419 type_datum_t *t
    [all...]
  /external/libsepol/tests/
test-common.c 88 type_datum_t *d = (type_datum_t *) datum;
152 type_datum_t *type, *primary;
231 type_datum_t *attr;
test-linker-types.c 104 type_datum_t *type;
  /external/libsepol/include/sepol/policydb/
policydb.h 179 } type_datum_t; typedef in typeref:struct:type_datum
501 type_datum_t **type_val_to_struct;
623 extern void type_datum_init(type_datum_t * x);
624 extern void type_datum_destroy(type_datum_t * x);
  /external/libsepol/src/
context.c 152 type_datum_t *typdatum;
186 typdatum = (type_datum_t *) hashtab_search(policydb->p_types.table,
hierarchy.c 129 type_datum_t *t, *tp;
132 t = (type_datum_t *) d;
162 type_datum_t *s, *t1 = NULL, *t2 = NULL;
expand.c 155 type_datum_t *type, *new_type;
159 type = (type_datum_t *) datum;
181 new_type = (type_datum_t *) malloc(sizeof(type_datum_t));
187 memset(new_type, 0, sizeof(type_datum_t));
224 type_datum_t *type, *new_type;
229 type = (type_datum_t *) datum;
608 type_datum_t *type = (type_datum_t *) datum;
609 type_datum_t *dest
    [all...]
link.c 441 type_datum_t *type, *base_type, *new_type = NULL;
444 type = (type_datum_t *) datum;
481 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
763 type_datum_t *type = (type_datum_t *) datum;
764 type_datum_t *dest;
856 type_datum_t *type, *base_type, *new_type = NULL, *target_type;
861 type = (type_datum_t *) datum;
900 (type_datum_t *) calloc(1, sizeof(*new_type))) == NULL) {
1164 type_datum_t *type, *new_type = NULL
    [all...]
policydb.c 457 void type_datum_init(type_datum_t * x)
463 void type_datum_destroy(type_datum_t * x)
874 type_datum_t *typdatum;
876 typdatum = (type_datum_t *) datum;
1066 p->type_val_to_struct = (type_datum_t **)
1067 calloc(p->p_types.nprim, sizeof(type_datum_t *));
1185 type_datum_destroy((type_datum_t *) datum);
    [all...]
write.c 1071 type_datum_t *typdatum;
1078 typdatum = (type_datum_t *) datum;
    [all...]
services.c     [all...]
  /external/checkpolicy/test/
dismod.c 294 type_datum_t *type;
298 type = (type_datum_t *) datum;

Completed in 82 milliseconds