Home
last modified time | relevance | path

Searched refs:output_buf (Results 1 – 4 of 4) sorted by relevance

/subsys/logging/backends/
A Dlog_backend_ws.c21 static uint8_t output_buf[CONFIG_LOG_BACKEND_WS_MAX_BUF_SIZE]; variable
64 __ASSERT_NO_MSG(pos < sizeof(output_buf)); in ws_console_out()
67 output_buf[pos++] = c; in ws_console_out()
72 if (pos >= sizeof(output_buf)) { in ws_console_out()
78 ret = ws_send_all(ctx->sock, output_buf, pos); in ws_console_out()
97 if (pos >= (sizeof(output_buf) - 1)) { in ws_console_out()
137 LOG_OUTPUT_DEFINE(log_output_ws, line_out, output_buf, sizeof(output_buf));
A Dlog_backend_ble.c16 static uint8_t output_buf[LOG_BACKEND_BLE_BUF_SIZE]; variable
142 LOG_OUTPUT_DEFINE(log_output_ble, line_out, output_buf, sizeof(output_buf));
A Dlog_backend_net.c33 static uint8_t output_buf[CONFIG_LOG_BACKEND_NET_MAX_BUF_SIZE]; variable
90 LOG_OUTPUT_DEFINE(log_output_net, line_out, output_buf, sizeof(output_buf));
/subsys/mgmt/ec_host_cmd/
A Dec_host_cmd_handler.c319 LOG_HEXDUMP_DBG(args->output_buf, args->output_buf_size, "HC resp:"); in ec_host_cmd_send_response()
401 .output_buf = (uint8_t *)tx->buf + TX_HEADER_SIZE, in ec_host_cmd_thread()
454 memset(args.output_buf, 0, args.output_buf_max); in ec_host_cmd_thread()

Completed in 8 milliseconds