Home | Sort by: relevance | last modified time | path |
/src/sys/arch/alpha/include/ | |
isa_machdep.h | 73 const struct evcnt *(*ic_intr_evcnt)(void *, int); member in struct:alpha_isa_chipset 90 (*(c)->ic_intr_evcnt)((c)->ic_v, (i)) |
/src/sys/arch/arc/include/ | |
isa_machdep.h | 56 const struct evcnt *(*ic_intr_evcnt)(isa_chipset_tag_t, int); member in struct:arc_isa_bus 72 (*(c)->ic_intr_evcnt)((c)->ic_data, (i)) |
/src/sys/arch/mips/include/ | |
isa_machdep.h | 73 const struct evcnt *(*ic_intr_evcnt)(void *, int); member in struct:mips_isa_chipset 92 (*(c)->ic_intr_evcnt)((c)->ic_v, (i)) |