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

/linux-master/arch/x86/boot/
H A Dedd.c122 char eddarg[8]; local
134 if (cmdline_find_option("edd", eddarg, sizeof(eddarg)) > 0) {
135 if (!strcmp(eddarg, "skipmbr") || !strcmp(eddarg, "skip")) {
139 else if (!strcmp(eddarg, "off"))
141 else if (!strcmp(eddarg, "on"))

Completed in 107 milliseconds