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

  /src/sys/arch/x86/x86/
intr.c 662 static int intr_wrapper(void *);
665 * intr_wrapper: perform diagnostic checks before and after calling the
671 intr_wrapper(void *vp) function in typeref:typename:int
704 ret = intr_wrapper(vp);
1001 ih->ih_fun = intr_wrapper;
intr.c 662 static int intr_wrapper(void *);
665 * intr_wrapper: perform diagnostic checks before and after calling the
671 intr_wrapper(void *vp) function in typeref:typename:int
704 ret = intr_wrapper(vp);
1001 ih->ih_fun = intr_wrapper;

Completed in 27 milliseconds