Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c166 void (*notify_error)(int, char *) = (void (*)(int, char *))return_instr; variable
1018 notify_error = pops->psm_notify_error; in mach_init()
1677 (*notify_error)(CE_PANIC, errmsg); in mach_notify_error()
1679 (*notify_error)(CE_WARN, errmsg); in mach_notify_error()
1681 (*notify_error)(CE_NOTE, errmsg); in mach_notify_error()
1683 (*notify_error)(CE_CONT, errmsg); in mach_notify_error()