Lines Matching refs:print_bytes
241 ssize_t print_bytes; /* Print bytes read */ member
564 g.print_bytes = 0; in print_device()
582 if (!g.print_bytes) in print_device()
592 if (g.print_bytes) in print_device()
651 if (g.drain_output && !nfds && !g.print_bytes) in print_device()
669 g.print_bytes = read(print_fd, print_buffer, g.debug_bytes); in print_device()
672 g.print_bytes = read(print_fd, print_buffer, sizeof(print_buffer)); in print_device()
675 if (g.print_bytes < 0) in print_device()
690 g.print_bytes = 0; in print_device()
692 else if (g.print_bytes == 0) in print_device()
704 (int)g.print_bytes); in print_device()
707 if (g.print_bytes) in print_device()
709 bytes = (UInt32)g.print_bytes; in print_device()
731 bytes = (UInt32)g.print_bytes; in print_device()
751 bytes = (UInt32)g.print_bytes; in print_device()
777 g.print_bytes -= bytes; in print_device()
2406 g.print_bytes = 0; in soft_reset()