Searched refs:parse_option_str (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| A D | efi-stub-helper.c | 220 efi_nochunk = parse_option_str(val, "nochunk"); in efi_parse_options() 221 efi_novamap = parse_option_str(val, "novamap"); in efi_parse_options() 224 parse_option_str(val, "nosoftreserve"); in efi_parse_options() 226 if (parse_option_str(val, "disable_early_pci_dma")) in efi_parse_options() 228 if (parse_option_str(val, "no_disable_early_pci_dma")) in efi_parse_options() 230 if (parse_option_str(val, "debug")) in efi_parse_options()
|
| /linux/drivers/firmware/efi/ |
| A D | efi.c | 94 if (parse_option_str(str, "debug")) in parse_efi_cmdline() 97 if (parse_option_str(str, "noruntime")) in parse_efi_cmdline() 100 if (parse_option_str(str, "runtime")) in parse_efi_cmdline() 103 if (parse_option_str(str, "nosoftreserve")) in parse_efi_cmdline()
|
| /linux/lib/ |
| A D | cmdline.c | 203 bool parse_option_str(const char *str, const char *option) in parse_option_str() function
|
| A D | lib.a | 3 …vmlinux_build_id__clz_tabget_optionget_optionsmemparsenext_argparse_option_strcpumask_next…
|
| /linux/include/linux/ |
| A D | kernel.h | 224 extern bool parse_option_str(const char *str, const char *option);
|
| /linux/drivers/base/ |
| A D | dd.c | 799 return parse_option_str(async_probe_drv_names, drv_name); in cmdline_requested_async_probing()
|
| /linux/mm/ |
| A D | page_alloc.c | 8082 if (parse_option_str(p, "mirror")) { in cmdline_parse_kernelcore()
|
| /linux/ |
| A D | System.map | 17450 ffff8000104d4fd0 T parse_option_str
|
| A D | .tmp_System.map | 17450 ffff8000104d4fd0 T parse_option_str
|
Completed in 973 milliseconds