Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c63 #define RW_CONSOLE_WRITE 0xBBBB macro
66 #define CONSOLE_WRITE(buf, len) sgcn_rw(RW_CONSOLE_WRITE, buf, len)
903 (when == RW_CONSOLE_WRITE) ? "console output, dropped" : in sgcn_log_error()
933 } else if (rw == RW_CONSOLE_WRITE) { in sgcn_read_header()
976 else if (rw == RW_CONSOLE_WRITE) in sgcn_rw()
989 else if (rw == RW_CONSOLE_WRITE) in sgcn_rw()
1015 } else if (rw == RW_CONSOLE_WRITE) { in sgcn_rw()
1088 sgcn_log_error(RW_CONSOLE_WRITE, rv); in circular_buffer_write()