Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 8 of 8) sorted by relevance

/mcuboot-3.7.0/boot/zephyr/
Dmain.c162 static uint32_t dst[2]; in do_boot() local
253 unsigned char *dst = (unsigned char *)(SRAM_BASE_ADDRESS + hdr_offset); in copy_img_to_SRAM() local
/mcuboot-3.7.0/boot/cypress/cy_flash_pal/
Dcy_flash_map.c225 int flash_area_read(const struct flash_area *fa, uint32_t off, void *dst, in flash_area_read()
464 void *dst, uint32_t len) in flash_area_read_is_empty()
/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial.c179 char *dst; in u32toa() local
206 bs_list_img_ver(char *dst, int maxlen, struct image_version *ver) in bs_list_img_ver()
226 bs_list_img_ver(char *dst, int maxlen, struct image_version *ver) in bs_list_img_ver()
/mcuboot-3.7.0/boot/mbed/src/
Dflash_map_backend.cpp133 int flash_area_read(const struct flash_area* fap, uint32_t off, void* dst, uint32_t len) { in flash_area_read()
/mcuboot-3.7.0/boot/nuttx/src/flash_map_backend/
Dflash_map_backend.c401 void *dst, uint32_t len) in flash_area_read()
/mcuboot-3.7.0/boot/espressif/port/
Desp_mcuboot.c190 int flash_area_read(const struct flash_area *fa, uint32_t off, void *dst, in flash_area_read()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/
Drun.c337 int flash_area_read(const struct flash_area *area, uint32_t off, void *dst, in flash_area_read()
/mcuboot-3.7.0/boot/zcbor/src/
Dzcbor_decode.c99 static void endian_copy(uint8_t *dst, const uint8_t *src, size_t src_len) in endian_copy()