Searched refs:parse_option_str (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | efi-stub-helper.c | 84 if (parse_option_str(val, "on")) in efi_parse_options() 86 else if (parse_option_str(val, "off")) in efi_parse_options() 89 efi_nochunk = parse_option_str(val, "nochunk"); in efi_parse_options() 90 efi_novamap |= parse_option_str(val, "novamap"); in efi_parse_options() 93 parse_option_str(val, "nosoftreserve"); in efi_parse_options() 95 if (parse_option_str(val, "disable_early_pci_dma")) in efi_parse_options() 97 if (parse_option_str(val, "no_disable_early_pci_dma")) in efi_parse_options() 99 if (parse_option_str(val, "debug")) in efi_parse_options()
|
| /linux-6.15/lib/ |
| H A D | cmdline.c | 203 bool parse_option_str(const char *str, const char *option) in parse_option_str() function
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | efi.c | 105 if (parse_option_str(str, "debug")) in parse_efi_cmdline() 108 if (parse_option_str(str, "noruntime")) in parse_efi_cmdline() 111 if (parse_option_str(str, "runtime")) in parse_efi_cmdline() 114 if (parse_option_str(str, "nosoftreserve")) in parse_efi_cmdline()
|
| /linux-6.15/drivers/base/ |
| H A D | dd.c | 849 async_drv = parse_option_str(async_probe_drv_names, drv_name); in cmdline_requested_async_probing() 861 async_probe_default = parse_option_str(async_probe_drv_names, "*"); in save_async_options()
|
| /linux-6.15/include/linux/ |
| H A D | string.h | 322 extern bool parse_option_str(const char *str, const char *option);
|
| /linux-6.15/mm/ |
| H A D | mm_init.c | 287 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()
|