Lines Matching defs:str
89 static int __init parse_efi_cmdline(char *str)
91 if (!str) {
96 if (parse_option_str(str, "debug"))
99 if (parse_option_str(str, "noruntime"))
102 if (parse_option_str(str, "nosoftreserve"))
120 char *str = buf;
126 str += sprintf(str, "ACPI20=0x%lx\n", efi.acpi20);
128 str += sprintf(str, "ACPI=0x%lx\n", efi.acpi);
135 str += sprintf(str, "SMBIOS3=0x%lx\n", efi.smbios3);
137 str += sprintf(str, "SMBIOS=0x%lx\n", efi.smbios);
140 str = efi_systab_show_arch(str);
142 return str - buf;
203 static int __init efivar_ssdt_setup(char *str)
210 if (strlen(str) < sizeof(efivar_ssdt))
211 memcpy(efivar_ssdt, str, strlen(str));
213 pr_warn("efivar_ssdt: name too long: %s\n", str);