Home
last modified time | relevance | path

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

/freebsd/sys/gdb/
H A Dgdb_packet.c61 #define gdb_txbuf gdb_tx_u.txu_midbuf.mb_buf macro
246 gdb_txp = gdb_txbuf; in gdb_tx_begin()
261 msglen = gdb_txp - gdb_txbuf; in gdb_tx_sendpacket()
268 csum += (unsigned char)gdb_txbuf[i]; in gdb_tx_sendpacket()
290 p = gdb_txbuf; in gdb_tx_end()
392 return (((char *)gdb_txbuf + sizeof(gdb_txbuf) - gdb_txp) >= req); in gdb_txbuf_has_capacity()