Home
last modified time | relevance | path

Searched refs:ti_verbosity (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c70 if (T_info->ti_verbosity >= STATUS) { in frontend()
81 if (T_info->ti_verbosity >= STATUS) in frontend()
171 if (T_info->ti_verbosity >= WARNING) in read_spec()
227 if (T_info->ti_verbosity >= STATUS) { in read_spec()
234 if (T_info->ti_verbosity >= STATUS) in read_spec()
269 if (T_info->ti_verbosity >= WARNING) in read_spec()
291 if (T_info->ti_verbosity >= TRACING) in read_spec()
300 if (T_info->ti_verbosity >= STATUS) in read_spec()
312 if (T_info->ti_verbosity >= STATUS) in read_spec()
H A Dmain.c63 T_info.ti_verbosity = 0; in main()
97 (T_info.ti_verbosity = atoi(optarg)) < 0) { in main()
183 seterrseverity(T_info.ti_verbosity); in main()
H A Dextends.c88 if (T_info->ti_verbosity >= TRACING) { in do_extends()
232 if (T_info->ti_verbosity >= TRACING) in do_extends()
239 if (T_info->ti_verbosity >= STATUS) in do_extends()
H A Dparser.h50 int ti_verbosity; member
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c114 Verbosity = t_info->ti_verbosity; in xlator_init()
115 seterrseverity(t_info->ti_verbosity); in xlator_init()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c139 Verbose = t_info->ti_verbosity; in xlator_init()