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

  /external/selinux/libsepol/src/
context.c 153 type_datum_t *typdatum; local
187 typdatum = (type_datum_t *) hashtab_search(policydb->p_types.table,
189 if (!typdatum || typdatum->flavor == TYPE_ATTRIB) {
193 scontext->type = typdatum->s.value;
write.c 1137 type_datum_t *typdatum; local
1144 typdatum = (type_datum_t *) datum;
1152 && typdatum->flavor == TYPE_ATTRIB)
1158 buf[items++] = cpu_to_le32(typdatum->s.value);
1164 buf[items++] = cpu_to_le32(typdatum->primary);
1167 if (typdatum->primary)
1170 if (typdatum->flavor == TYPE_ATTRIB) {
1172 } else if (typdatum->flavor == TYPE_ALIAS
1176 if (typdatum->flags & TYPE_FLAGS_PERMISSIVE
1181 buf[items++] = cpu_to_le32(typdatum->bounds)
2051 type_datum_t *typdatum = datum; local
    [all...]
policydb.c 1017 type_datum_t *typdatum; local
1019 typdatum = (type_datum_t *) datum;
1022 if (typdatum->primary) {
1023 if (!typdatum->s.value || typdatum->s.value > p->p_types.nprim)
1025 if (p->p_type_val_to_name[typdatum->s.value - 1] != NULL)
1027 p->p_type_val_to_name[typdatum->s.value - 1] = (char *)key;
1028 p->type_val_to_struct[typdatum->s.value - 1] = typdatum;
2423 type_datum_t *typdatum; local
    [all...]
services.c 1635 type_datum_t *typdatum; local
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 3326 type_datum_t *typdatum; local
4412 type_datum_t *typdatum; local
    [all...]

Completed in 536 milliseconds