Searched refs:parse_option_str (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 83 if (parse_option_str(val, "on")) in efi_parse_options() 85 else if (parse_option_str(val, "off")) in efi_parse_options() 88 efi_nochunk = parse_option_str(val, "nochunk"); in efi_parse_options() 89 efi_novamap |= parse_option_str(val, "novamap"); in efi_parse_options() 92 parse_option_str(val, "nosoftreserve"); in efi_parse_options() 94 if (parse_option_str(val, "disable_early_pci_dma")) in efi_parse_options() 96 if (parse_option_str(val, "no_disable_early_pci_dma")) in efi_parse_options() 98 if (parse_option_str(val, "debug")) in efi_parse_options()
|
/linux-6.12.1/lib/ |
D | cmdline.c | 203 bool parse_option_str(const char *str, const char *option) in parse_option_str() function
|
/linux-6.12.1/drivers/firmware/efi/ |
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.12.1/drivers/base/ |
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()
|
/linux-6.12.1/include/linux/ |
D | string.h | 319 extern bool parse_option_str(const char *str, const char *option);
|
/linux-6.12.1/mm/ |
D | mm_init.c | 272 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()
|