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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-frv/
H A Dgdb-stub.h85 extern int gdbstub_rx_char(unsigned char *_ch, int nonblock);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c140 int gdbstub_rx_char(unsigned char *_ch, int nonblock) function
183 } /* end gdbstub_rx_char() */
H A Dgdb-stub.c280 gdbstub_rx_char(&ch, 0);
290 ret = gdbstub_rx_char(&ch, 0);
314 ret = gdbstub_rx_char(&ch, 0);
319 ret = gdbstub_rx_char(&ch, 0);
389 } while (gdbstub_rx_char(&ch,0),
1979 do { gdbstub_rx_char(&ch, 0); } while (ch != '$');
1980 do { gdbstub_rx_char(&ch, 0); } while (ch != '#');
1981 do { ret = gdbstub_rx_char(&ch, 0); } while (ret != 0); /* eat first csum byte */
1982 do { ret = gdbstub_rx_char(&ch, 0); } while (ret != 0); /* eat second csum byte */

Completed in 101 milliseconds