Searched refs:psm_notify_error (Results 1 – 2 of 2) sorted by relevance
145 void (*psm_notify_error)(int, char *) = (void (*)(int, char *))NULL; variable1008 if (pops->psm_notify_error) { in mach_init()1009 psm_notify_error = mach_notify_error; in mach_init()1010 notify_error = pops->psm_notify_error; in mach_init()
168 void (*psm_notify_error)(int level, char *errmsg); member