• Home
  • Raw
  • Download

Lines Matching refs:ERR

71 #define BUG() do { ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
72 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
101 ERR(NULL, "unable to allocate stack space"); in push()
116 ERR(NULL, "pop called with no stack entries"); in pop()
145 ERR(NULL, "Out of memory!"); in sepol_set_policydb_from_file()
150 ERR(NULL, "can't read binary policy: %s", strerror(errno)); in sepol_set_policydb_from_file()
189 ERR(NULL, "failed to realloc expr buffer"); in cat_expr_buf()
417 ERR(NULL, "failed to allocate class buffer"); in constraint_expr_eval_reason()
439 ERR(NULL, "failed to allocate expr buffer stack"); in constraint_expr_eval_reason()
454 ERR(NULL, "failed to allocate expr buffer"); in constraint_expr_eval_reason()
693 ERR(NULL, "failed to allocate answer stack"); in constraint_expr_eval_reason()
715 ERR(NULL, "failed to allocate answer buffer"); in constraint_expr_eval_reason()
732 ERR(NULL, "failed to allocate answer buffer"); in constraint_expr_eval_reason()
783 ERR(NULL, "failed to realloc reason buffer"); in constraint_expr_eval_reason()
836 ERR(NULL, "unrecognized class %d", tclass); in context_struct_compute_av()
950 ERR(NULL, "unrecognized class %d", tclass); in sepol_validate_transition()
957 ERR(NULL, "unrecognized SID %d", oldsid); in sepol_validate_transition()
963 ERR(NULL, "unrecognized SID %d", newsid); in sepol_validate_transition()
969 ERR(NULL, "unrecognized SID %d", tasksid); in sepol_validate_transition()
997 ERR(NULL, "unrecognized SID %d", ssid); in sepol_compute_av_reason()
1003 ERR(NULL, "unrecognized SID %d", tsid); in sepol_compute_av_reason()
1033 ERR(NULL, "unrecognized SID %d", ssid); in sepol_compute_av_reason_buffer()
1039 ERR(NULL, "unrecognized SID %d", tsid); in sepol_compute_av_reason_buffer()
1085 ERR(NULL, "could not convert %s to class id", class_name); in sepol_string_to_security_class()
1107 ERR(NULL, "unrecognized class %d", tclass); in sepol_string_to_av_perm()
1133 ERR(NULL, "could not convert %s to av bit", perm_name); in sepol_string_to_av_perm()
1153 ERR(NULL, "unrecognized SID %d", sid); in sepol_sid_to_context()
1191 ERR(NULL, "could not convert %s to sid", scontext); in sepol_context_to_sid()
1213 ERR(NULL, "invalid context %s for " in compute_sid_handle_invalid_context()
1237 ERR(NULL, "unrecognized SID %d", ssid); in sepol_compute_sid()
1243 ERR(NULL, "unrecognized SID %d", tsid); in sepol_compute_sid()
1395 ERR(NULL, "permission %s disappeared", key); in validate_perm()
1399 ERR(NULL, "the value of permissions %s changed", key); in validate_perm()
1421 ERR(NULL, "class %s disappeared", key); in validate_class()
1425 ERR(NULL, "the value of class %s changed", key); in validate_class()
1430 ERR(NULL, "the inherits clause for the access " in validate_class()
1438 ERR(NULL, in validate_class()
1446 ERR(NULL, " in access vector definition for class %s", key); in validate_class()
1471 ERR(NULL, "context %s is invalid", s); in convert_context_handle_invalid_context()
1552 ERR(NULL, "invalidating context %s", s); in convert_context()
1653 ERR(NULL, "the definition of an existing class changed"); in sepol_load_policy()