Lines Matching refs:TRACING

232 	errlog(TRACING, ");");  in add_by_name()
395 errlog(TRACING, "returning empty string"); 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()
612 errlog(TRACING, "%s (%s, %s, %s %d)", p->IF_name, in print_iface()