Home
last modified time | relevance | path

Searched refs:sh_cnt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c445 size_t sh_cnt = 0; in async_read() local
449 ((uint8_t *)data)[sh_cnt++] = buf[i]; in async_read()
453 size_t sh_cnt = blen; in async_read() local
457 bool buf_available = uart_async_rx_data_consume(async_rx, sh_cnt); in async_read()
458 *cnt = sh_cnt; in async_read()
/Zephyr-Core-3.7.0/subsys/llext/
Dllext_link.c58 unsigned int sh_cnt = shdr->sh_size / shdr->sh_entsize; in llext_link_plt() local
67 shdr->sh_type, (size_t)shdr->sh_entsize, sh_cnt, (void *)text); in llext_link_plt()
72 for (unsigned int i = 0; i < sh_cnt; i++) { in llext_link_plt()