Searched refs:dst_off (Results 1 – 4 of 4) sorted by relevance
| /subsys/storage/flash_map/ |
| A D | flash_map.c | 86 const struct flash_area *dst_fa, off_t dst_off, in flash_area_copy() argument 90 is_in_flash_area_bounds(dst_fa, dst_off, len))) { in flash_area_copy() 95 dst_fa->fa_dev, dst_fa->fa_off + dst_off, len, buf, in flash_area_copy()
|
| /subsys/mgmt/mcumgr/transport/src/ |
| A D | smp_dummy.c | 555 int dst_off; in mcumgr_dummy_tx_frame() local 561 dst_off = 0; in mcumgr_dummy_tx_frame() 573 dst_off += 2; in mcumgr_dummy_tx_frame() 587 dst_off += 4; in mcumgr_dummy_tx_frame() 591 if (dst_off >= MCUMGR_DUMMY_MAX_FRAME - 4) { in mcumgr_dummy_tx_frame() 649 dst_off += 4; in mcumgr_dummy_tx_frame()
|
| /subsys/settings/src/ |
| A D | settings_line.c | 275 int settings_line_entry_copy(void *dst_ctx, off_t dst_off, void *src_ctx, in settings_line_entry_copy() argument 297 rc = settings_io_cb.write_cb(dst_ctx, dst_off, buf, write_size); in settings_line_entry_copy() 304 dst_off += chunk_size; in settings_line_entry_copy()
|
| A D | settings_priv.h | 99 int settings_line_entry_copy(void *dst_ctx, off_t dst_off, void *src_ctx,
|
Completed in 18 milliseconds