Searched refs:MBOXSC_MSG_REPLY (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h50 #define MBOXSC_MSG_REPLY 0x02 macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c740 rval = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
792 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
819 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
899 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
H A Dscosmb.c1093 msgdatap->type = (transid == 0) ? MBOXSC_MSG_EVENT : MBOXSC_MSG_REPLY;
1109 MBOXSC_MSG_EVENT : MBOXSC_MSG_REPLY;
H A Dmboxsc.c150 #define IS_UNSOLICITED_TYPE(type) ((type) != MBOXSC_MSG_REPLY)
560 ((type & mailboxp->mbox_header.msg_type) != MBOXSC_MSG_REPLY) &&
H A Dschpc.c321 * handle all incoming MBOXSC_MSG_EVENT and MBOXSC_MSG_REPLY
2804 case MBOXSC_MSG_REPLY:
3035 entry->type = MBOXSC_MSG_REPLY;
3125 type = MBOXSC_MSG_REPLY;
3225 type = MBOXSC_MSG_REPLY;
H A Ddrmach.c1842 uint32_t type = MBOXSC_MSG_REPLY;

Completed in 93 milliseconds