Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfakekernel/common/
H A Dprintf.c45 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 Dstrlog.h69 #define SL_FATAL 0x01 /* indicates fatal error */ macro
/titanic_41/usr/src/cmd/streams/log/
H A Dstrace.c250 ((lp->flags & SL_FATAL) ? "F" : "."), in prlog()
H A Dstrerr.c184 ((lp->flags & SL_FATAL) ? "F" : "."), in prlog()
/titanic_41/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c1373 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 Dprintf.c68 static int ce_to_sl[CE_IGNORE] = { SL_NOTE, SL_NOTE, SL_WARN, SL_FATAL };
H A Dlogsubr.c476 if (lc->flags & SL_FATAL) in log_console()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1702 if (level & SL_FATAL) in mach_notify_error()
/titanic_41/usr/src/uts/sun4u/io/
H A Drmclomv.c1123 flags = SL_FATAL | SL_ERROR | SL_CONSOLE; in rmclomv_event_data_handler()