Home
last modified time | relevance | path

Searched refs:DCMN_ERR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_impl.h238 #define DCMN_ERR cmn_err macro
239 #define DCMN_ERR_EVENT if (sgenv_debug & SGENV_DEBUG_EVENT) DCMN_ERR
240 #define DCMN_ERR_CACHE if (sgenv_debug & SGENV_DEBUG_CACHE) DCMN_ERR
244 DCMN_ERR(CE_CONT, "Mbox msg info: %s", str); \
245 DCMN_ERR(CE_CONT, "\ttype = 0x%x,", x->msg_type.type); \
247 DCMN_ERR(CE_CONT, "\tstatus = 0x%x\n", x->msg_status); \
248 DCMN_ERR(CE_CONT, "\tlen = %d\n", x->msg_len); \
249 DCMN_ERR(CE_CONT, "\tbytes = %d\n", x->msg_bytes); \
250 DCMN_ERR(CE_CONT, "\tdata[0] = %d\n", x->msg_data[0]); \
251 DCMN_ERR(CE_CONT, "\tdata[1] = %d\n", x->msg_data[1]);
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/io/oplpanel/
H A Doplpanel.c52 #define DCMN_ERR(x) if (panel_debug) cmn_err x macro
56 #define DCMN_ERR(x) macro
139 DCMN_ERR((CE_CONT, "%s: _init\n", panel_name)); in _init()
187 DCMN_ERR((CE_CONT, "%s%d: attach\n", panel_name, instance)); in panel_attach()
191 DCMN_ERR((CE_CONT, "%s%d: DDI_ATTACH\n", in panel_attach()
196 DCMN_ERR((CE_CONT, "%s%d: DDI_RESUME\n", in panel_attach()
270 DCMN_ERR((CE_NOTE, "%s%d: attach failed", panel_name, instance)); in panel_attach()
282 DCMN_ERR((CE_CONT, "%s%d: detach\n", panel_name, instance)); in panel_detach()
293 DCMN_ERR((CE_CONT, "%s%d: DDI_DETACH\n", in panel_detach()
311 DCMN_ERR((CE_CONT, "%s%d: DDI_SUSPEND\n", in panel_detach()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c160 #define DCMN_ERR if (ehc_debug & 0x1) cmn_err macro
250 DCMN_ERR(CE_WARN, "ehc_start_pcf8584_5(): read of S1 failed"); in ehc_start_pcf8584()
279 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): read of S1 failed"); in ehc_start_pcf8584()
315 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): read of S1 failed"); in ehc_start_pcf8584()
332 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): No slave ACK"); in ehc_start_pcf8584()
359 DCMN_ERR(CE_WARN, in ehc_start_pcf8584()
409 DCMN_ERR(CE_WARN, "ehc_read_pcf8584(): read of S1 failed"); in ehc_read_pcf8584()
451 DCMN_ERR(CE_WARN, "ehc_write_pcf8584(): read of S1 failed"); in ehc_write_pcf8584()
468 DCMN_ERR(CE_WARN, "ehc_write_pcf8584(): No slave ACK"); in ehc_write_pcf8584()
1024 DCMN_ERR(CE_WARN, "ehc_read_pcf8591(): read of S1 failed"); in ehc_read_pcf8591()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1165 DCMN_ERR(CE_NOTE, "!Cache entry %d has " in sgenv_env_info_kstat_update()
1428 DCMN_ERR(CE_WARN, "%s: buf overflow." in sgenv_board_info_kstat_snapshot()
2185 DCMN_ERR(CE_WARN, "!This system configuration does not " in sgenv_mbox_error_msg()
2189 DCMN_ERR(CE_WARN, "!Mailbox timed out while servicing " in sgenv_mbox_error_msg()
2193 DCMN_ERR(CE_WARN, "!Error occurred reading %s, Errno=%d," in sgenv_mbox_error_msg()
3252 DCMN_ERR(CE_NOTE, "%s: Unknown cache type:0x%x", f, cache_type); in sgenv_indicate_cache_update_needed()