Searched refs:mboxsc_debug (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/starcat/sys/ |
H A D | mboxsc.h | 99 * The following commands may be passed in to the mboxsc_debug() function to 110 extern int mboxsc_debug(int cmd, void *arg);
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | mboxsc.c | 244 int mboxsc_debug(int cmd, void *arg); 2282 mboxsc_debug(int cmd, void *arg) function 2284 DPRINTF0(DBG_CALLS, DBGACT_DEFAULT, "mboxsc_debug called"); 2285 DPRINTF0(DBG_RETS, DBGACT_DEFAULT, "mboxsc_debug ret"); 2295 mboxsc_debug(int cmd, void *arg) function 2299 DPRINTF0(DBG_CALLS, DBGACT_DEFAULT, "mboxsc_debug called\n"); 2321 DPRINTF1(DBG_RETS, DBGACT_DEFAULT, "mboxsc_debug ret: 0x%08x\n", error);
|
Completed in 55 milliseconds