• Home
  • Raw
  • Download

Lines Matching refs:cil_log

518 	cil_log(CIL_INFO, "Parsing %s\n", name);  in cil_add_file()
526 cil_log(CIL_INFO, "Failed to parse %s\n", name); in cil_add_file()
549 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_compile()
552 cil_log(CIL_ERR, "Failed to build AST\n"); in cil_compile()
556 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_compile()
559 cil_log(CIL_INFO, "Resolving AST\n"); in cil_compile()
562 cil_log(CIL_ERR, "Failed to resolve AST\n"); in cil_compile()
566 cil_log(CIL_INFO, "Qualifying Names\n"); in cil_compile()
569 cil_log(CIL_ERR, "Failed to qualify names\n"); in cil_compile()
573 cil_log(CIL_INFO, "Compile post process\n"); in cil_compile()
576 cil_log(CIL_ERR, "Post process failed\n"); in cil_compile()
593 cil_log(CIL_INFO, "Writing Parse AST\n"); in cil_write_parse_ast()
596 cil_log(CIL_ERR, "Failed to write parse ast\n"); in cil_write_parse_ast()
612 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_write_build_ast()
615 cil_log(CIL_ERR, "Failed to build ast\n"); in cil_write_build_ast()
619 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_write_build_ast()
622 cil_log(CIL_INFO, "Writing Build AST\n"); in cil_write_build_ast()
625 cil_log(CIL_ERR, "Failed to write build ast\n"); in cil_write_build_ast()
641 cil_log(CIL_INFO, "Building AST from Parse Tree\n"); in cil_write_resolve_ast()
644 cil_log(CIL_ERR, "Failed to build ast\n"); in cil_write_resolve_ast()
648 cil_log(CIL_INFO, "Destroying Parse Tree\n"); in cil_write_resolve_ast()
651 cil_log(CIL_INFO, "Resolving AST\n"); in cil_write_resolve_ast()
654 cil_log(CIL_ERR, "Failed to resolve ast\n"); in cil_write_resolve_ast()
658 cil_log(CIL_INFO, "Qualifying Names\n"); in cil_write_resolve_ast()
661 cil_log(CIL_ERR, "Failed to qualify names\n"); in cil_write_resolve_ast()
665 cil_log(CIL_INFO, "Writing Resolve AST\n"); in cil_write_resolve_ast()
668 cil_log(CIL_ERR, "Failed to write resolve ast\n"); in cil_write_resolve_ast()
680 cil_log(CIL_INFO, "Building policy binary\n"); in cil_build_policydb()
683 cil_log(CIL_ERR, "Failed to generate binary\n"); in cil_build_policydb()
693 cil_log(CIL_INFO, "Writing policy.conf file\n"); in cil_write_policy_conf()
1012 cil_log(CIL_INFO, "Unknown data flavor: %d\n", flavor); in cil_destroy_data()
1104 cil_log(CIL_INFO, "Failed to find flavor: %d\n", flavor); in cil_flavor_to_symtab_index()
1876 cil_log(CIL_ERR, "Unknown value for handle-unknown: %i\n", handle_unknown); in cil_set_handle_unknown()
1973 cil_log(CIL_ERR, "Invalid symtab type\n"); in cil_get_symtab()
2047 cil_log(CIL_ERR, "Failed to create uint32_t from string\n"); in cil_string_to_uint32()
2070 cil_log(CIL_ERR, "Failed to create uint64_t from string\n"); in cil_string_to_uint64()