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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dscanlog.c121 char stkbuf[20]; local
125 if (copy_from_user (stkbuf, buf, count)) {
128 stkbuf[count] = 0;
131 if (strncmp(stkbuf, "reset", 5) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas_flash.c426 char stkbuf[10]; local
436 if (copy_from_user (stkbuf, buf, count)) {
439 if (strncmp(stkbuf, reject_str, strlen(reject_str)) == 0)
441 else if (strncmp(stkbuf, commit_str, strlen(commit_str)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c1011 char stkbuf[10]; local
1021 if (count > (sizeof(stkbuf) - 1))
1022 count = sizeof(stkbuf) - 1;
1023 if (copy_from_user(stkbuf, buffer, count))
1026 if ((count == 1) && (*stkbuf == '\0'))
1029 mf_display_src(*(u32 *)stkbuf);

Completed in 112 milliseconds