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

  /src/sys/arch/m68k/m68k/
m68k_intr.c 93 struct evcnt m68k_intr_evcnt[] = { variable in typeref:struct:evcnt[]
97 __CTASSERT(__arraycount(m68k_intr_evcnt) == NAUTOVECTORS);
249 evcnt_attach_static(&m68k_intr_evcnt[i]);
m68k_intr.c 93 struct evcnt m68k_intr_evcnt[] = { variable in typeref:struct:evcnt[]
97 __CTASSERT(__arraycount(m68k_intr_evcnt) == NAUTOVECTORS);
249 evcnt_attach_static(&m68k_intr_evcnt[i]);

Completed in 43 milliseconds