Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dkgdb.c237 void putDebugChar (int val);
531 putDebugChar ('-'); in getpacket()
535 putDebugChar ('+'); in getpacket()
538 putDebugChar (buffer[0]); in getpacket()
539 putDebugChar (buffer[1]); in getpacket()
561 putDebugChar ('$'); in putpacket()
565 putDebugChar (*src); in putpacket()
573 putDebugChar ('*'); in putpacket()
576 putDebugChar (encode); in putpacket()
584 putDebugChar('#'); in putpacket()
[all …]
Ddebugport.c351 putDebugChar(int val) in putDebugChar() function
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dkgdb.c385 void putDebugChar(int val);
770 putDebugChar('-'); in getpacket()
773 putDebugChar('+'); in getpacket()
776 putDebugChar(buffer[0]); in getpacket()
777 putDebugChar(buffer[1]); in getpacket()
799 putDebugChar('$'); in putpacket()
803 putDebugChar(*src); in putpacket()
811 putDebugChar ('*'); in putpacket()
814 putDebugChar(encode); in putpacket()
821 putDebugChar('#'); in putpacket()
[all …]
Ddebugport.c177 void putDebugChar(int val) in putDebugChar() function