Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1163 msgp->ecc_resp.msg_type.type = INFO_MBOX; in plat_send_ecc_mailbox_msg()
1164 msgp->ecc_resp.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg()
1165 msgp->ecc_resp.msg_status = 0; in plat_send_ecc_mailbox_msg()
1166 msgp->ecc_resp.msg_len = 0; in plat_send_ecc_mailbox_msg()
1167 msgp->ecc_resp.msg_bytes = 0; in plat_send_ecc_mailbox_msg()
1168 msgp->ecc_resp.msg_buf = NULL; in plat_send_ecc_mailbox_msg()
1169 msgp->ecc_resp.msg_data[0] = 0; in plat_send_ecc_mailbox_msg()
1170 msgp->ecc_resp.msg_data[1] = 0; in plat_send_ecc_mailbox_msg()
1189 msgp->ecc_resp.msg_len = (int)msg_size; in plat_send_ecc_mailbox_msg()
1190 msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(msg_size, in plat_send_ecc_mailbox_msg()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1149 msgp->ecc_resp.msg_type.type = INFO_MBOX; in plat_send_ecc_mailbox_msg()
1150 msgp->ecc_resp.msg_type.sub_type = msg_subtype; in plat_send_ecc_mailbox_msg()
1151 msgp->ecc_resp.msg_status = 0; in plat_send_ecc_mailbox_msg()
1152 msgp->ecc_resp.msg_len = 0; in plat_send_ecc_mailbox_msg()
1153 msgp->ecc_resp.msg_bytes = 0; in plat_send_ecc_mailbox_msg()
1154 msgp->ecc_resp.msg_buf = NULL; in plat_send_ecc_mailbox_msg()
1155 msgp->ecc_resp.msg_data[0] = 0; in plat_send_ecc_mailbox_msg()
1156 msgp->ecc_resp.msg_data[1] = 0; in plat_send_ecc_mailbox_msg()
1175 msgp->ecc_resp.msg_len = (int)msg_size; in plat_send_ecc_mailbox_msg()
1176 msgp->ecc_resp.msg_buf = (caddr_t)kmem_zalloc(msg_size, in plat_send_ecc_mailbox_msg()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_mailbox.c2642 rv = sbbc_mbox_request_response(&msgp->ecc_req, &msgp->ecc_resp, in sbbc_mbox_ecc_output()
2656 msgp->ecc_resp.msg_type.type, in sbbc_mbox_ecc_output()
2657 msgp->ecc_resp.msg_type.sub_type, in sbbc_mbox_ecc_output()
2658 rv, msgp->ecc_resp.msg_status); in sbbc_mbox_ecc_output()
2667 } else if (msgp->ecc_resp.msg_status != 0) { in sbbc_mbox_ecc_output()
2668 if (msgp->ecc_resp.msg_type.type == INFO_MBOX) { in sbbc_mbox_ecc_output()
2669 switch (msgp->ecc_resp.msg_type.sub_type) { in sbbc_mbox_ecc_output()
2675 rv = msgp->ecc_resp.msg_status; in sbbc_mbox_ecc_output()
2700 msgp->ecc_resp.msg_status, in sbbc_mbox_ecc_output()
2701 msgp->ecc_resp.msg_type.type, in sbbc_mbox_ecc_output()
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_mailbox.h141 sbbc_msg_t ecc_resp; /* response */ member