OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intrhands
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcmips/vr/
vr4181ip.c
119
static struct vr4181ip_intrhand
intrhands
[MAXCOMINTR];
variable in typeref:struct:vr4181ip_intrhand[]
160
vr4181ip_comintr,
intrhands
)) {
168
if (
intrhands
[i].ih_fun == NULL) {
169
intrhands
[i].ih_fun = ih_fun;
170
intrhands
[i].ih_arg = ih_arg;
/src/sys/arch/virt68k/virt68k/
intr.c
132
static LIST_HEAD(intrhand_list, intrhand)
intrhands
[IHLIST_COUNT];
157
LIST_INIT(&
intrhands
[i]);
224
LIST_INSERT_HEAD(&
intrhands
[IRQ_TO_IHLIST(irq)], ih, ih_link);
246
if (LIST_EMPTY(&
intrhands
[IRQ_TO_IHLIST(ih->ih_irq)])) {
292
LIST_FOREACH(ih, &
intrhands
[base + pirq], ih_link) {
Completed in 12 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025