Home
last modified time | relevance | path

Searched refs:CE_IGNORE (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/lib/libfakekernel/common/
H A Dprintf.c45 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 Dprintf.c68 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 Doce_utils.h47 #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 Digb_log.c63 celevel = CE_IGNORE; in igb_log()
/titanic_44/usr/src/uts/common/sys/
H A Dcmn_err.h52 #define CE_IGNORE 4 /* print nothing */ macro
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c168 uint_t pci_ctx_flush_warn = CE_IGNORE;
/titanic_44/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c412 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 Ddr.c1084 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 Ddr_cpu.c569 dr_dev_err(CE_IGNORE, cp, dr_errno2ecode(rv)); in dr_detach_cpu()
/titanic_44/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c413 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 Ddr.c1086 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 Ddr_mem.c278 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 Ddr_cpu.c631 dr_dev_err(CE_IGNORE, cp, dr_errno2ecode(rv)); in dr_detach_cpu()
/titanic_44/usr/src/lib/libzpool/common/
H A Dkernel.c688 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 Doce_main.c645 if (severity > CE_IGNORE) { in oce_get_params()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h98 #define CE_IGNORE 4 /* print nothing */ macro
/titanic_44/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c586 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 Dscsi_hba.c398 #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 Dcmlb.c507 case CE_IGNORE: in cmlb_v_log()