Searched refs:mboxsc_init (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/starcat/sys/ |
H A D | mboxsc.h | 55 * Mailbox directions, for use in mboxsc_init(). 86 extern int mboxsc_init(uint32_t key, int direction, void
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 122 status = mboxsc_init(IOSRAM_KEY_SCMD, MBOXSC_MBOX_IN, NULL); 130 status = mboxsc_init(IOSRAM_KEY_MDSC, MBOXSC_MBOX_OUT, NULL);
|
H A D | sckmdrv.c | 205 if ((ret = mboxsc_init(KEY_KDSC, MBOXSC_MBOX_OUT, NULL)) != 0) { 214 if ((ret = mboxsc_init(KEY_SCKD, MBOXSC_MBOX_IN,
|
H A D | scosmb.c | 193 if ((error = mboxsc_init(SCDM_KEY, MBOXSC_MBOX_IN, 195 cmn_err(CE_WARN, "%s mboxsc_init failed (0x%x)\n", scosmb_hdr, 200 if ((error = mboxsc_init(DMSC_KEY, MBOXSC_MBOX_OUT, NULL)) != 0) { 201 cmn_err(CE_WARN, "%s mboxsc_init failed (0x%x)\n", scosmb_hdr,
|
H A D | mboxsc.c | 105 * Whenever mboxsc_init is called to create a new mailbox, an instance of 386 * mboxsc_init 391 mboxsc_init(uint32_t key, int direction, void (*event_handler)(void)) function 396 DPRINTF0(DBG_CALLS, DBGACT_DEFAULT, "mboxsc_init called\n"); 407 DPRINTF1(DBG_RETS, DBGACT_DEFAULT, "mboxsc_init ret: 0x%08x\n", 438 DPRINTF1(DBG_RETS, DBGACT_DEFAULT, "mboxsc_init ret: 0x%08x\n", error);
|
H A D | schpc.c | 285 ret = mboxsc_init(KEY_PCSC, MBOXSC_MBOX_OUT, NULL); 324 ret = mboxsc_init(KEY_SCPC, MBOXSC_MBOX_IN, NULL);
|
H A D | drmach.c | 2455 if ((err = mboxsc_init(KEY_DRSC, MBOXSC_MBOX_OUT, 2457 cmn_err(CE_WARN, "DR - SC mboxsc_init failed: 0x%x", err); 2480 if ((err = mboxsc_init(KEY_SCDR, MBOXSC_MBOX_IN, 2482 cmn_err(CE_WARN, "SC - DR mboxsc_init failed: 0x%x", err);
|
Completed in 76 milliseconds