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

  /src/sys/arch/sparc/sparc/
timer_msiiep.c 92 static struct intrhand level14 = { .ih_fun = statintr_msiiep }; variable in typeref:struct:intrhand
178 intr_establish(14, 0, &level14, NULL, false);
timer_msiiep.c 92 static struct intrhand level14 = { .ih_fun = statintr_msiiep }; variable in typeref:struct:intrhand
178 intr_establish(14, 0, &level14, NULL, false);
timer.c 78 static struct intrhand level14; variable in typeref:struct:intrhand
251 level14.ih_fun = statintr_4;
259 level14.ih_fun = statintr_4m;
266 intr_establish(14, 0, &level14, NULL, true);
timer.c 78 static struct intrhand level14; variable in typeref:struct:intrhand
251 level14.ih_fun = statintr_4;
259 level14.ih_fun = statintr_4m;
266 intr_establish(14, 0, &level14, NULL, true);
  /src/sys/arch/sparc64/sparc64/
clock.c 289 struct intrhand *level14 = intrhand_alloc(); local in function:timerattach
290 level14->ih_fun = statintr;
291 level14->ih_pil = PIL_STATCLOCK;
292 level14->ih_number = INTVEC(ma->ma_interrupts[1]);
293 level14->ih_clr = &timerreg_4u.t_clrintr[1];
294 intr_establish(PIL_STATCLOCK, true, level14);
295 printf(" and %lx", (u_long)level14->ih_number);
clock.c 289 struct intrhand *level14 = intrhand_alloc(); local in function:timerattach
290 level14->ih_fun = statintr;
291 level14->ih_pil = PIL_STATCLOCK;
292 level14->ih_number = INTVEC(ma->ma_interrupts[1]);
293 level14->ih_clr = &timerreg_4u.t_clrintr[1];
294 intr_establish(PIL_STATCLOCK, true, level14);
295 printf(" and %lx", (u_long)level14->ih_number);

Completed in 56 milliseconds