Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1049 static void (*sg_ecc_taskq_func)(sbbc_ecc_mbox_t *) = NULL;
1050 static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL;
1063 sbbc_ecc_mbox_t *msgp; in plat_send_ecc_mailbox_msg()
1069 sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *)) in plat_send_ecc_mailbox_msg()
1078 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *)) in plat_send_ecc_mailbox_msg()
1132 msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t), in plat_send_ecc_mailbox_msg()
1154 kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t)); in plat_send_ecc_mailbox_msg()
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c145 static void (*sg_ecc_taskq_func)(sbbc_ecc_mbox_t *) = NULL;
146 static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL;
1050 sbbc_ecc_mbox_t *msgp; in plat_send_ecc_mailbox_msg()
1056 sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *)) in plat_send_ecc_mailbox_msg()
1065 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *)) in plat_send_ecc_mailbox_msg()
1119 msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t), in plat_send_ecc_mailbox_msg()
1141 kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t)); in plat_send_ecc_mailbox_msg()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox.h143 } sbbc_ecc_mbox_t; typedef
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2635 sbbc_mbox_ecc_output(sbbc_ecc_mbox_t *msgp) in sbbc_mbox_ecc_output()
2760 kmem_free(msgp, sizeof (sbbc_ecc_mbox_t)); in sbbc_mbox_ecc_output()
2769 sbbc_mbox_queue_ecc_event(sbbc_ecc_mbox_t *sbbc_ecc_msgp) in sbbc_mbox_queue_ecc_event()
2803 sizeof (sbbc_ecc_mbox_t)); in sbbc_mbox_queue_ecc_event()
2832 kmem_free((void *)sbbc_ecc_msgp, sizeof (sbbc_ecc_mbox_t)); in sbbc_mbox_queue_ecc_event()