Searched defs:notify_error (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c162 void (*notify_error)(int, char *) = (void (*)(int, char *))return_instr; variable
1010 notify_error = pops->psm_notify_error;
1703 (*notify_error)(CE_PANIC, errmsg);
1705 (*notify_error)(CE_WARN, errmsg);
1707 (*notify_error)(CE_NOTE, errmsg);
1709 (*notify_error)(CE_CONT, errmsg);

Completed in 62 milliseconds