Searched refs:DCMN_ERR (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgenv_impl.h | 238 #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 241 #define DCMN_ERR_THREAD if (sgenv_debug & SGENV_DEBUG_THREAD) DCMN_ERR 244 DCMN_ERR(CE_CONT, "Mbox msg info: %s", str); \ 245 DCMN_ERR(CE_CONT, "\ttype = 0x%x,", x->msg_type.type); \ 246 DCMN_ERR(CE_CONT, "\tsub_type = 0x%x\n", x->msg_type.sub_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_CON 268 #define DCMN_ERR macro [all...] |
/illumos-gate/usr/src/uts/sun4u/opl/io/oplpanel/ |
H A D | oplpanel.c | 52 #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)); 187 DCMN_ERR((CE_CONT, "%s%d: attach\n", panel_name, instance)); 191 DCMN_ERR((CE_CONT, "%s%d: DDI_ATTACH\n", 196 DCMN_ERR((CE_CONT, "%s%d: DDI_RESUME\n", 270 DCMN_ERR((CE_NOTE, "%s%d: attach failed", panel_name, instance)); 282 DCMN_ERR((CE_CONT, "%s%d: detach\n", panel_name, instance)); 293 DCMN_ERR((CE_CONT, "%s%d: DDI_DETACH\n", 311 DCMN_ERR((CE_CON [all...] |
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | envctrl_targets.c | 160 #define DCMN_ERR if (ehc_debug & 0x1) cmn_err macro 212 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): busy bit clear failed"); 250 DCMN_ERR(CE_WARN, "ehc_start_pcf8584_5(): read of S1 failed"); 279 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): read of S1 failed"); 315 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): read of S1 failed"); 332 DCMN_ERR(CE_WARN, "ehc_start_pcf8584(): No slave ACK"); 359 DCMN_ERR(CE_WARN, 409 DCMN_ERR(CE_WARN, "ehc_read_pcf8584(): read of S1 failed"); 451 DCMN_ERR(CE_WARN, "ehc_write_pcf8584(): read of S1 failed"); 468 DCMN_ERR(CE_WAR [all...] |
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | sgenv.c | 1165 DCMN_ERR(CE_NOTE, "!Cache entry %d has " 1428 DCMN_ERR(CE_WARN, "%s: buf overflow." 2185 DCMN_ERR(CE_WARN, "!This system configuration does not " 2189 DCMN_ERR(CE_WARN, "!Mailbox timed out while servicing " 2193 DCMN_ERR(CE_WARN, "!Error occurred reading %s, Errno=%d," 3252 DCMN_ERR(CE_NOTE, "%s: Unknown cache type:0x%x", f, cache_type);
|
Completed in 65 milliseconds