Searched refs:SL_FATAL (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | printf.c | 45 ce_flags[CE_IGNORE] = { SL_NOTE, SL_NOTE, SL_WARN, SL_FATAL }; 113 fakekernel_cprintf(fmt, tmpargs, SL_FATAL, "fatal: ", "\n"); in vpanic()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strlog.h | 69 #define SL_FATAL 0x01 /* indicates fatal error */ macro
|
/titanic_41/usr/src/cmd/streams/log/ |
H A D | strace.c | 250 ((lp->flags & SL_FATAL) ? "F" : "."), in prlog()
|
H A D | strerr.c | 184 ((lp->flags & SL_FATAL) ? "F" : "."), in prlog()
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | lw8.c | 1373 level = SL_FATAL; in lw8_logger() 1376 level = SL_FATAL; in lw8_logger() 1379 level = SL_FATAL; in lw8_logger()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | printf.c | 68 static int ce_to_sl[CE_IGNORE] = { SL_NOTE, SL_NOTE, SL_WARN, SL_FATAL };
|
H A D | logsubr.c | 476 if (lc->flags & SL_FATAL) in log_console()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 1702 if (level & SL_FATAL) in mach_notify_error()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 1123 flags = SL_FATAL | SL_ERROR | SL_CONSOLE; in rmclomv_event_data_handler()
|