Searched refs:stkbuf (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | scanlog.c | 112 char stkbuf[20]; in scanlog_write() local 116 if (copy_from_user (stkbuf, buf, count)) { in scanlog_write() 119 stkbuf[count] = 0; in scanlog_write() 122 if (strncmp(stkbuf, "reset", 5) == 0) { in scanlog_write()
|
/arch/powerpc/kernel/ |
D | rtas_flash.c | 407 char stkbuf[10]; in manage_flash_write() local 419 if (copy_from_user (stkbuf, buf, count)) in manage_flash_write() 421 if (strncmp(stkbuf, reject_str, strlen(reject_str)) == 0) in manage_flash_write() 423 else if (strncmp(stkbuf, commit_str, strlen(commit_str)) == 0) in manage_flash_write()
|