Home
last modified time | relevance | path

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

/freebsd/sys/gdb/
H A Dgdb_packet.c59 char txu_fullbuf[GDB_BUFSZ + sizeof("$#..")]; member
62 #define gdb_tx_fullbuf gdb_tx_u.txu_fullbuf
63 _Static_assert(sizeof(gdb_tx_u.txu_midbuf) == sizeof(gdb_tx_u.txu_fullbuf) &&