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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c111 char* mv_comma; local
120 mv_comma = strchr(from, ',');
121 if ((mv_comma != NULL) && (mv_comma < mv_end)) {
123 get_options(mv_comma+1, ARRAY_SIZE(ints), ints);
125 mv_len = mv_comma - from;

Completed in 91 milliseconds