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

/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox.h143 } sbbc_ecc_mbox_t; typedef in typeref:struct:sbbc_ecc_mbox
/opensolaris-onvv-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;
1069 sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *))
1078 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
1132 msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
1154 kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t));
/opensolaris-onvv-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;
1056 sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *))
1065 sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
1119 msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
1141 kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t));
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2635 sbbc_mbox_ecc_output(sbbc_ecc_mbox_t *msgp)
2760 kmem_free(msgp, sizeof (sbbc_ecc_mbox_t));
2769 sbbc_mbox_queue_ecc_event(sbbc_ecc_mbox_t *sbbc_ecc_msgp)
2803 sizeof (sbbc_ecc_mbox_t));
2832 kmem_free((void *)sbbc_ecc_msgp, sizeof (sbbc_ecc_mbox_t));

Completed in 109 milliseconds