/titanic_50/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 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() [all …]
|
H A D | xlator.c | 170 errlog(TRACING, "xlator_startlib"); in xlator_startlib() 184 errlog(TRACING, "xlator_startfile"); in xlator_startfile() 206 errlog(TRACING, "xlator_start_if %s", value); in xlator_start_if() 281 errlog(TRACING, in xlator_take_kvpair() 296 errlog(TRACING, "Version found. Setting Version to %s", value); in xlator_take_kvpair() 339 errlog(TRACING, "Version_Arch=%d", Version_Arch); in xlator_take_kvpair() 364 errlog(TRACING, in xlator_take_kvpair() 400 errlog(TRACING, in xlator_take_kvpair() 416 errlog(TRACING, "Filter[token=%d] found. Setting Filter to %s", in xlator_take_kvpair() 428 errlog(TRACING, "Version_Arch=%d", Version_Arch); in xlator_take_kvpair() [all …]
|
H A D | versions.c | 472 errlog(OTHER | TRACING, "accept_token, at %s expecting %s", in accept_token()
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.c | 65 errlog(TRACING, "arglist = '%s'", arglist); in generate_printf() 114 errlog(TRACING, "name = '%s'", name); in prepare_printf_part() 132 errlog(TRACING, "place='%s'\n", place); in prepare_printf_part() 163 errlog(TRACING, "name = '%s'\n", name); in generate_printfunc_calls() 235 errlog(TRACING, "print_type=%s\n", print_type); in generate_print_definitions() 268 errlog(TRACING, "print_type, c_type=%s\n", print_type); in generate_print_declarations()
|
H A D | trace.c | 190 errlog(TRACING, "now in file \"%s\" in lib \"%s\"", in xlator_startfile() 257 errlog(TRACING, "now in interface \"%s\"", value); in xlator_start_if() 939 errlog(TRACING, "output file = '%s'", pathname); in generate_aux_file() 977 errlog(TRACING, "includes="); in generate_includes() 986 errlog(TRACING, "\n"); in generate_includes()
|
H A D | bindings.c | 127 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL"); in generate_bindings()
|
/titanic_50/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 63 #define TRACING 3 macro 73 #define BEGIN (OTHER | TRACING | INDENTED) 74 #define END (OTHER | TRACING | OUTDENTED)
|
H A D | extends.c | 90 if (T_info->ti_verbosity >= TRACING) { in do_extends() 91 errlog(TRACING, "Extending file %s\nExtending function %s\n" in do_extends() 234 if (T_info->ti_verbosity >= TRACING) in do_extends()
|
H A D | frontend.c | 293 if (T_info->ti_verbosity >= TRACING) in read_spec() 294 errlog(TRACING, "uninteresting keyword: %s\n", in read_spec()
|
/titanic_50/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.h | 296 #define TRACING(req) \ macro 300 ((void)(TRACING(req) && trace(req, res, __VA_ARGS__)))
|
H A D | server.c | 252 if (TRACING(req)) in idmap_get_mapped_ids_1_svc()
|
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 165 @ MSG_LFL_TRC_ENABLE "TRACING-ENABLED"
|