HomeSort by: relevance | last modified time | path
    Searched refs:ahc_intr (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/cardbus/
ahc_cardbus.c 195 ahc->ih = Cardbus_intr_establish(ct, IPL_BIO, ahc_intr, ahc);
  /src/sys/dev/eisa/
ahc_eisa.c 172 intrtype, IPL_BIO, ahc_intr, ahc);
  /src/sys/dev/ic/
aic7xxx_inline.h 505 static __inline int ahc_intr(void *arg);
581 ahc_intr(void *arg) function
aic7xxx_osm.c 190 ahc_intr(ahc);
712 ahc_intr(ahc);
aic7xxx.c 467 printf("ahc_intr - referenced scb "
696 printf("ahc_intr: HOST_MSG_LOOP bad "
955 printf("ahc_intr: seqint, "
1181 printf("%s: ahc_intr - referenced scb not "
2333 printf("ahc_intr: AWAITING_MSG for an SCB that "
3797 panic("ahc_intr: AWAITING target message with no message");
4928 ahc_intr(ahc);
  /src/sys/arch/i386/isa/
ahc_isa.c 430 intrtype, IPL_BIO, ahc_intr, ahc);
  /src/sys/dev/pci/
ahc_pci.c 952 ahc->ih = pci_intr_establish_xname(pa->pa_pc, ih, IPL_BIO, ahc_intr,

Completed in 19 milliseconds