Searched defs: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" :
933 } else if (rw == RW_CONSOLE_WRITE) {
976 else if (rw == RW_CONSOLE_WRITE)
989 else if (rw == RW_CONSOLE_WRITE)
1015 } else if (rw == RW_CONSOLE_WRITE) {
1088 sgcn_log_error(RW_CONSOLE_WRITE, rv);

Completed in 46 milliseconds