Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootm.h34 typedef int boot_os_fn(int flag, int argc, char * const argv[], typedef
37 extern boot_os_fn do_bootm_linux;
38 extern boot_os_fn do_bootm_vxworks;
43 boot_os_fn *bootm_os_get_boot_func(int os);
48 bootm_headers_t *images, boot_os_fn *boot_fn);
/openbmc/u-boot/common/
H A Dbootm_os.c464 static boot_os_fn *boot_os[] = {
515 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os()
532 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func()
H A Dbootm.c694 boot_os_fn *boot_fn; in do_bootm_states()