Searched refs:BUFMAX (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dgdb-stub.c108 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
111 #define BUFMAX 2048 macro
113 static char input_buffer[BUFMAX];
114 static char output_buffer[BUFMAX];
158 while (count < BUFMAX) {
167 if (count >= BUFMAX)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dgdb-stub.c106 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
109 #define BUFMAX 2048 macro
111 static char input_buffer[BUFMAX];
112 static char output_buffer[BUFMAX];
156 while (count < BUFMAX) {
165 if (count >= BUFMAX)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dppc-stub.c49 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
52 #define BUFMAX 2048 macro
53 static char remcomInBuffer[BUFMAX];
54 static char remcomOutBuffer[BUFMAX];
204 while (count < BUFMAX) {
213 if (count >= BUFMAX)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dppc-stub.c46 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
49 #define BUFMAX 2048 macro
50 static char remcomInBuffer[BUFMAX];
51 static char remcomOutBuffer[BUFMAX];
201 while (count < BUFMAX) {
210 if (count >= BUFMAX)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsparc-stub.c121 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
124 #define BUFMAX 2048 macro
246 while (count < BUFMAX) {
255 if (count >= BUFMAX)
309 static char remcomInBuffer[BUFMAX];
310 static char remcomOutBuffer[BUFMAX];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dgdb-stub.c166 * BUFMAX defines the maximum number of characters in inbound/outbound buffers
169 #define BUFMAX 2048 macro
171 static char input_buffer[BUFMAX];
172 static char output_buffer[BUFMAX];
220 while (count < BUFMAX) {
229 if (count >= BUFMAX)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dkgdb.c410 /* BUFMAX defines the maximum number of characters in
412 #define BUFMAX 512 macro
421 static char remcomInBuffer[BUFMAX];
422 static char remcomOutBuffer[BUFMAX];
854 while (count < BUFMAX) {

Completed in 112 milliseconds