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

  /external/selinux/libsepol/cil/src/
cil_verify.c 386 cil_tree_log(node, CIL_ERR, "SID %s not in sidorder statement", sid->datum.name);
392 cil_tree_log(node, CIL_ERR, "Class %s not in classorder statement", class->datum.name);
398 cil_tree_log(node, CIL_ERR, "Category %s not in categoryorder statement", cat->datum.name);
404 cil_tree_log(node, CIL_ERR, "Sensitivity %s not in sensitivityorder statement", sens->datum.name);
439 cil_tree_log(node, CIL_ERR, "No context assigned to SID %s declared",sid->datum.name);
607 cil_tree_log(node, CIL_ERR, "Invalid named range");
647 cil_tree_log(node, CIL_ERR, "Invalid user");
666 cil_tree_log(node, CIL_ERR, "Invalid user");
697 cil_tree_log(node, CIL_ERR, "Invalid role");
728 cil_tree_log(node, CIL_ERR, "Invalid type")
    [all...]
cil_tree.h 55 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...);
cil_build_ast.c 139 cil_tree_log(node, CIL_ERR, "Previous declaration");
222 cil_tree_log(parse_current, CIL_ERR, "Bad block declaration");
271 cil_tree_log(parse_current, CIL_ERR, "Bad blockinherit declaration");
315 cil_tree_log(parse_current, CIL_ERR, "Bad blockabstract declaration");
359 cil_tree_log(parse_current, CIL_ERR, "Bad in statement");
415 cil_tree_log(parse_current, CIL_ERR, "Too many permissions in class '%s'", class->datum.name);
424 cil_tree_log(parse_current, CIL_ERR, "Bad class declaration");
492 cil_tree_log(parse_current, CIL_ERR, "Bad classorder declaration");
780 cil_tree_log(parse_current, CIL_ERR, "Bad classpermission declaration");
841 cil_tree_log(parse_current, CIL_ERR, "Bad classpermissionset")
    [all...]
cil_fqn.c 124 cil_tree_log(node, CIL_ERR,"Problem qualifying names in block");
cil_resolve_ast.c 556 cil_tree_log(current, CIL_ERR, "Alias declared but not used");
773 cil_tree_log(current, CIL_ERR, "Too many permissions in class '%s' when including common permissions", class->datum.name);
    [all...]
cil_binary.c     [all...]
cil_copy_ast.c     [all...]
cil_tree.c 116 __attribute__((format (printf, 3, 4))) void cil_tree_log(struct cil_tree_node *node, enum cil_log_level lvl, const char* msg, ...) function
274 cil_tree_log(node, CIL_INFO, "Problem");
311 cil_tree_log(node, CIL_INFO, "Problem");
324 cil_tree_log(node, CIL_INFO, "Problem");
    [all...]
cil.c     [all...]

Completed in 1207 milliseconds