Searched refs:mboxsc_putmsg (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
89 extern int mboxsc_putmsg(uint32_t key, uint32_t type, uint32_t cmd,
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsckmdrv.c740 rval = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
746 "mboxsc_putmsg() failed (%d)\n", rval);
792 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
796 "mboxsc_putmsg() failed (%d)\n", rv);
819 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
823 "mboxsc_putmsg() failed (%d)\n", rv);
899 if ((rv = mboxsc_putmsg(KEY_KDSC, MBOXSC_MSG_REPLY,
H A Ddman_domain.c445 status = mboxsc_putmsg(IOSRAM_KEY_MDSC, MBOXSC_MSG_REQUEST,
450 cmn_err(CE_WARN, "man_dossc_switch: mboxsc_putmsg failed,"
H A Dscosmb.c985 error = mboxsc_putmsg(DMSC_KEY, msgdatap->type, msgdatap->cmd,
H A Dmboxsc.c139 * Timeout periods for mboxsc_putmsg and mboxsc_getmsg, converted to ticks
476 * mboxsc_putmsg
483 mboxsc_putmsg(uint32_t key, uint32_t type, uint32_t cmd, uint64_t *transidp, function
499 DPRINTF0(DBG_CALLS, DBGACT_DEFAULT, "mboxsc_putmsg called\n");
526 "mboxsc_putmsg ret: 0x%08x\n", EINVAL);
568 "mboxsc_putmsg ret: 0x%08x\n", error);
584 * Don't allow mboxsc_putmsg to attempt to place a message for
617 "mboxsc_putmsg ret: 0x%08x\n", error);
704 "mboxsc_putmsg ret: 0x%08x\n", error);
779 DPRINTF1(DBG_RETS, DBGACT_DEFAULT, "mboxsc_putmsg re
[all...]
H A Dschpc.c2873 * A wrapper around the synchronous call mboxsc_putmsg().
2886 "0x%lx transid mboxsc_putmsg called", *transidp);
2889 rval = mboxsc_putmsg(key, type, cmd, transidp, length,
2893 "0x%lx transid mboxsc_putmsg returned 0x%x", *transidp, rval);
H A Ddrmach.c1383 * Timeout values (in milliseconds) for mboxsc_putmsg and mboxsc_getmsg calls.
1985 err = mboxsc_putmsg(KEY_DRSC, MBOXSC_MSG_REQUEST,
2141 cmn_err(CE_WARN, "!mboxsc_putmsg failed: 0x%x", listp->f_error);
2420 * been aborted due to a signal received after mboxsc_putmsg()
2462 /* setup the mboxsc_putmsg timeout value */
5067 * to an mboxsc_putmsg() failure, it's OK to recover the

Completed in 74 milliseconds