Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h50 #define MBOXSC_MSG_REPLY 0x02 macro
/titanic_44/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c740 rval = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY, in sckm_mbox_task()
792 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY, in sckm_process_msg()
819 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY, in sckm_process_msg()
899 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY, in sckm_process_msg()
H A Dscosmb.c1093 msgdatap->type = (transid == 0) ? MBOXSC_MSG_EVENT : MBOXSC_MSG_REPLY; in scosmb_update_nodename()
1109 MBOXSC_MSG_EVENT : MBOXSC_MSG_REPLY; in scosmb_update_nodename()
H A Dmboxsc.c150 #define IS_UNSOLICITED_TYPE(type) ((type) != MBOXSC_MSG_REPLY)
560 ((type & mailboxp->mbox_header.msg_type) != MBOXSC_MSG_REPLY) && in mboxsc_putmsg()
H A Dschpc.c2804 case MBOXSC_MSG_REPLY: in schpc_msg_thread()
3035 entry->type = MBOXSC_MSG_REPLY; in schpc_replylist_link()
3125 type = MBOXSC_MSG_REPLY; in schpc_getslotstatus()
3225 type = MBOXSC_MSG_REPLY; in schpc_setslotstatus()
H A Ddrmach.c1842 uint32_t type = MBOXSC_MSG_REPLY; in drmach_mbox_getmsg()