Home
last modified time | relevance | path

Searched refs:eeh_opts (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Deeh.c49 static char *eeh_opts; variable
401 for (s = eeh_opts; s && (s < (eeh_opts + eeh_opts_last)); s += strlen(s)+1) { in eeh_check_opts_config()
444 if (!eeh_opts) { in eeh_parm()
445 eeh_opts = alloc_bootmem(EEH_MAX_OPTS); in eeh_parm()
446 eeh_opts[eeh_opts_last++] = '+'; /* default */ in eeh_parm()
447 eeh_opts[eeh_opts_last++] = '\0'; in eeh_parm()
450 eeh_opts[eeh_opts_last++] = state ? '+' : '-'; in eeh_parm()
451 eeh_opts[eeh_opts_last++] = '\0'; in eeh_parm()
469 eeh_opts[eeh_opts_last++] = state ? '+' : '-'; in eeh_parm()
470 strncpy(eeh_opts+eeh_opts_last, cur, curlen); in eeh_parm()
[all …]