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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
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...]

Completed in 46 milliseconds