Searched refs:bootmodule_kind (Results 1 – 3 of 3) sorted by relevance
21 } bootmodule_kind; typedef42 bootmodule_kind kind;51 bootmodule_kind kind;105 struct bootmodule *add_boot_module(bootmodule_kind kind,107 struct bootmodule *boot_module_find_by_kind(bootmodule_kind kind);108 struct bootmodule * boot_module_find_by_addr_and_kind(bootmodule_kind kind,111 bootmodule_kind kind, paddr_t start, bool domU);112 struct bootcmdline *boot_cmdline_find_by_kind(bootmodule_kind kind);114 const char *boot_module_kind_as_string(bootmodule_kind kind);
235 struct bootmodule __init *add_boot_module(bootmodule_kind kind, in add_boot_module()274 struct bootmodule * __init boot_module_find_by_kind(bootmodule_kind kind) in boot_module_find_by_kind()289 bootmodule_kind kind, paddr_t start, bool domU) in add_boot_cmdline()318 struct bootcmdline * __init boot_cmdline_find_by_kind(bootmodule_kind kind) in boot_cmdline_find_by_kind()348 struct bootmodule * __init boot_module_find_by_addr_and_kind(bootmodule_kind kind, in boot_module_find_by_addr_and_kind()364 const char * __init boot_module_kind_as_string(bootmodule_kind kind) in boot_module_kind_as_string()
211 bootmodule_kind kind; in process_multiboot_node()
Completed in 8 milliseconds