Searched refs:MBOXSC_MSGHDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc_impl.h63 #define MBOXSC_MSGHDR_SIZE (sizeof (mboxsc_msghdr_t)) macro
65 #define MBOXSC_PROTOCOL_SIZE (MBOXSC_MSGHDR_SIZE + MBOXSC_CHKSUM_SIZE)
67 #define MBOXSC_DATA_OFFSET MBOXSC_MSGHDR_SIZE
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c536 header.msg_length = MBOXSC_MSGHDR_SIZE + length;
626 bcopy(&header, &(mailboxp->mbox_header), MBOXSC_MSGHDR_SIZE);
638 MBOXSC_MSGHDR_SIZE);
648 MBOXSC_MSGHDR_SIZE, (caddr_t)&header);
966 datalen = mailboxp->mbox_header.msg_length - MBOXSC_MSGHDR_SIZE;
990 bcopy(&(mailboxp->mbox_header), &header, MBOXSC_MSGHDR_SIZE);
1026 MBOXSC_MSGHDR_SIZE);
1177 if (bcmp(&(mailboxp->mbox_header), &header, MBOXSC_MSGHDR_SIZE) == 0) {
1360 error = iosram_rd(key, MBOXSC_MSGHDR_OFFSET, MBOXSC_MSGHDR_SIZE,

Completed in 155 milliseconds