Searched refs:parse_option_str (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 82 if (parse_option_str(val, "on")) in efi_parse_options() 84 else if (parse_option_str(val, "off")) in efi_parse_options() 87 efi_nochunk = parse_option_str(val, "nochunk"); in efi_parse_options() 88 efi_novamap |= parse_option_str(val, "novamap"); in efi_parse_options() 91 parse_option_str(val, "nosoftreserve"); in efi_parse_options() 93 if (parse_option_str(val, "disable_early_pci_dma")) in efi_parse_options() 95 if (parse_option_str(val, "no_disable_early_pci_dma")) in efi_parse_options() 97 if (parse_option_str(val, "debug")) in efi_parse_options()
|
/openbmc/linux/lib/ |
H A D | cmdline.c | 203 bool parse_option_str(const char *str, const char *option) in parse_option_str() function
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi.c | 104 if (parse_option_str(str, "debug")) in parse_efi_cmdline() 107 if (parse_option_str(str, "noruntime")) in parse_efi_cmdline() 110 if (parse_option_str(str, "runtime")) in parse_efi_cmdline() 113 if (parse_option_str(str, "nosoftreserve")) in parse_efi_cmdline()
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 210 extern bool parse_option_str(const char *str, const char *option);
|
/openbmc/linux/drivers/base/ |
H A D | dd.c | 850 async_drv = parse_option_str(async_probe_drv_names, drv_name); in cmdline_requested_async_probing() 862 async_probe_default = parse_option_str(async_probe_drv_names, "*"); in save_async_options()
|
/openbmc/linux/mm/ |
H A D | mm_init.c | 271 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()
|