ppbuf              21 arch/m68k/sun3/prom/printf.c static char ppbuf[1024];
ppbuf              33 arch/m68k/sun3/prom/printf.c 	ppbuf[0] = 'O';
ppbuf              34 arch/m68k/sun3/prom/printf.c 	i = vsprintf(ppbuf + 1, fmt, args) + 1;
ppbuf              36 arch/m68k/sun3/prom/printf.c 	i = vsprintf(ppbuf, fmt, args);
ppbuf              39 arch/m68k/sun3/prom/printf.c 	bptr = ppbuf;
ppbuf              26 arch/sparc/prom/printf.c static char ppbuf[1024];
ppbuf              66 arch/sparc/prom/printf.c 	i = vscnprintf(ppbuf, sizeof(ppbuf), fmt, args);
ppbuf              69 arch/sparc/prom/printf.c 	prom_write(ppbuf, i);