Lines Matching refs:bytes_read
444 char *buffer, s32 bytes_read) in octeon_console_handle_result() argument
459 s32 bytes_read) in output_console_line() argument
465 for (i = 0; i < bytes_read; i++) { in output_console_line()
483 if (line != &console_buffer[bytes_read]) { in output_console_line()
484 console_buffer[bytes_read] = '\0'; in output_console_line()
491 s32 bytes_read, tries, total_read; in check_console() local
506 bytes_read = in check_console()
509 if (bytes_read > 0) { in check_console()
510 total_read += bytes_read; in check_console()
514 bytes_read); in check_console()
518 console_buffer, bytes_read); in check_console()
520 } else if (bytes_read < 0) { in check_console()
522 console_num, bytes_read); in check_console()
526 } while ((bytes_read > 0) && (tries < 16)); in check_console()