/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 230 errlog(TRACING, ");"); in add_by_name() 393 errlog(TRACING, "returning empty string"); 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() [all …]
|
H A D | xlator.c | 168 errlog(TRACING, "xlator_startlib"); in xlator_startlib() 182 errlog(TRACING, "xlator_startfile"); in xlator_startfile() 204 errlog(TRACING, "xlator_start_if %s", value); in xlator_start_if() 278 errlog(TRACING, in xlator_take_kvpair() 293 errlog(TRACING, "Version found. Setting Version to %s", value); in xlator_take_kvpair() 336 errlog(TRACING, "Version_Arch=%d", Version_Arch); in xlator_take_kvpair() 361 errlog(TRACING, in xlator_take_kvpair() 397 errlog(TRACING, in xlator_take_kvpair() 413 errlog(TRACING, "Filter[token=%d] found. Setting Filter to %s", in xlator_take_kvpair() 425 errlog(TRACING, "Version_Arch=%d", Version_Arch); in xlator_take_kvpair() [all …]
|
H A D | versions.c | 471 errlog(OTHER | TRACING, "accept_token, at %s expecting %s", in accept_token()
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | printfuncs.c | 63 errlog(TRACING, "arglist = '%s'", arglist); in generate_printf() 112 errlog(TRACING, "name = '%s'", name); in prepare_printf_part() 130 errlog(TRACING, "place='%s'\n", place); in prepare_printf_part() 161 errlog(TRACING, "name = '%s'\n", name); in generate_printfunc_calls() 233 errlog(TRACING, "print_type=%s\n", print_type); in generate_print_definitions() 266 errlog(TRACING, "print_type, c_type=%s\n", print_type); in generate_print_declarations()
|
H A D | trace.c | 188 errlog(TRACING, "now in file \"%s\" in lib \"%s\"", in xlator_startfile() 255 errlog(TRACING, "now in interface \"%s\"", value); in xlator_start_if() 937 errlog(TRACING, "output file = '%s'", pathname); in generate_aux_file() 975 errlog(TRACING, "includes="); in generate_includes() 984 errlog(TRACING, "\n"); in generate_includes()
|
H A D | bindings.c | 125 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL"); in generate_bindings()
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.h | 61 #define TRACING 3 macro 71 #define BEGIN (OTHER | TRACING | INDENTED) 72 #define END (OTHER | TRACING | OUTDENTED)
|
H A D | extends.c | 88 if (T_info->ti_verbosity >= TRACING) { in do_extends() 89 errlog(TRACING, "Extending file %s\nExtending function %s\n" in do_extends() 232 if (T_info->ti_verbosity >= TRACING) in do_extends()
|
H A D | frontend.c | 291 if (T_info->ti_verbosity >= TRACING) in read_spec() 292 errlog(TRACING, "uninteresting keyword: %s\n", in read_spec()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | idmapd.h | 297 #define TRACING(req) \ macro 301 ((void)(TRACING(req) && trace(req, res, __VA_ARGS__)))
|
H A D | server.c | 254 if (TRACING(req)) in idmap_get_mapped_ids_1_svc()
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 165 @ MSG_LFL_TRC_ENABLE "TRACING-ENABLED"
|