Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/xmon/
Dnonstdio.c42 static int xmon_write(const char *ptr, int nb) in xmon_write() function
93 return xmon_write(&ch, 1) == 1? c: -1; in xmon_putchar()
181 rc = xmon_write(xmon_outbuf, n); in xmon_printf()
191 xmon_write(str, strlen(str)); in xmon_puts()