Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2769 sbbc_mbox_queue_ecc_event(sbbc_ecc_mbox_t *sbbc_ecc_msgp) in sbbc_mbox_queue_ecc_event() argument
2800 kmem_free((void *)sbbc_ecc_msgp->ecc_req.msg_buf, in sbbc_mbox_queue_ecc_event()
2801 (size_t)sbbc_ecc_msgp->ecc_req.msg_len); in sbbc_mbox_queue_ecc_event()
2802 kmem_free((void *)sbbc_ecc_msgp, in sbbc_mbox_queue_ecc_event()
2819 (task_func_t *)sbbc_mbox_ecc_output, sbbc_ecc_msgp, in sbbc_mbox_queue_ecc_event()
2830 kmem_free((void *)sbbc_ecc_msgp->ecc_req.msg_buf, in sbbc_mbox_queue_ecc_event()
2831 (size_t)sbbc_ecc_msgp->ecc_req.msg_len); in sbbc_mbox_queue_ecc_event()
2832 kmem_free((void *)sbbc_ecc_msgp, sizeof (sbbc_ecc_mbox_t)); in sbbc_mbox_queue_ecc_event()