Home
last modified time | relevance | path

Searched refs:n_bytes (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp108 status_t n_bytes = ::read_port(port, &what, &msg, sizeof(log_message)); in LogWriterLoggingThread() local
109 if (n_bytes > 0) in LogWriterLoggingThread()
116 fprintf(stderr, "LogWriter failed (%s) in ::read_port()!\n", strerror(n_bytes)); in LogWriterLoggingThread()