Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootm.h34 typedef int boot_os_fn(int flag, int argc, char * const argv[], typedef
37 extern boot_os_fn do_bootm_linux;
41 boot_os_fn *bootm_os_get_boot_func(int os);
46 bootm_headers_t *images, boot_os_fn *boot_fn);
/external/u-boot/common/
Dbootm_os.c464 static boot_os_fn *boot_os[] = {
509 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os()
525 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func()
Dbootm.c633 boot_os_fn *boot_fn; in do_bootm_states()