Searched refs:sg_ecc_mbox_func (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c146 static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL; variable
1064 if (sg_ecc_mbox_func == NULL) {
1065 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
1067 if (sg_ecc_mbox_func == NULL) {
1182 return ((*sg_ecc_mbox_func)(msgp));
1188 return ((*sg_ecc_mbox_func)(msgp));
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1050 static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL; variable
1077 if (sg_ecc_mbox_func == NULL) {
1078 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
1080 if (sg_ecc_mbox_func == NULL) {
1196 return ((*sg_ecc_mbox_func)(msgp));
1203 return ((*sg_ecc_mbox_func)(msgp));

Completed in 63 milliseconds