sbbc_ecc_mbox_t
static void (*sg_ecc_taskq_func)(sbbc_ecc_mbox_t *) = NULL;
static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL;
sbbc_ecc_mbox_t *msgp;
sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *))
sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t));
sbbc_mbox_ecc_output(sbbc_ecc_mbox_t *msgp)
kmem_free(msgp, sizeof (sbbc_ecc_mbox_t));
sbbc_mbox_queue_ecc_event(sbbc_ecc_mbox_t *sbbc_ecc_msgp)
sizeof (sbbc_ecc_mbox_t));
kmem_free((void *)sbbc_ecc_msgp, sizeof (sbbc_ecc_mbox_t));
sbbc_ecc_mbox_t *msgp;
sg_ecc_taskq_func = (void (*)(sbbc_ecc_mbox_t *))
sg_ecc_mbox_func = (int (*)(sbbc_ecc_mbox_t *))
msgp = (sbbc_ecc_mbox_t *)kmem_zalloc(sizeof (sbbc_ecc_mbox_t),
kmem_free((void *)msgp, sizeof (sbbc_ecc_mbox_t));
static void (*sg_ecc_taskq_func)(sbbc_ecc_mbox_t *) = NULL;
static int (*sg_ecc_mbox_func)(sbbc_ecc_mbox_t *) = NULL;