OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btinfo_iplcb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/rs6000/include/
bootinfo.h
37
#define
BTINFO_IPLCB
0
40
struct
btinfo_iplcb
{
struct
/src/sys/arch/rs6000/stand/boot/
boot.c
59
struct
btinfo_iplcb
btinfo_iplcb
;
variable in typeref:struct:btinfo_iplcb
183
btinfo_iplcb
.common.next = sizeof(
btinfo_iplcb
);
184
btinfo_iplcb
.common.type =
BTINFO_IPLCB
;
186
btinfo_iplcb
.addr = (void *)iplcb_p;
189
btinfo_iplcb
.addr = 0;
202
memcpy(p, (void *)&
btinfo_iplcb
, sizeof(
btinfo_iplcb
));
[
all
...]
Completed in 37 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025