Searched refs:parse_option_str (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c83 if (parse_option_str(val, "on"))
85 else if (parse_option_str(val, "off"))
88 efi_nochunk = parse_option_str(val, "nochunk");
89 efi_novamap |= parse_option_str(val, "novamap");
92 parse_option_str(val, "nosoftreserve");
94 if (parse_option_str(val, "disable_early_pci_dma"))
96 if (parse_option_str(val, "no_disable_early_pci_dma"))
98 if (parse_option_str(val, "debug"))
/linux-master/lib/
H A Dcmdline.c194 * parse_option_str - Parse a string and check an option is set or not
203 bool parse_option_str(const char *str, const char *option) function
/linux-master/drivers/firmware/efi/
H A Defi.c105 if (parse_option_str(str, "debug"))
108 if (parse_option_str(str, "noruntime"))
111 if (parse_option_str(str, "runtime"))
114 if (parse_option_str(str, "nosoftreserve"))
/linux-master/include/linux/
H A Dstring.h298 extern bool parse_option_str(const char *str, const char *option);
/linux-master/drivers/base/
H A Ddd.c848 async_drv = parse_option_str(async_probe_drv_names, drv_name);
860 async_probe_default = parse_option_str(async_probe_drv_names, "*");
/linux-master/mm/
H A Dmm_init.c271 if (parse_option_str(p, "mirror")) {

Completed in 230 milliseconds