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

  /external/selinux/libsepol/cil/test/unit/
test_cil_list.c 69 test_new_item->flavor = CIL_CLASS;
97 test_new_item->flavor = CIL_CLASS;
104 test_new_item->flavor = CIL_CLASS;
133 test_new_item->flavor = CIL_CLASS;
139 test_new_item->flavor = CIL_CLASS;
145 test_new_item->flavor = CIL_CLASS;
174 test_new_item->flavor = CIL_CLASS;
226 test_new_item->flavor = CIL_CLASS;
254 test_new_item->flavor = CIL_CLASS;
283 test_new_item->flavor = CIL_CLASS;
    [all...]
test_cil.c 88 test_ast_node->parent->flavor = CIL_CLASS;
test_cil_copy_ast.c 183 struct cil_class *new_node;
189 new_tree_node->flavor = CIL_CLASS;
279 struct cil_class *test_cls;
288 test_ast_node->flavor = CIL_CLASS;
    [all...]
test_cil_build_ast.c 494 struct cil_class *new_node;
500 new_tree_node->flavor = CIL_CLASS;
575 struct cil_class *new_node;
581 new_tree_node->flavor = CIL_CLASS;
787 struct cil_class *test_cls;
796 test_ast_node->flavor = CIL_CLASS;
815 struct cil_class *test_cls;
826 test_ast_node->flavor = CIL_CLASS;
845 struct cil_class *test_cls;
854 test_ast_node->flavor = CIL_CLASS;
    [all...]
  /external/selinux/libsepol/cil/src/
cil_find.c 143 struct cil_class *c1 = cp1->class;
144 struct cil_class *c2 = cp2->class;
167 if (FLAVOR(cp->class) == CIL_CLASS) {
196 if (FLAVOR(cp->class) == CIL_CLASS) {
224 if (FLAVOR(cp->class) == CIL_CLASS) {
225 cil_list_append(class_list, CIL_CLASS, cp->class);
251 struct cil_list *cil_expand_class(struct cil_class *class)
255 cil_list_init(&class_list, CIL_CLASS);
257 if (FLAVOR(class) == CIL_CLASS) {
258 cil_list_append(class_list, CIL_CLASS, class)
    [all...]
cil_flavor.h 164 CIL_CLASS,
cil_verify.c 383 } else if (node->flavor == CIL_CLASS) {
384 struct cil_class *class = node->data;
1235 struct cil_class *class;
1286 struct cil_class *class = node->data;
1289 struct cil_class *common = class->common;
    [all...]
cil_reset_ast.c 22 static void cil_reset_class(struct cil_class *class)
25 struct cil_class *common = class->common;
401 case CIL_CLASS:
cil_resolve_ast.c 154 struct cil_class *class;
161 class = (struct cil_class *)datum;
285 permx->obj = (struct cil_class*)obj_datum;
384 rule->obj = (struct cil_class*)obj_datum;
592 nametypetrans->obj = (struct cil_class*)obj_datum;
650 rangetrans->obj = (struct cil_class*)obj_datum;
690 struct cil_class *class = NULL;
691 struct cil_class *common = NULL;
707 class = (struct cil_class *)class_datum;
708 common = (struct cil_class *)common_datum
    [all...]
cil.c 534 case CIL_CLASS:
799 case CIL_CLASS:
923 case CIL_CLASS:
    [all...]
cil_policy.c 512 if (FLAVOR(cp->class) == CIL_CLASS) {
553 if (FLAVOR(cp->class) == CIL_CLASS) {
1071 fprintf(file_arr[CONSTRAINS], " %s ", ((struct cil_class*)vt->class)->datum.name);
1079 fprintf(file_arr[CONSTRAINS], " %s " , ((struct cil_class*)vt->class)->datum.name);
    [all...]
cil_tree.c 811 case CIL_CLASS: {
812 struct cil_class *cls = node->data;
842 struct cil_class *common = node->data;
878 struct cil_class *cm = node->data;
    [all...]
cil_build_ast.c 356 struct cil_class *class = NULL;
374 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)class, (hashtab_key_t)key, CIL_SYM_CLASSES, CIL_CLASS);
397 void cil_destroy_class(struct cil_class *class)
830 struct cil_class *map = NULL;
928 struct cil_class *common = NULL;
    [all...]
cil_post.c 342 case CIL_CLASS: {
343 struct cil_class *class = node->data;
    [all...]
cil_binary.c 241 int cil_common_to_policydb(policydb_t *pdb, struct cil_class *cil_common, common_datum_t **common_out)
289 int cil_classorder_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
295 struct cil_class *cil_class = curr_class->data; local
304 key = cil_strdup(cil_class->datum.fqn);
313 class_value_to_cil[class_index] = cil_class;
320 if (cil_class->common != NULL) {
322 struct cil_class *cil_common = cil_class->common;
324 key = cil_class->common->datum.fqn
    [all...]
cil_copy_ast.c 235 struct cil_class *orig = data;
236 struct cil_class *new = NULL;
    [all...]

Completed in 61 milliseconds