Searched refs:mboxsc_getmsg (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h44 * Mailbox message types, for use in mboxsc_putmsg() and mboxsc_getmsg() calls.
83 * NOTE: The timeout arguments to mboxsc_putmsg() and mboxsc_getmsg() are
91 extern int mboxsc_getmsg(uint32_t key, uint32_t *type, uint32_t *cmd,
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c426 while (mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid,
459 status = mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid,
462 cmn_err(CE_WARN, "man_dossc_switch: mboxsc_getmsg failed,"
H A Dsckmdrv.c702 "calling mboxsc_getmsg()\n");
703 rval = mboxsc_getmsg(KEY_SCKD, &type, &cmd, &transid,
708 "mboxsc_getmsg() failed (%d)\n", rval);
H A Dscosmb.c684 error = mboxsc_getmsg(SCDM_KEY, &msg.type, &msg.cmd, &msg.transid,
H A Dmboxsc.c139 * Timeout periods for mboxsc_putmsg and mboxsc_getmsg, converted to ticks
785 * mboxsc_getmsg
795 mboxsc_getmsg(uint32_t key, uint32_t *typep, uint32_t *cmdp, uint64_t *transidp, function
811 DPRINTF0(DBG_CALLS, DBGACT_DEFAULT, "mboxsc_getmsg called\n");
844 "mboxsc_getmsg ret: 0x%08x\n", EINVAL);
849 * Don't allow mboxsc_getmsg to attempt to receive a message for
870 "mboxsc_getmsg ret: 0x%08x\n", error);
917 "mboxsc_getmsg ret: 0x%08x\n", error);
981 "mboxsc_getmsg ret: 0x%08x\n", error);
1017 "mboxsc_getmsg re
[all...]
H A Ddrmach.c1378 * an mboxsc_getmsg call in the thread that loops waiting for incoming messages.
1383 * Timeout values (in milliseconds) for mboxsc_putmsg and mboxsc_getmsg calls.
1689 err = mboxsc_getmsg(KEY_SCDR, &type, &command, &transid,
1715 "Unsolicited mboxsc_getmsg failed: err=0x%x code=0x%x",
1854 err = mboxsc_getmsg(KEY_SCDR, &type, &command, &transid,
1859 * If mboxsc_getmsg returns ETIMEDOUT or EAGAIN, then
1872 "mboxsc_getmsg failed, err=0x%x", err);
H A Dschpc.c127 * replies to mboxsc_getmsg() are handled asynchronously by the
2761 err = mboxsc_getmsg(KEY_SCPC, &type, &cmd,
2776 * because we're wildcarding mboxsc_getmsg
2781 "schpc - mboxsc_getmsg failed, err=0x%x", err);
2810 "schpc - mboxsc_getmsg unknown msg"
2845 * emulate mboxsc_getmsg by copying the reply

Completed in 97 milliseconds