Lines Matching refs:errlog

67 	errlog(BEGIN, "create_lists() {");  in create_lists()
70 errlog(FATAL, "out of memory creating initial " in create_lists()
75 errlog(END, "}"); in create_lists()
109 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak); in add_parent()
128 errlog(WARNING, "set file: can't find version \"%s\"," in add_parent()
131 errlog(END, "} /* add_parent */"); in add_parent()
137 errlog(END, "} /* add_parent */"); in add_parent()
153 errlog(BEGIN, "add_uncle(%s,%s,%d) {", version, after, weak); in add_uncle()
171 errlog(WARNING, "set file: can't find version \"%s\"," in add_uncle()
174 errlog(END, "}"); in add_uncle()
183 errlog(END, "}"); in add_uncle()
196 errlog(ERROR|FATAL, "Unable to set weak. Version not found"); in set_weak()
228 errlog(BEGIN, "add_by_name(%s,", version); in add_by_name()
230 errlog(TRACING, ");"); in add_by_name()
240 errlog(END, "}"); in add_by_name()
249 errlog(FATAL, "Error: cannot set both FILTER and AUXILIARY " in add_by_name()
294 errlog(VERBOSE, "set has_protecteds on bucket 0x%p", b); in add_by_name()
300 errlog(END, "}"); in add_by_name()
318 errlog(BEGIN, "sort_buckets() {"); in sort_buckets()
320 errlog(VERBOSE, "l-bucket: %s", l->b_name); in sort_buckets()
322 errlog(VERBOSE, " b-bkt: %s", b->b_name); in sort_buckets()
334 errlog(END, "}"); in sort_buckets()
349 errlog(BEGIN, "add_local() {"); in add_local()
357 errlog(VERBOSE, in add_local()
366 errlog(WARNING, "has_locals never set"); in add_local()
368 errlog(END, "}"); in add_local()
388 errlog(BEGIN, "parents_of() {"); in parents_of()
393 errlog(TRACING, "returning empty string"); in parents_of()
394 errlog(END, "}"); in parents_of()
402 errlog(END, "}"); in parents_of()
419 errlog(TRACING, "bucket_t at 0x%p {", (void *)b); in print_bucket()
420 errlog(TRACING, " char *b_name = \"%s\";", b->b_name); in print_bucket()
421 errlog(TRACING, " struct bucket_t *b_parent = 0x%p;", in print_bucket()
423 errlog(TRACING, " struct bucketlist *b_uncles = 0x%p;", in print_bucket()
425 errlog(TRACING, " struct bucket_t *b_thread = 0x%p;", in print_bucket()
427 errlog(TRACING, " int b_has_locals = %d;", in print_bucket()
429 errlog(TRACING, " int b_has_protecteds = %d;", in print_bucket()
431 errlog(TRACING, " int b_was_printed = %d;", in print_bucket()
433 errlog(TRACING, " int b_weak = %d;", in print_bucket()
435 errlog(TRACING, " table_t *b_global_table = 0x%p;", in print_bucket()
437 errlog(TRACING, " table_t *b_protected_table = 0x%p;", in print_bucket()
439 errlog(TRACING, "}"); in print_bucket()
450 errlog(TRACING, "list %d", i); in print_all_buckets()
453 errlog(TRACING, "bucket %d", j); in print_all_buckets()
455 errlog(TRACING, "global interfaces = {"); in print_all_buckets()
457 errlog(TRACING, "}"); in print_all_buckets()
458 errlog(TRACING, "protected interfaces = {"); in print_all_buckets()
460 errlog(TRACING, "}"); in print_all_buckets()
463 errlog(TRACING, " %s", *p); in print_all_buckets()
465 errlog(TRACING, ";"); in print_all_buckets()
468 errlog(TRACING, " uncle bucket %d.1", j); in print_all_buckets()
470 errlog(TRACING, "global interfaces = {"); in print_all_buckets()
473 errlog(TRACING, "}"); in print_all_buckets()
474 errlog(TRACING, "protected interfaces = {"); in print_all_buckets()
477 errlog(TRACING, "}"); in print_all_buckets()
497 errlog(FATAL, "out of memory creating a bucket " in new_bucket()
501 errlog(FATAL, "out of memory storing an interface " in new_bucket()
520 errlog(BEGIN, "start_new_list() {"); in start_new_list()
528 errlog(END, "}"); in start_new_list()
539 errlog(BEGIN, "grow_lists() {"); in grow_lists()
540 errlog(WARNING, "Warning: more than %d version lists " in grow_lists()
548 errlog(FATAL, "out of memory growing list of " in grow_lists()
610 errlog(TRACING, "%s (%s, %s, %s %d)", p->IF_name, in print_iface()
642 errlog(BEGIN, "new_hashmap() {"); in new_hashmap()
645 errlog(FATAL, "out of memory creating a hash-map of " in new_hashmap()
649 errlog(END, "}"); in new_hashmap()
665 errlog(BEGIN, "add_to_hashmap(%s, %s) {", version_name, bucket); in add_to_hashmap()
668 errlog(END, "} /* add_to_hashmap */"); in add_to_hashmap()
673 errlog(FATAL, "out of memory storing a version name"); in add_to_hashmap()
680 errlog(END, "} /* add_to_hashmap */"); in add_to_hashmap()
696 errlog(BEGIN, "find_in_hashmap(%s) {", version_name); in find_in_hashmap()
699 errlog(END, "}"); in find_in_hashmap()
708 errlog(END, "}"); in find_in_hashmap()
713 errlog(END, "}"); in find_in_hashmap()
739 errlog(VERBOSE, "struct hashmap_t at 0x4.4x {", h); in print_hashmap()
740 errlog(VERBOSE, " int h_hash = %d;", h->h_hash); in print_hashmap()
741 errlog(VERBOSE, " char *h_version_name = \"%s\";", in print_hashmap()
743 errlog(VERBOSE, " bucket_t *h_bucket = 0x%p;;", in print_hashmap()
745 errlog(VERBOSE, "}"); in print_hashmap()