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

  /external/selinux/libsepol/cil/src/
cil_tree.c 990 struct cil_typepermissive *typeperm = node->data; local
992 if (typeperm->type != NULL) {
993 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", ((struct cil_symtab_datum *)typeperm->type)->name);
995 cil_log(CIL_INFO, "TYPEPERMISSIVE: %s\n", typeperm->type_str);
    [all...]
cil.c     [all...]
cil_build_ast.h 143 void cil_destroy_typepermissive(struct cil_typepermissive *typeperm);
cil_internal.h 965 void cil_typepermissive_init(struct cil_typepermissive **typeperm);
cil_build_ast.c 3216 struct cil_typepermissive *typeperm = NULL; local
    [all...]
cil_policy.c 970 struct cil_typepermissive *typeperm = (struct cil_typepermissive*)current->data; local
971 fprintf(file_arr[TYPEATTRTYPES], "permissive %s;\n", ((struct cil_symtab_datum*)typeperm->type)->name);
    [all...]
cil_resolve_ast.c 536 struct cil_typepermissive *typeperm = current->data; local
541 rc = cil_resolve_name(current, typeperm->type_str, CIL_SYM_TYPES, extra_args, &type_datum);
554 typeperm->type = type_datum;
    [all...]

Completed in 245 milliseconds