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()
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()
457 errlog(TRACING, "}"); 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()
473 errlog(TRACING, "}"); in print_all_buckets()
[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()
361 errlog(TRACING, in xlator_take_kvpair()
397 errlog(TRACING, in xlator_take_kvpair()
457 errlog(TRACING, "xlator_end_if"); in xlator_end_if()
568 errlog(TRACING, "xlator_endfile"); in xlator_endfile()
587 errlog(TRACING, "xlator_endlib"); in xlator_endlib()
590 if (Verbosity >= TRACING) { in xlator_endlib()
[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"