Home
last modified time | relevance | path

Searched refs:boot_fn (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/common/
Dbootm.c633 boot_os_fn *boot_fn; in do_bootm_states() local
686 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()
690 if (boot_fn == NULL && need_boot_fn) { in do_bootm_states()
702 ret = boot_fn(BOOTM_STATE_OS_CMDLINE, argc, argv, images); in do_bootm_states()
704 ret = boot_fn(BOOTM_STATE_OS_BD_T, argc, argv, images); in do_bootm_states()
710 ret = boot_fn(BOOTM_STATE_OS_PREP, argc, argv, images); in do_bootm_states()
719 images, boot_fn); in do_bootm_states()
734 images, boot_fn); in do_bootm_states()
Dbootm_os.c509 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os() argument
512 boot_fn(state, argc, argv, images); in boot_selected_os()
/external/u-boot/include/
Dbootm.h46 bootm_headers_t *images, boot_os_fn *boot_fn);