Home
last modified time | relevance | path

Searched refs:putDebugChar (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/kernel/
Dkgdb.c237 void putDebugChar (int val);
504 putDebugChar ('-'); in getpacket()
508 putDebugChar ('+'); in getpacket()
511 putDebugChar (buffer[0]); in getpacket()
512 putDebugChar (buffer[1]); in getpacket()
534 putDebugChar ('$'); in putpacket()
538 putDebugChar (*src); in putpacket()
546 putDebugChar ('*'); in putpacket()
549 putDebugChar (encode); in putpacket()
557 putDebugChar('#'); in putpacket()
[all …]
Ddebugport.c351 putDebugChar(int val) in putDebugChar() function
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c385 void putDebugChar(int val);
741 putDebugChar('-'); in getpacket()
744 putDebugChar('+'); in getpacket()
747 putDebugChar(buffer[0]); in getpacket()
748 putDebugChar(buffer[1]); in getpacket()
770 putDebugChar('$'); in putpacket()
774 putDebugChar(*src); in putpacket()
782 putDebugChar ('*'); in putpacket()
785 putDebugChar(encode); in putpacket()
792 putDebugChar('#'); in putpacket()
[all …]
Ddebugport.c175 void putDebugChar(int val) in putDebugChar() function