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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dnonstdio.h12 extern int xmon_write(void *ptr, int nb);
H A Dstart.c17 int xmon_write(void *ptr, int nb) function
H A Dnonstdio.c19 return xmon_write(&ch, 1) == 1? c: -1;
133 xmon_write(xmon_outbuf, n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dsubr_prf.c19 extern int xmon_write(void *, void *, int);
28 xmon_write(f, xmon_buf, n);
54 xmon_write(stdout, s, strlen(s));
H A Dstart.c91 xmon_write(void *handle, void *ptr, int nb) function
169 xmon_write(NULL, "ATE1V1\r", 7);
171 xmon_write(NULL, "ATA\r", 4);
175 xmon_write(NULL, "+++", 3);
199 return xmon_write(f, &ch, 1) == 1? c: -1;
213 return xmon_write(f, str, n) == n? 0: -1;
H A Dstart_8xx.c57 xmon_write(void *handle, void *ptr, int nb) function
114 return xmon_write(f, &ch, 1) == 1? c: -1;
128 return xmon_write(f, str, n) == n? 0: -1;

Completed in 52 milliseconds