OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btinfo_residual
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/prep/include/
bootinfo.h
37
#define
BTINFO_RESIDUAL
0
41
struct
btinfo_residual
{
struct
/src/sys/arch/prep/stand/boot/
boot.c
61
struct
btinfo_residual
btinfo_residual
;
variable in typeref:struct:btinfo_residual
97
btinfo_residual
.common.next = sizeof(
btinfo_residual
);
98
btinfo_residual
.common.type =
BTINFO_RESIDUAL
;
101
btinfo_residual
.addr = (void *)&residual;
104
btinfo_residual
.addr = 0;
132
memcpy(p, (void *)&
btinfo_residual
, sizeof(
btinfo_residual
));
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025