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

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dmboxsc.h57 #define MBOXSC_MBOX_IN 0 macro
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c405 if (((direction != MBOXSC_MBOX_IN) && (direction != MBOXSC_MBOX_OUT)) ||
406 ((event_handler != NULL) && (direction != MBOXSC_MBOX_IN))) {
863 } else if (mailboxp->mbox_direction != MBOXSC_MBOX_IN) {
1352 ASSERT(mailboxp->mbox_direction == MBOXSC_MBOX_IN);
1495 if ((error == 0) && (mailboxp->mbox_direction == MBOXSC_MBOX_IN)) {
1547 if (mailboxp->mbox_direction == MBOXSC_MBOX_IN) {
2433 if (mailboxp->mbox_direction == MBOXSC_MBOX_IN) {
2449 if (mailboxp->mbox_direction == MBOXSC_MBOX_IN) {
H A Ddman_domain.c122 status = mboxsc_init(IOSRAM_KEY_SCMD, MBOXSC_MBOX_IN, NULL);
126 " MBOXSC_MBOX_IN, errno = %d", status);
H A Dsckmdrv.c214 if ((ret = mboxsc_init(KEY_SCKD, MBOXSC_MBOX_IN,
H A Dscosmb.c193 if ((error = mboxsc_init(SCDM_KEY, MBOXSC_MBOX_IN,
H A Dschpc.c324 ret = mboxsc_init(KEY_SCPC, MBOXSC_MBOX_IN, NULL);
328 "MBOXSC_MBOX_IN");
384 * MBOXSC_MBOX_IN mailbox for incoming MBOXSC_MSG_EVENTs and
H A Ddrmach.c2480 if ((err = mboxsc_init(KEY_SCDR, MBOXSC_MBOX_IN,

Completed in 95 milliseconds