OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ih_next
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/arc/pci/
necpbvar.h
45
struct necpb_intrhand *
ih_next
; /* next intrhand chain */
member in struct:necpb_intrhand
/src/sys/arch/sgimips/include/
intr.h
54
struct sgimips_intrhand *
ih_next
;
member in struct:sgimips_intrhand
/src/sys/arch/hpcarm/include/
irqhandler.h
72
struct irqhandler *
ih_next
; /* next handler */
member in struct:irqhandler
/src/sys/arch/arm/sa11x0/
sa1111_var.h
38
struct sacc_intrhand *
ih_next
;
member in struct:sacc_intrhand
/src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c
50
struct intrhand *
ih_next
;
member in struct:intrhand
131
for (p = &eih->eih_ih; (q = *p) != NULL; p = &q->
ih_next
)
148
ih->
ih_next
= NULL;
217
for (p = &eih->eih_ih; (q = *p) != NULL && q != ih; p = &q->
ih_next
)
222
*p = q->
ih_next
;
278
for (ih = eih->eih_ih; ih != NULL; ih = ih->
ih_next
) {
/src/sys/arch/landisk/landisk/
intr.c
49
struct intrhand *
ih_next
;
member in struct:intrhand
172
for (p = &eih->eih_ih; (q = *p) != NULL; p = &q->
ih_next
)
189
ih->
ih_next
= NULL;
228
for (p = &eih->eih_ih; (q = *p) != NULL && q != ih; p = &q->
ih_next
)
233
*p = q->
ih_next
;
266
for (cnt = 0, p = eih->eih_ih, q = NULL; p != NULL; p = p->
ih_next
) {
302
for (cnt = 0, p = eih->eih_ih, q = NULL; p != NULL; p = p->
ih_next
) {
332
for (ih = eih->eih_ih; ih != NULL; ih = ih->
ih_next
) {
355
for (ih = eih->eih_ih; ih != NULL; ih = ih->
ih_next
) {
/src/sys/arch/shark/include/
irqhandler.h
130
struct irqhandler *
ih_next
; /* next handler */
member in struct:irqhandler
/src/sys/arch/arc/include/
isa_machdep.h
140
struct isa_intrhand *
ih_next
;
member in struct:isa_intrhand
/src/sys/arch/powerpc/include/
intr.h
89
struct intrhand *
ih_next
;
member in struct:intrhand
/src/sys/arch/x86/include/
intr.h
140
struct intrhand *
ih_next
;
member in struct:intrhand
/src/sys/arch/acorn32/include/
irqhandler.h
195
struct irqhandler *
ih_next
; /* next handler */
member in struct:irqhandler
/src/sys/arch/sparc64/include/
cpu.h
390
struct intrhand *
ih_next
; /* global list */
member in struct:intrhand
/src/sys/arch/sparc/include/
cpu.h
515
struct intrhand *
ih_next
;
member in struct:intrhand
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025