Home
last modified time | relevance | path

Searched refs:TRACING (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c230 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 Dxlator.c168 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 Dversions.c471 errlog(OTHER | TRACING, "accept_token, at %s expecting %s", in accept_token()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c63 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 Dtrace.c188 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 Dbindings.c125 errlog(TRACING, "exception=%s\n", exception ? exception : "NULL"); in generate_bindings()
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Derrlog.h61 #define TRACING 3 macro
71 #define BEGIN (OTHER | TRACING | INDENTED)
72 #define END (OTHER | TRACING | OUTDENTED)
H A Dextends.c88 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 Dfrontend.c291 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 Didmapd.h297 #define TRACING(req) \ macro
301 ((void)(TRACING(req) && trace(req, res, __VA_ARGS__)))
H A Dserver.c254 if (TRACING(req)) in idmap_get_mapped_ids_1_svc()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg165 @ MSG_LFL_TRC_ENABLE "TRACING-ENABLED"