Home
last modified time | relevance | path

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

/linux/arch/powerpc/xmon/
H A Dnonstdio.c38 static int xmon_write(const char *ptr, int nb) in xmon_write() function
89 return xmon_write(&ch, 1) == 1? c: -1; in xmon_putchar()
177 rc = xmon_write(xmon_outbuf, n); in xmon_printf()
187 xmon_write(str, strlen(str)); in xmon_puts()