OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eih_ih
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c
59
struct intrhand *
eih_ih
;
member in struct:extintr_handler
131
for (p = &eih->
eih_ih
; (q = *p) != NULL; p = &q->ih_next)
217
for (p = &eih->
eih_ih
; (q = *p) != NULL && q != ih; p = &q->ih_next)
278
for (ih = eih->
eih_ih
; ih != NULL; ih = ih->ih_next) {
/src/sys/arch/landisk/landisk/
intr.c
59
struct intrhand *
eih_ih
;
member in struct:extintr_handler
172
for (p = &eih->
eih_ih
; (q = *p) != NULL; p = &q->ih_next)
228
for (p = &eih->
eih_ih
; (q = *p) != NULL && q != ih; 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) {
Completed in 40 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025