Searched refs:gdbstub_rx_char (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/frv/include/asm/
H A Dgdb-stub.h86 extern int gdbstub_rx_char(unsigned char *_ch, int nonblock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c278 gdbstub_rx_char(&ch, 0);
288 ret = gdbstub_rx_char(&ch, 0);
312 ret = gdbstub_rx_char(&ch, 0);
317 ret = gdbstub_rx_char(&ch, 0);
387 } while (gdbstub_rx_char(&ch,0),
2024 do { gdbstub_rx_char(&ch, 0); } while (ch != '$');
2025 do { gdbstub_rx_char(&ch, 0); } while (ch != '#');
2026 do { ret = gdbstub_rx_char(&ch, 0); } while (ret != 0); /* eat first csum byte */
2027 do { ret = gdbstub_rx_char(&ch, 0); } while (ret != 0); /* eat second csum byte */

Completed in 55 milliseconds