OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bst_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/include/
bus_defs.h
96
int
bst_type
;
member in struct:bus_space_tag
/src/sys/arch/x86/x86/
bus_space.c
94
static struct bus_space_tag x86_io = { .
bst_type
= X86_BUS_SPACE_IO };
95
static struct bus_space_tag x86_mem = { .
bst_type
= X86_BUS_SPACE_MEM };
106
return t->
bst_type
== X86_BUS_SPACE_IO;
112
return t->
bst_type
== X86_BUS_SPACE_MEM;
475
return t1->
bst_type
== t2->
bst_type
;
982
bst->
bst_type
= obst->
bst_type
;
Completed in 11 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025