/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 }; 100 sl = (sl & ~(SL_USER | SL_NOTE)) | SL_LOGONLY; in cprintf() 184 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in vzprintf() 201 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in printf() 213 cprintf(fmt, adx, SL_CONSOLE | SL_NOTE, "", "", caller(), 0, 0, 0, in zprintf() 225 cprintf(fmt, adx, SL_CONSOLE | SL_LOGONLY | SL_USER | SL_NOTE, in vuprintf() 230 cprintf(fmt, adxcp, SL_CONSOLE | SL_LOGONLY | SL_NOTE, in vuprintf()
|
H A D | logsubr.c | 482 else if (lc->flags & SL_NOTE) in log_console()
|
H A D | zone.c | 4932 (void) strlog(0, 0, 1, SL_CONSOLE | SL_NOTE, in zone_log_refcounts() 4971 (void) strlog(0, 0, 1, SL_CONSOLE | SL_NOTE, in zone_log_refcounts()
|
/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 };
|
/titanic_41/usr/src/cmd/smbsrv/fksmbd/ |
H A D | fksmbd_log.c | 74 if (smbd.s_debug == 0 && (flags & SL_NOTE)) in fakekernel_putlog()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strlog.h | 75 #define SL_NOTE 0x40 /* notice message */ macro
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 218 logflags = SL_TRACE | SL_NOTE; in tcp_ioctl_abort_dump() 404 logflags = SL_TRACE | SL_NOTE; in tcp_ioctl_abort()
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | lw8.c | 1388 level = SL_NOTE; in lw8_logger() 1391 level = SL_NOTE; in lw8_logger() 1397 level = SL_NOTE; in lw8_logger()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | cryptmod.c | 271 (void) (STRLOG(CRYPTMOD_ID, 0, 5, SL_TRACE|SL_NOTE, in cryptmodopen() 3219 (void) (STRLOG(CRYPTMOD_ID, 0, 5, SL_TRACE|SL_NOTE, in start_stream() 3235 SL_TRACE|SL_NOTE, in start_stream() 3286 SL_TRACE | SL_NOTE, in cryptmodwput() 3321 SL_TRACE|SL_NOTE, in cryptmodwput() 3328 SL_TRACE|SL_NOTE, in cryptmodwput() 3363 SL_TRACE|SL_NOTE, in cryptmodwput() 3371 SL_TRACE|SL_NOTE, in cryptmodwput()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | rctlsys.c | 103 rde->rcd_strlog_flags |= SL_NOTE; in rctlsys_rblk_xfrm()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | mp_machdep.c | 1706 else if (level & SL_NOTE) in mach_notify_error()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 167 sm_instance, 1, SL_NOTE, b); in sm_log() 172 1, SL_NOTE, buf); in sm_log()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | rmclomv.c | 1109 int flags = SL_NOTE | SL_CONSOLE; in rmclomv_event_data_handler() 1131 flags = SL_NOTE | SL_CONSOLE; in rmclomv_event_data_handler()
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1203 SL_CONSOLE | SL_NOTE | SL_LOGONLY, in acpica_pr_buf()
|