Lines Matching refs:print_bytes
74 ssize_t print_bytes; /* Print bytes read */ member
337 g.print_bytes = 0; in print_device()
355 if (!g.print_bytes) in print_device()
365 if (g.print_bytes) in print_device()
424 if (g.drain_output && !nfds && !g.print_bytes) in print_device()
437 g.print_bytes = read(print_fd, print_buffer, sizeof(print_buffer)); in print_device()
439 if (g.print_bytes < 0) in print_device()
454 g.print_bytes = 0; in print_device()
456 else if (g.print_bytes == 0) in print_device()
468 (int)g.print_bytes); in print_device()
471 if (g.print_bytes) in print_device()
475 print_buffer, g.print_bytes, in print_device()
498 print_buffer, g.print_bytes, in print_device()
513 print_buffer, g.print_bytes, in print_device()
536 g.print_bytes -= bytes; in print_device()
1943 g.print_bytes = 0; in soft_reset()