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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c 57 struct extintr_handler { struct
62 static struct extintr_handler extintr_handler[_N_EXTINTR]; variable in typeref:struct:extintr_handler[]
97 struct extintr_handler *eih;
119 eih = &extintr_handler[irq];
202 struct extintr_handler *eih;
211 eih = &extintr_handler[irq];
273 struct extintr_handler *eih = arg;
  /src/sys/arch/landisk/landisk/
intr.c 56 struct extintr_handler { struct
63 static struct extintr_handler extintr_handler[_N_EXTINTR]; variable in typeref:struct:extintr_handler[]
138 struct extintr_handler *eih;
160 eih = &extintr_handler[irq - 5];
213 struct extintr_handler *eih;
222 eih = &extintr_handler[irq];
254 struct extintr_handler *eih;
265 eih = &extintr_handler[irq];
290 struct extintr_handler *eih
    [all...]

Completed in 11 milliseconds