HomeSort by: relevance | last modified time | path
    Searched defs:ic_intr_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/include/
isa_machdep.h 77 int (*ic_intr_alloc)(void *, int, int, int *); member in struct:alpha_isa_chipset
98 (*(c)->ic_intr_alloc)((c)->ic_v, (m), (t), (i))
  /src/sys/arch/mips/include/
isa_machdep.h 77 int (*ic_intr_alloc)(void *, int, int, int *); member in struct:mips_isa_chipset
100 (*(c)->ic_intr_alloc)((c)->ic_v, (m), (t), (i))

Completed in 11 milliseconds