OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:leb_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/atari/atari/
le_bus.c
261
bus_space_tag_t
leb_t
;
local in function:leb_alloc_bus_space_tag
268
leb_t
= storage;
270
leb_t
= kmem_alloc(sizeof(*
leb_t
), KM_SLEEP);
272
memset(
leb_t
, 0, sizeof(*
leb_t
));
274
leb_t
->abs_p_1 = leb_bus_space_peek_1;
275
leb_t
->abs_p_2 = leb_bus_space_peek_2;
276
leb_t
->abs_p_4 = leb_bus_space_peek_4;
277
leb_t
->abs_p_8 = leb_bus_space_peek_8
[
all
...]
Completed in 10 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025