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

  /src/sys/arch/arm/sa11x0/
sa11x0_irqhandler.c 95 static int fakeintr(void *);
168 static struct irqhandler fakehand = {fakeintr};
271 fakeintr(void *p) function in typeref:typename:int
sa11x0_irqhandler.c 95 static int fakeintr(void *);
168 static struct irqhandler fakehand = {fakeintr};
271 fakeintr(void *p) function in typeref:typename:int
  /src/sys/arch/arm/footbridge/isa/
isa_machdep.c 107 int fakeintr(void *);
242 fakeintr(void *arg) function in typeref:typename:int
isa_machdep.c 107 int fakeintr(void *);
242 fakeintr(void *arg) function in typeref:typename:int
  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c 71 static int fakeintr(void *arg);
86 fakeintr(void *arg) function in typeref:typename:int
96 static struct intrhand fakehand = {fakeintr};
ap_ms104_sh4_intr.c 71 static int fakeintr(void *arg);
86 fakeintr(void *arg) function in typeref:typename:int
96 static struct intrhand fakehand = {fakeintr};
  /src/sys/arch/landisk/landisk/
intr.c 70 static int fakeintr(void *arg);
137 static struct intrhand fakehand = {fakeintr};
341 fakeintr(void *arg) function in typeref:typename:int
intr.c 70 static int fakeintr(void *arg);
137 static struct intrhand fakehand = {fakeintr};
341 fakeintr(void *arg) function in typeref:typename:int
  /src/sys/arch/arc/isa/
isabus.c 180 static int fakeintr(void *a);
242 fakeintr(void *a) function in typeref:typename:int
347 static struct isa_intrhand fakehand = {NULL, fakeintr};
isabus.c 180 static int fakeintr(void *a);
242 fakeintr(void *a) function in typeref:typename:int
347 static struct isa_intrhand fakehand = {NULL, fakeintr};
  /src/sys/arch/powerpc/pic/
intr.c 81 static int fakeintr(void *);
145 fakeintr(void *arg) function in typeref:typename:int
245 fakehand.ih_fun = fakeintr;
intr.c 81 static int fakeintr(void *);
145 fakeintr(void *arg) function in typeref:typename:int
245 fakehand.ih_fun = fakeintr;

Completed in 24 milliseconds