Home
last modified time | relevance | path

Searched refs:getDebugChar (Results 1 – 2 of 2) sorted by relevance

/common/
A Dkgdb.c236 while ((ch = (getDebugChar() & 0x7f)) != '$') { in getpacket()
251 ch = getDebugChar() & 0x7f; in getpacket()
265 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket()
266 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
308 recv = getDebugChar(); in putpacket()
A Dkgdb_stubs.c38 int getDebugChar(void) in getDebugChar() function

Completed in 5 milliseconds