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

/linux-4.1.27/arch/powerpc/xmon/
H A Dnonstdio.c15 static int xmon_write(const void *ptr, int nb) xmon_write() function
33 return xmon_write(&ch, 1) == 1? c: -1; xmon_putchar()
121 rc = xmon_write(xmon_outbuf, n); xmon_printf()
131 xmon_write(str, strlen(str)); xmon_puts()

Completed in 26 milliseconds