Searched refs:line_out (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/subsys/shell/backends/ |
D | shell_telnet.c | 113 sh_telnet->line_out.len = 0; in telnet_reply_command() 133 if (sh_telnet->line_out.len == 0) { in telnet_send() 141 err = net_context_send(sh_telnet->client_ctx, sh_telnet->line_out.buf, in telnet_send() 142 sh_telnet->line_out.len, telnet_sent_cb, in telnet_send() 151 sh_telnet->line_out.len = 0; in telnet_send() 427 lb = &sh_telnet->line_out; in write()
|
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell_telnet.h | 36 struct shell_telnet_line_buf line_out; member
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | log_backend_ble.c | 116 static int line_out(uint8_t *data, size_t length, void *output_ctx) in line_out() function 148 LOG_OUTPUT_DEFINE(log_output_ble, line_out, output_buf, sizeof(output_buf));
|
D | log_backend_net.c | 58 static int line_out(uint8_t *data, size_t length, void *output_ctx) in line_out() function 77 LOG_OUTPUT_DEFINE(log_output_net, line_out, output_buf, sizeof(output_buf));
|