Lines Matching refs:errlog

69 	errlog(BEGIN, "create_lists() {");  in create_lists()
72 errlog(FATAL, "out of memory creating initial " in create_lists()
77 errlog(END, "}"); in create_lists()
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak); in add_parent()
130 errlog(WARNING, "set file: can't find version \"%s\"," in add_parent()
133 errlog(END, "} /* add_parent */"); in add_parent()
139 errlog(END, "} /* add_parent */"); in add_parent()
155 errlog(BEGIN, "add_uncle(%s,%s,%d) {", version, after, weak); in add_uncle()
173 errlog(WARNING, "set file: can't find version \"%s\"," in add_uncle()
176 errlog(END, "}"); in add_uncle()
185 errlog(END, "}"); in add_uncle()
198 errlog(ERROR|FATAL, "Unable to set weak. Version not found"); in set_weak()
230 errlog(BEGIN, "add_by_name(%s,", version); in add_by_name()
232 errlog(TRACING, ");"); in add_by_name()
242 errlog(END, "}"); in add_by_name()
251 errlog(FATAL, "Error: cannot set both FILTER and AUXILIARY " in add_by_name()
296 errlog(VERBOSE, "set has_protecteds on bucket 0x%p", b); in add_by_name()
302 errlog(END, "}"); in add_by_name()
320 errlog(BEGIN, "sort_buckets() {"); in sort_buckets()
322 errlog(VERBOSE, "l-bucket: %s", l->b_name); in sort_buckets()
324 errlog(VERBOSE, " b-bkt: %s", b->b_name); in sort_buckets()
336 errlog(END, "}"); in sort_buckets()
351 errlog(BEGIN, "add_local() {"); in add_local()
359 errlog(VERBOSE, in add_local()
368 errlog(WARNING, "has_locals never set"); in add_local()
370 errlog(END, "}"); in add_local()
390 errlog(BEGIN, "parents_of() {"); in parents_of()
395 errlog(TRACING, "returning empty string"); in parents_of()
396 errlog(END, "}"); in parents_of()
404 errlog(END, "}"); in parents_of()
421 errlog(TRACING, "bucket_t at 0x%p {", (void *)b); in print_bucket()
422 errlog(TRACING, " char *b_name = \"%s\";", b->b_name); in print_bucket()
423 errlog(TRACING, " struct bucket_t *b_parent = 0x%p;", in print_bucket()
425 errlog(TRACING, " struct bucketlist *b_uncles = 0x%p;", in print_bucket()
427 errlog(TRACING, " struct bucket_t *b_thread = 0x%p;", in print_bucket()
429 errlog(TRACING, " int b_has_locals = %d;", in print_bucket()
431 errlog(TRACING, " int b_has_protecteds = %d;", in print_bucket()
433 errlog(TRACING, " int b_was_printed = %d;", in print_bucket()
435 errlog(TRACING, " int b_weak = %d;", in print_bucket()
437 errlog(TRACING, " table_t *b_global_table = 0x%p;", in print_bucket()
439 errlog(TRACING, " table_t *b_protected_table = 0x%p;", in print_bucket()
441 errlog(TRACING, "}"); in print_bucket()
452 errlog(TRACING, "list %d", i); in print_all_buckets()
455 errlog(TRACING, "bucket %d", j); in print_all_buckets()
457 errlog(TRACING, "global interfaces = {"); in print_all_buckets()
459 errlog(TRACING, "}"); in print_all_buckets()
460 errlog(TRACING, "protected interfaces = {"); in print_all_buckets()
462 errlog(TRACING, "}"); in print_all_buckets()
465 errlog(TRACING, " %s", *p); in print_all_buckets()
467 errlog(TRACING, ";"); in print_all_buckets()
470 errlog(TRACING, " uncle bucket %d.1", j); in print_all_buckets()
472 errlog(TRACING, "global interfaces = {"); in print_all_buckets()
475 errlog(TRACING, "}"); in print_all_buckets()
476 errlog(TRACING, "protected interfaces = {"); in print_all_buckets()
479 errlog(TRACING, "}"); in print_all_buckets()
499 errlog(FATAL, "out of memory creating a bucket " in new_bucket()
503 errlog(FATAL, "out of memory storing an interface " in new_bucket()
522 errlog(BEGIN, "start_new_list() {"); in start_new_list()
530 errlog(END, "}"); in start_new_list()
541 errlog(BEGIN, "grow_lists() {"); in grow_lists()
542 errlog(WARNING, "Warning: more than %d version lists " in grow_lists()
550 errlog(FATAL, "out of memory growing list of " in grow_lists()
612 errlog(TRACING, "%s (%s, %s, %s %d)", p->IF_name, in print_iface()
644 errlog(BEGIN, "new_hashmap() {"); in new_hashmap()
647 errlog(FATAL, "out of memory creating a hash-map of " in new_hashmap()
651 errlog(END, "}"); in new_hashmap()
667 errlog(BEGIN, "add_to_hashmap(%s, %s) {", version_name, bucket); in add_to_hashmap()
670 errlog(END, "} /* add_to_hashmap */"); in add_to_hashmap()
675 errlog(FATAL, "out of memory storing a version name"); in add_to_hashmap()
682 errlog(END, "} /* add_to_hashmap */"); in add_to_hashmap()
698 errlog(BEGIN, "find_in_hashmap(%s) {", version_name); in find_in_hashmap()
701 errlog(END, "}"); in find_in_hashmap()
710 errlog(END, "}"); in find_in_hashmap()
715 errlog(END, "}"); in find_in_hashmap()
741 errlog(VERBOSE, "struct hashmap_t at 0x4.4x {", h); in print_hashmap()
742 errlog(VERBOSE, " int h_hash = %d;", h->h_hash); in print_hashmap()
743 errlog(VERBOSE, " char *h_version_name = \"%s\";", in print_hashmap()
745 errlog(VERBOSE, " bucket_t *h_bucket = 0x%p;;", in print_hashmap()
747 errlog(VERBOSE, "}"); in print_hashmap()