Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Deeh.c383 char *strs[8], *s; in eeh_check_opts_config() local
391 strs[nstrs++] = s; in eeh_check_opts_config()
393 strs[nstrs++] = devname; in eeh_check_opts_config()
395 strs[nstrs++] = classname; in eeh_check_opts_config()
396 strs[nstrs++] = ""; /* yes, this matches the empty string */ in eeh_check_opts_config()
403 if (strcasecmp(strs[i], s+1) == 0) { in eeh_check_opts_config()
404 ret = (strs[i][0] == '+') ? 1 : 0; in eeh_check_opts_config()