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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dscanlog.c126 char stkbuf[20]; local
130 if (copy_from_user (stkbuf, buf, count)) {
133 stkbuf[count] = 0;
136 if (strncmp(stkbuf, "reset", 5) == 0) {
140 } else if (strncmp(stkbuf, "debugon", 7) == 0) {
143 } else if (strncmp(stkbuf, "debugoff", 8) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_flash.c428 char stkbuf[10]; local
438 if (copy_from_user (stkbuf, buf, count)) {
441 if (strncmp(stkbuf, reject_str, strlen(reject_str)) == 0)
443 else if (strncmp(stkbuf, commit_str, strlen(commit_str)) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmf.c1004 char stkbuf[10]; local
1014 if (count > (sizeof(stkbuf) - 1))
1015 count = sizeof(stkbuf) - 1;
1016 if (copy_from_user(stkbuf, buffer, count))
1019 if ((count == 1) && (*stkbuf == '\0'))
1022 mf_display_src(*(u32 *)stkbuf);

Completed in 57 milliseconds