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

  /src/sys/arch/cobalt/include/
intr.h 54 void *icu_intr_establish(int, int, int, int (*)(void *), void *);
  /src/sys/arch/cobalt/pci/
pciide_machdep.c 49 cookie = icu_intr_establish(irq, IST_EDGE, IPL_BIO, func, arg);
pci_machdep.c 222 return icu_intr_establish(ih, IST_LEVEL, level, func, arg);
  /src/sys/arch/cobalt/cobalt/
interrupt.c 243 icu_intr_establish(int irq, int type, int ipl, int (*func)(void *), void *arg) function in typeref:typename:void *
  /src/sys/arch/cobalt/dev/
zs.c 239 icu_intr_establish(maa->ma_irq, IST_EDGE, IPL_SERIAL, zshard, zsc);

Completed in 149 milliseconds