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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dnonstdio.h13 extern int xmon_write(const void *ptr, int nb);
H A Dstart.c17 int xmon_write(const void *ptr, int nb) function
H A Dnonstdio.c19 return xmon_write(&ch, 1) == 1? c: -1;
133 xmon_write(xmon_outbuf, n);
138 xmon_write(str, strlen(str));

Completed in 61 milliseconds