/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | printf.c | 45 ce_flags[CE_IGNORE] = { SL_NOTE, SL_NOTE, SL_WARN, SL_FATAL }; 47 ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; 49 ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" }; 138 if (ce >= CE_IGNORE) in vcmn_err()
|
/titanic_44/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 }; 69 static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; 70 static char ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" }; 255 if ((uint_t)ce < CE_IGNORE) { in vzdcmn_err()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_utils.h | 47 #define OCE_MAX_LOG_SETTINGS (CE_IGNORE | ((MOD_CONFIG | MOD_TX | \ 53 (dev_p->severity < CE_IGNORE) && \
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_log.c | 63 celevel = CE_IGNORE; in igb_log()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | cmn_err.h | 52 #define CE_IGNORE 4 /* print nothing */ macro
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pci_space.c | 168 uint_t pci_ctx_flush_warn = CE_IGNORE;
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 412 dr_op_err(CE_IGNORE, handle, ESBD_SUSPEND, "%s@%s", in dr_suspend_devices() 494 dr_op_err(CE_IGNORE, handle, in dr_resume_devices()
|
H A D | dr.c | 1084 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, NULL); in dr_pre_op() 1092 dr_op_err(CE_IGNORE, hp, in dr_pre_op() 1387 dr_op_err(CE_IGNORE, hp, ESBD_EMPTY_BD, bp->b_path); in dr_disconnect() 2784 if (ce != CE_IGNORE) in dr_op_err() 2797 if (ce != CE_IGNORE) in dr_dev_err() 3007 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, comp_id->c_name); in dr_pt_try_drmach()
|
H A D | dr_cpu.c | 569 dr_dev_err(CE_IGNORE, cp, dr_errno2ecode(rv)); in dr_detach_cpu()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_quiesce.c | 413 dr_op_err(CE_IGNORE, handle, ESBD_SUSPEND, "%s@%s", in dr_suspend_devices() 495 dr_op_err(CE_IGNORE, handle, in dr_resume_devices()
|
H A D | dr.c | 1086 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, NULL); in dr_pre_op() 1094 dr_op_err(CE_IGNORE, hp, in dr_pre_op() 1397 dr_op_err(CE_IGNORE, hp, ESBD_EMPTY_BD, bp->b_path); in dr_disconnect() 2814 if (ce != CE_IGNORE) in dr_op_err() 2827 if (ce != CE_IGNORE) in dr_dev_err() 3050 dr_op_err(CE_IGNORE, hp, ESBD_INVAL, comp_id->c_name); in dr_pt_try_drmach()
|
H A D | dr_mem.c | 278 dr_dev_err(CE_IGNORE, &mp->sbm_cm, e_code); in dr_release_mem() 563 dr_dev_err(CE_IGNORE, &s_mp->sbm_cm, ESBD_STATE); in dr_detach_mem() 571 dr_dev_err(CE_IGNORE, &t_mp->sbm_cm, ESBD_STATE); in dr_detach_mem()
|
H A D | dr_cpu.c | 631 dr_dev_err(CE_IGNORE, cp, dr_errno2ecode(rv)); in dr_detach_cpu()
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 688 static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; 689 static char ce_suffix[CE_IGNORE][2] = { "", "\n", "\n", "" };
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_main.c | 645 if (severity > CE_IGNORE) { in oce_get_params()
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 98 #define CE_IGNORE 4 /* print nothing */ macro
|
/titanic_44/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 586 dr_dev_err(CE_IGNORE, &s_mp->sbm_cm, ESBD_STATE); in dr_detach_mem() 594 dr_dev_err(CE_IGNORE, &t_mp->sbm_cm, ESBD_STATE); in dr_detach_mem()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 398 #define SCSI_HBA_LOGIGNORE CE_IGNORE 411 #if (CE_CONT | CE_NOTE | CE_WARN | CE_PANIC | CE_IGNORE) > SCSI_HBA_LOG_CE_MASK
|
/titanic_44/usr/src/uts/common/io/ |
H A D | cmlb.c | 507 case CE_IGNORE: in cmlb_v_log()
|