/Zephyr-latest/drivers/disk/ |
D | loopback_disk.c | 41 const size_t total_len = num_sector * LOOPBACK_SECTOR_SIZE; in loopback_disk_access_read() local 79 const size_t total_len = num_sector * LOOPBACK_SECTOR_SIZE; in loopback_disk_access_write() local
|
/Zephyr-latest/subsys/shell/ |
D | shell_history.c | 110 uint32_t total_len; in remove_from_tail() local 139 uint32_t total_len = len + offsetof(struct shell_history_item, data); in z_shell_history_put() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | data.c | 50 size_t total_len = 0; in bt_data_get_len() local
|
D | monitor.c | 289 size_t total_len; member
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport_socket_tcp.c | 91 size_t total_len = 0; in mqtt_client_tcp_write_msg() local
|
D | mqtt_transport_socket_tls.c | 147 size_t total_len = 0; in mqtt_client_tls_write_msg() local
|
/Zephyr-latest/tests/net/ipv6_fragment/src/ |
D | main.c | 1040 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local 1092 size_t total_len = net_pkt_get_len(pkt); in verify_fragment() local 1973 size_t total_len; in ZTEST() local 2038 size_t total_len; in ZTEST() local 2081 size_t total_len; in ZTEST() local 2132 size_t total_len; in ZTEST() local
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_gecko.c | 144 uint16_t frag_len, total_len; in frame_get() local 269 uint16_t total_len; in eth_tx() local
|
D | eth_stm32_hal.c | 329 size_t total_len; in eth_tx() local 555 size_t total_len = 0; in eth_rx() local
|
D | eth_smsc911x.c | 477 uint16_t total_len = net_pkt_get_len(pkt); in eth_tx() local
|
D | eth_numaker.c | 470 uint16_t total_len = net_pkt_get_len(pkt); in numaker_eth_tx() local
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_it8xxx2_sha.c | 56 uint32_t total_len; member
|
D | crypto_it8xxx2_sha_v2.c | 69 uint32_t total_len; member
|
/Zephyr-latest/include/zephyr/net/ |
D | zperf.h | 66 uint64_t total_len; /**< Total length of the transferred data */ member
|
/Zephyr-latest/drivers/spi/ |
D | spi_context.h | 443 size_t total_len = 0; in spi_context_total_tx_len() local 455 size_t total_len = 0; in spi_context_total_rx_len() local
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp_demux.h | 59 uint32_t total_len : LOG_FRONTEND_STMESP_DEMUX_TLENGTH_BITS; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_plain_text.c | 348 int len, total_len; in get_objlnk() local
|
D | lwm2m_rw_json.c | 814 int len, total_len; in get_objlnk() local
|
/Zephyr-latest/subsys/logging/frontends/ |
D | log_frontend_dict_uart.c | 268 size_t total_len = plen + dlen + sizeof(struct log_frontend_uart_pkt); in log_frontend_msg() local
|
D | log_frontend_stmesp_demux.c | 130 static uint32_t calc_wlen(uint32_t total_len) in calc_wlen()
|
D | log_frontend_stmesp.c | 343 int total_len; in log_frontend_msg() local
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci_driver.c | 186 uint16_t total_len; in sink_sdu_emit_hci() local
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 647 int total_len; in recv_response() local
|
/Zephyr-latest/drivers/espi/ |
D | espi_taf_npcx.c | 330 uint32_t total_len = pckt->len; in espi_taf_npcx_flash_read() local
|
/Zephyr-latest/subsys/net/lib/websocket/ |
D | websocket.c | 551 size_t total_len = 0; in sendmsg_all() local
|