OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isa_mem_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isa/
isadma.c
53
struct isa_mem *
isa_mem_head
;
variable in typeref:struct:isa_mem *
752
m->next =
isa_mem_head
;
753
isa_mem_head
= m;
763
for(mp = &
isa_mem_head
; *mp && (*mp)->kva != kva;
782
for(m =
isa_mem_head
; m && m->kva != (void *)mem; m = m->next)
isadma.c
53
struct isa_mem *
isa_mem_head
;
variable in typeref:struct:isa_mem *
752
m->next =
isa_mem_head
;
753
isa_mem_head
= m;
763
for(mp = &
isa_mem_head
; *mp && (*mp)->kva != kva;
782
for(m =
isa_mem_head
; m && m->kva != (void *)mem; m = m->next)
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025