/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_onoff_switch.c | 93 size_t total_size, size_t offset) in state_post_write_cb() argument 163 size_t total_size, size_t offset) in time_post_write_cb() argument
|
D | lwm2m_rw_opaque.c | 74 opaque->len = in->block_ctx->ctx.total_size; in get_opaque()
|
D | lwm2m_obj_firmware.c | 240 size_t total_size, size_t offset) in package_write_cb() argument 274 total_size, offset); in package_write_cb() 304 size_t total_size, size_t offset) in package_uri_write_cb() argument
|
D | lwm2m_obj_swmgmt.c | 193 size_t total_size, size_t offset) in callback_write_not_defined() argument 565 size_t total_size, size_t offset) in package_write_cb() argument 579 last_block, total_size); in package_write_cb() 652 size_t total_size, size_t offset) in package_uri_write_cb() argument
|
D | lwm2m_pull_context.c | 288 LOG_DBG("total: %zd, current: %zd", context.block_ctx.total_size, in do_firmware_transfer_reply_cb() 330 context.block_ctx.total_size, offset); in do_firmware_transfer_reply_cb()
|
D | ipso_push_button.c | 88 size_t total_size, size_t offset) in state_post_write_cb() argument
|
D | lwm2m_obj_gateway.c | 67 size_t total_size, size_t offset) in prefix_validation_cb() argument
|
D | ipso_light_control.c | 94 size_t total_size, size_t offset) in on_time_post_write_cb() argument
|
D | lwm2m_obj_server.c | 149 size_t total_size, size_t offset) in lifetime_write_cb() argument 157 ARG_UNUSED(total_size); in lifetime_write_cb()
|
D | ipso_temp_sensor.c | 113 size_t total_size, size_t offset) in sensor_value_write_cb() argument
|
D | ipso_buzzer.c | 150 size_t total_size, size_t offset) in onoff_post_write_cb() argument
|
D | ipso_current_sensor.c | 115 size_t total_size, size_t offset) in sensor_value_write_cb() argument
|
D | ipso_humidity_sensor.c | 110 size_t total_size, size_t offset) in sensor_value_write_cb() argument
|
D | ipso_pressure_sensor.c | 111 size_t total_size, size_t offset) in sensor_value_write_cb() argument
|
D | ipso_voltage_sensor.c | 116 size_t total_size, size_t offset) in sensor_value_write_cb() argument
|
/Zephyr-latest/kernel/ |
D | msg_q.c | 70 size_t total_size; in z_impl_k_msgq_alloc_init() local 74 if (size_mul_overflow(msg_size, max_msgs, &total_size)) { in z_impl_k_msgq_alloc_init() 77 buffer = z_thread_malloc(total_size); in z_impl_k_msgq_alloc_init()
|
D | thread.c | 681 size_t total_size, stack_obj_size; in z_vrfy_k_thread_create() local 700 stack_size, &total_size), in z_vrfy_k_thread_create() 713 K_OOPS(K_SYSCALL_VERIFY_MSG(total_size <= stack_obj_size, in z_vrfy_k_thread_create() 715 total_size, stack_obj_size)); in z_vrfy_k_thread_create()
|
D | mmu.c | 572 size_t total_size; in k_mem_map_phys_guard() local 600 if (size_add_overflow(size, CONFIG_MMU_PAGE_SIZE * 2, &total_size)) { in k_mem_map_phys_guard() 607 dst = virt_region_alloc(total_size, CONFIG_MMU_PAGE_SIZE); in k_mem_map_phys_guard() 684 size_t total_size; in k_mem_unmap_phys_guard() local 811 total_size = size + (CONFIG_MMU_PAGE_SIZE * 2); in k_mem_unmap_phys_guard() 812 virt_region_free(pos, total_size); in k_mem_unmap_phys_guard()
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | pipes.rst | 108 size_t total_size; 116 total_size = ...; 119 rc = k_pipe_put(&my_pipe, data, total_size, &bytes_written, 125 } else if (bytes_written < total_size) {
|
/Zephyr-latest/drivers/serial/ |
D | uart_hostlink.c | 63 uint32_t total_size; /* Size of packet including header. */ member 224 hl_write32(&pkt->total_size, ALIGN(size, 4) + sizeof(struct hl_pkt_hdr)); in hl_pkt_init()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 326 data_elem->total_size = data_elem->data_size + size_field_len + 1; in parse_data_elem() 410 return elem->total_size; in search_uuid() 535 uuid_list_size -= data_elem.total_size; in find_services() 720 uint32_t size, seq_size, total_size; in copy_attribute() local 728 total_size = elem->total_size; in copy_attribute() 734 switch (total_size - (seq_size + 1U)) { in copy_attribute() 774 return total_size; in copy_attribute() 842 attr_size = 3 + attr->val.total_size; in select_attrs() 1036 size -= data_elem.total_size; in get_att_search_list()
|
/Zephyr-latest/scripts/footprint/ |
D | size_report | 605 def generate_any_tree(symbol_dict, total_size, path_prefix): argument 726 root._size = total_size 743 def print_any_tree(root, total_size, depth): argument 753 percent = 100 * float(row.node._size) / float(total_size)
|
/Zephyr-latest/include/zephyr/net/ |
D | coap.h | 791 size_t total_size; member 809 size_t total_size);
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_link_format.c | 456 if (ctx.total_size == 0) { in coap_well_known_core_get_len() 540 ctx.total_size = offset; in coap_well_known_core_get_len()
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 466 ctx.downloaded_size == ctx.block.total_size)) { in install_update_cb() 478 if (ctx.downloaded_size != ctx.block.total_size) { in install_update_cb() 554 while (ctx.downloaded_size != ctx.block.total_size) { in install_update()
|