Home | Sort by: relevance | last modified time | path |
/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)) |