Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dstdio.c334 static char sprint_buf[1024]; variable
343 n = vsprintf(sprint_buf, fmt, args); in printf()
346 console_ops.write(sprint_buf, n); in printf()