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

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram.h89 extern int iosram_send_intr(uint32_t);
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramio.h74 extern int iosram_send_intr();
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c698 (void) iosram_send_intr(SBBC_CONSOLE_OUT);
794 (void) iosram_send_intr(SBBC_CONSOLE_SPACE_IN);
H A Dsgsbbc_mailbox.c767 (void) iosram_send_intr(SBBC_MAILBOX_SPACE_IN);
1201 (void) iosram_send_intr(SBBC_MAILBOX_OUT);
1251 (void) iosram_send_intr(SBBC_MAILBOX_OUT);
H A Dsgsbbc_iosram.c495 iosram_send_intr(uint32_t intr_num) function
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c1353 (void) iosram_send_intr();
1665 * iosram_send_intr()
1669 iosram_send_intr() function
1673 DPRINTF(1, ("iosram iosram_send_intr invoked\n"));
1872 error = iosram_send_intr();
H A Dmboxsc.c2037 * This function is just a wrapper around iosram_send_intr that will keep
2038 * sleeping and retrying, up to a given deadline, if iosram_send_intr returns
2050 error = iosram_send_intr();

Completed in 80 milliseconds