OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intrtab
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/emips/emips/
interrupt.c
50
struct intrhand
intrtab
[MAX_DEV_NCOOKIES];
variable in typeref:struct:intrhand[]
75
evcnt_attach_dynamic(&
intrtab
[i].ih_count,
155
intrtab
[index].ih_count.ev_count++;
156
(*
intrtab
[index].ih_func)(
intrtab
[index].ih_arg, &cf);
174
intrtab
[index].ih_func = handler;
175
intrtab
[index].ih_arg = arg;
/src/sys/arch/mipsco/mipsco/
autoconf.c
79
struct mipsco_intrhand
intrtab
[MAX_INTR_COOKIES];
variable in typeref:struct:mipsco_intrhand[]
/src/sys/arch/pmax/pmax/
autoconf.c
65
struct intrhand
intrtab
[MAX_DEV_NCOOKIES];
variable in typeref:struct:intrhand[]
/src/sys/dev/marvell/
mvpex.c
200
struct mvpex_intrtab *
intrtab
;
local in function:mvpex_intr
217
intrtab
= &sc->sc_intrtab[i];
218
LIST_FOREACH(ih, &
intrtab
->intr_list, ih_q) {
658
struct mvpex_intrtab *
intrtab
;
local in function:mvpex_intr_establish
663
intrtab
= &sc->sc_intrtab[ih];
665
KASSERT(pin ==
intrtab
->intr_pin);
671
pexih->ih_intrtab =
intrtab
;
679
LIST_INSERT_HEAD(&
intrtab
->intr_list, pexih, ih_q);
682
if (
intrtab
->intr_refcnt++ == 0) {
684
mask |= MVPEX_I_PIN(
intrtab
->intr_pin)
697
struct mvpex_
intrtab
*
intrtab
;
local in function:mvpex_intr_disestablish
[
all
...]
/src/sys/arch/sgimips/sgimips/
machdep.c
110
struct sgimips_intrhand
intrtab
[NINTR];
variable in typeref:struct:sgimips_intrhand[]
Completed in 14 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025