Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c1129 uint32_t msg_cmd, msg_length; in scosmb_log_ecc_error() local
1144 msg_length = sizeof (plat_ecc_error_data_t); in scosmb_log_ecc_error()
1151 msg_length = sizeof (plat_ecc_error2_data_t); in scosmb_log_ecc_error()
1163 msg_length = sizeof (plat_ecc_indictment_data_t); in scosmb_log_ecc_error()
1175 msg_length = sizeof (plat_ecc_indictment2_data_t); in scosmb_log_ecc_error()
1188 msg_length = sizeof (plat_dimm_sid_request_data_t); in scosmb_log_ecc_error()
1221 msg_header_ptr->length = msg_length; in scosmb_log_ecc_error()
1222 msg_header_ptr->data = kmem_zalloc((size_t)msg_length, sleep_flag); in scosmb_log_ecc_error()
1233 bcopy(datap, msg_header_ptr->data, (size_t)msg_length); in scosmb_log_ecc_error()
H A Dmboxsc.c536 header.msg_length = MBOXSC_MSGHDR_SIZE + length; in mboxsc_putmsg()
656 error = mboxsc_timed_write(deadline, key, header.msg_length, in mboxsc_putmsg()
966 datalen = mailboxp->mbox_header.msg_length - MBOXSC_MSGHDR_SIZE; in mboxsc_getmsg()
1000 error = mboxsc_timed_read(deadline, key, header.msg_length, in mboxsc_getmsg()
2454 mailboxp->mbox_header.msg_length); in print_mailbox()
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc_impl.h54 uint32_t msg_length; member
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c202 u32 msg_length; member
561 (le32_to_cpu(rx_ring[entry].msg_length) & 0xfff) - 4; in pcnet32_poll()