Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/io/
H A Drmcadm.c547 rmcadm_send_srecord_bp32_t ssbp32; in rmcadm_ioctl() local
549 if (ddi_copyin((caddr_t)arg, (caddr_t)&ssbp32, in rmcadm_ioctl()
550 sizeof (ssbp32), mode)) { in rmcadm_ioctl()
553 ssbp.data_len = ssbp32.data_len; in rmcadm_ioctl()
554 ssbp.data_buf = (caddr_t)(uintptr_t)ssbp32.data_buf; in rmcadm_ioctl()
555 ssbp.resp_bp.msg_type = ssbp32.resp_bp.msg_type; in rmcadm_ioctl()
556 ssbp.resp_bp.msg_len = ssbp32.resp_bp.msg_len; in rmcadm_ioctl()
557 ssbp.resp_bp.msg_bytes = ssbp32.resp_bp.msg_bytes; in rmcadm_ioctl()
559 (caddr_t)(uintptr_t)ssbp32.resp_bp.msg_buf; in rmcadm_ioctl()
560 ssbp.wait_time = ssbp32.wait_time; in rmcadm_ioctl()
[all …]