Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Dgdbstub.c36 SIZEOF_PAYLOAD = 256, /* buffer size of GDB payload data */ enumerator
52 char buf [ SIZEOF_PAYLOAD + 4 ]; /* $...PAYLOAD...#XX */
219 args [ 1 ] = ( args [ 1 ] < SIZEOF_PAYLOAD / 2 ) ? args [ 1 ] : SIZEOF_PAYLOAD / 2; in gdbstub_read_mem()
316 if ( stub->len < SIZEOF_PAYLOAD ) { in gdbstub_state_data()
363 char packet [ SIZEOF_PAYLOAD + 4 ]; in gdbstub_handler()
/external/syslinux/com32/gdbstub/
Dgdbstub.c34 SIZEOF_PAYLOAD = 256, /* buffer size of GDB payload data */ enumerator
83 char buf[SIZEOF_PAYLOAD + 4]; /* $...PAYLOAD...#XX */
405 args[1] = (args[1] < SIZEOF_PAYLOAD / 2) ? args[1] : SIZEOF_PAYLOAD / 2; in gdbstub_read_mem()
511 if (stub->len < SIZEOF_PAYLOAD) { in gdbstub_state_data()