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

/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c1084 static int (*ecc_mailbox_msg_func)(plat_ecc_message_type_t, void *) = NULL; variable
1096 if (ecc_mailbox_msg_func == NULL)
1097 ecc_mailbox_msg_func = (int (*)(plat_ecc_message_type_t,
1104 if (ecc_mailbox_msg_func)
1105 return ((*ecc_mailbox_msg_func)(msg_type, datap));

Completed in 61 milliseconds