OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIZEOF_PAYLOAD
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
gdbstub.c
36
SIZEOF_PAYLOAD
= 256, /* buffer size of GDB payload data */
52
char buf [
SIZEOF_PAYLOAD
+ 4 ]; /* $...PAYLOAD...#XX */
219
args [ 1 ] = ( args [ 1 ] <
SIZEOF_PAYLOAD
/ 2 ) ? args [ 1 ] :
SIZEOF_PAYLOAD
/ 2;
316
if ( stub->len <
SIZEOF_PAYLOAD
) {
363
char packet [
SIZEOF_PAYLOAD
+ 4 ];
/external/syslinux/com32/gdbstub/
gdbstub.c
34
SIZEOF_PAYLOAD
= 256, /* buffer size of GDB payload data */
83
char buf[
SIZEOF_PAYLOAD
+ 4]; /* $...PAYLOAD...#XX */
405
args[1] = (args[1] <
SIZEOF_PAYLOAD
/ 2) ? args[1] :
SIZEOF_PAYLOAD
/ 2;
511
if (stub->len <
SIZEOF_PAYLOAD
) {
Completed in 50 milliseconds