Lines Matching defs:ce
250 vzdcmn_err(zoneid_t zoneid, void *site, int ce, const char *fmt, va_list adx,
253 if (ce == CE_PANIC)
255 if ((uint_t)ce < CE_IGNORE) {
256 cprintf(fmt, adx, ce_to_sl[ce] | SL_CONSOLE,
257 ce_prefix[ce], ce_suffix[ce], site, 0, 0, 0,
263 vzcmn_err(zoneid_t zoneid, int ce, const char *fmt, va_list adx)
265 vzdcmn_err(zoneid, caller(), ce, fmt, adx, NULL);
269 vcmn_err(int ce, const char *fmt, va_list adx)
271 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, NULL);
276 cmn_err(int ce, const char *fmt, ...)
281 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, NULL);
287 zcmn_err(zoneid_t zoneid, int ce, const char *fmt, ...)
292 vzdcmn_err(zoneid, caller(), ce, fmt, adx, NULL);
298 dev_err(dev_info_t *dip, int ce, char *fmt, ...)
303 vzdcmn_err(GLOBAL_ZONEID, caller(), ce, fmt, adx, dip);