Home
last modified time | relevance | path

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

/titanic_44/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) in plat_send_ecc_mailbox_msg()
1097 ecc_mailbox_msg_func = (int (*)(plat_ecc_message_type_t, in plat_send_ecc_mailbox_msg()
1104 if (ecc_mailbox_msg_func) in plat_send_ecc_mailbox_msg()
1105 return ((*ecc_mailbox_msg_func)(msg_type, datap)); in plat_send_ecc_mailbox_msg()