Searched refs:bytes_read (Results 1 – 1 of 1) sorted by relevance
68 ssize_t bytes_read = in ndebugtest_entry() local70 if (bytes_read == ERR_CHANNEL_CLOSED) { in ndebugtest_entry()73 } else if (bytes_read < 0) { in ndebugtest_entry()74 printf("Error while reading. Retcode = %ld\n", bytes_read); in ndebugtest_entry()80 buf[bytes_read] = '\0'; in ndebugtest_entry()85 ndebug_write_usr(buf, bytes_read, INFINITE_TIME); in ndebugtest_entry()
Completed in 14 milliseconds