Home
last modified time | relevance | path

Searched refs:putpacket (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dsparc-stub.c355 putpacket (unsigned char *buffer) in putpacket() function
634 putpacket(remcomOutBuffer); in handle_exception()
759 putpacket(remcomOutBuffer); in handle_exception()
H A Di386-stub.c529 putpacket (unsigned char *buffer) in putpacket() function
785 putpacket (remcomOutBuffer); in handle_exception()
912 putpacket (remcomOutBuffer); in handle_exception()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c91 .putpacket = NULL,
H A Dcvmx-debug-uart.c264 .putpacket = cvmx_debug_uart_putpacket,
H A Dcvmx-debug.h445 int (*putpacket)(char *); member
H A Dcvmx-debug.c427 if (cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket == NULL) in cvmx_debug_putpacket_noformat()
430 return cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket(packet); in cvmx_debug_putpacket_noformat()