Searched refs:trace_channels (Results 1 – 1 of 1) sorted by relevance
172 } trace_channels[OSSL_TRACE_CATEGORY_NUM] = { variable248 curr_channel = trace_channels[category].bio; in set_trace_data()249 curr_prefix = trace_channels[category].prefix; in set_trace_data()250 curr_suffix = trace_channels[category].suffix; in set_trace_data()268 trace_channels[category].prefix = NULL; in set_trace_data()273 trace_channels[category].suffix = NULL; in set_trace_data()278 trace_channels[category].type = 0; in set_trace_data()279 trace_channels[category].bio = NULL; in set_trace_data()284 trace_channels[category].type = type; in set_trace_data()285 trace_channels[category].bio = *channel; in set_trace_data()[all …]