Searched refs:bootcmdline (Results 1 – 4 of 4) sorted by relevance
50 struct bootcmdline { struct65 struct bootcmdline cmdline[MAX_MODULES]; argument112 struct bootcmdline *boot_cmdline_find_by_kind(bootmodule_kind kind);113 struct bootcmdline * boot_cmdline_find_by_name(const char *name);
292 struct bootcmdline *cmd; in add_boot_cmdline()318 struct bootcmdline * __init boot_cmdline_find_by_kind(bootmodule_kind kind) in boot_cmdline_find_by_kind()321 struct bootcmdline *cmd; in boot_cmdline_find_by_kind()333 struct bootcmdline * __init boot_cmdline_find_by_name(const char *name) in boot_cmdline_find_by_name()336 struct bootcmdline *mod; in boot_cmdline_find_by_name()
426 struct bootcmdline *cmd = NULL; in kernel_probe()
432 struct bootcmdline *dom0_cmdline = in boot_fdt_cmdline()
Completed in 8 milliseconds