Lines Matching defs:PRINTF
51 #define PRINTF(x) printf x;
53 #define DPRINTF(x) printf x;
177 printf("0000: ");
179 printf("%c%c ", XCHR(pkt[i]>>4), XCHR(pkt[i]));
181 printf(" %c", '"');
183 printf("%c", pkt[i-15+j]>=32 && pkt[i-15+j]<127?pkt[i-15+j]:'.');
184 printf("%c\n%c%c%c%c: ", '"', XCHR((i+1)>>12),
188 printf("\n");
217 printf("en: tx not ready\n");
236 printf("en_put: timed out\n");
348 PRINTF(("en_get: ending DMA sequence\n"));
370 printf("Unexpected received packet location\n");
371 printf("DEBUG: rxstat=%x.\n", rxs);
372 printf("DEBUG: gotpkt = 0x%lx, rlen = %d, len = %d\n",(u_long)gotpkt,rlen,len);
373 printf("DEBUG: rxdma->dd_csr = 0x%lx\n",(u_long)rxdma->dd_csr);
374 printf("DEBUG: rxdma->dd_saved_next = 0x%lx\n",(u_long)rxdma->dd_saved_next);
375 printf("DEBUG: rxdma->dd_saved_limit = 0x%lx\n",(u_long)rxdma->dd_saved_limit);
376 printf("DEBUG: rxdma->dd_saved_start = 0x%lx\n",(u_long)rxdma->dd_saved_start);
377 printf("DEBUG: rxdma->dd_saved_stop = 0x%lx\n",(u_long)rxdma->dd_saved_stop);
378 printf("DEBUG: rxdma->dd_next = 0x%lx\n",(u_long)rxdma->dd_next);
379 printf("DEBUG: rxdma->dd_limit = 0x%lx\n",(u_long)rxdma->dd_limit);
380 printf("DEBUG: rxdma->dd_start = 0x%lx\n",(u_long)rxdma->dd_start);
381 printf("DEBUG: rxdma->dd_stop = 0x%lx\n",(u_long)rxdma->dd_stop);
382 printf("DEBUG: rxdma->dd_next_initbuf = 0x%lx\n",(u_long)rxdma->dd_next_initbuf);
400 printf("DEBUG: gotpkt = 0x%lx, pkt = 0x%lx, rlen = %d\n",
488 printf("Using IP address: %s\n", inet_ntoa(myip));
489 printf("root addr=%s path=%s\n", inet_ntoa(rootip), rootpath);