Lines Matching refs:boot_loader_state
51 find_last_idx(struct boot_loader_state *state, uint32_t swap_size) in find_last_idx()
72 boot_read_image_header(struct boot_loader_state *state, int slot, in boot_read_image_header()
146 struct boot_loader_state *state, struct boot_status *bs) in swap_read_status_bytes()
237 static int app_max_sectors(struct boot_loader_state *state) in app_max_sectors()
260 boot_slots_compatible(struct boot_loader_state *state) in boot_slots_compatible()
343 swap_status_source(struct boot_loader_state *state) in swap_status_source()
387 boot_move_sector_up(int idx, uint32_t sz, struct boot_loader_state *state, in boot_move_sector_up()
430 boot_swap_sectors(int idx, uint32_t sz, struct boot_loader_state *state, in boot_swap_sectors()
480 fixup_revert(const struct boot_loader_state *state, struct boot_status *bs, in fixup_revert()
518 swap_run(struct boot_loader_state *state, struct boot_status *bs, in swap_run()
598 int app_max_size(struct boot_loader_state *state) in app_max_size()