Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/xmon/
Dnonstdio.c19 return xmon_write(&ch, 1) == 1? c: -1; in xmon_putchar()
133 xmon_write(xmon_outbuf, n); in xmon_printf()
138 xmon_write(str, strlen(str)); in xmon_puts()
Dstart.c17 int xmon_write(const void *ptr, int nb) in xmon_write() function
Dnonstdio.h13 extern int xmon_write(const void *ptr, int nb);