Searched defs:cnt (Results 1 – 15 of 15) sorted by relevance
/mcuboot-3.7.0/boot/mynewt/boot_uart/src/ |
D | boot_uart.c | 40 int cnt; member 103 boot_uart_read(char *str, int cnt, int *newline) in boot_uart_read() 158 boot_uart_write(const char *ptr, int cnt) in boot_uart_write() 165 boot_uart_write(const char *ptr, int cnt) in boot_uart_write()
|
/mcuboot-3.7.0/boot/zephyr/ |
D | flash_map_legacy.c | 60 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
|
D | serial_adapter.c | 78 console_write(const char *str, int cnt) in console_write()
|
/mcuboot-3.7.0/boot/espressif/port/esp32c3/ |
D | serial_adapter.c | 75 void console_write(const char *str, int cnt) in console_write() 101 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32s3/ |
D | serial_adapter.c | 78 void console_write(const char *str, int cnt) in console_write() 104 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32c6/ |
D | serial_adapter.c | 75 void console_write(const char *str, int cnt) in console_write() 101 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32h2/ |
D | serial_adapter.c | 75 void console_write(const char *str, int cnt) in console_write() 101 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32/ |
D | serial_adapter.c | 68 void console_write(const char *str, int cnt) in console_write() 79 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32c2/ |
D | serial_adapter.c | 70 void console_write(const char *str, int cnt) in console_write() 87 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/espressif/port/esp32s2/ |
D | serial_adapter.c | 73 void console_write(const char *str, int cnt) in console_write() 90 int console_read(char *str, int cnt, int *newline) in console_read()
|
/mcuboot-3.7.0/boot/mynewt/src/ |
D | main.c | 70 boot_read(char *str, int cnt, int *newline) in boot_read()
|
/mcuboot-3.7.0/boot/cypress/cy_flash_pal/ |
D | cy_flash_map.c | 381 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors() 484 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
|
/mcuboot-3.7.0/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 280 #define FIH_LABEL(str, lin, cnt) __asm volatile ("FIH_LABEL_" str "_" #lin "_" #cnt "::" ::); argument
|
/mcuboot-3.7.0/boot/espressif/port/ |
D | esp_mcuboot.c | 411 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
|
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/ |
D | run.c | 370 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret) in flash_area_to_sectors()
|