OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTINFO_MODULELIST
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/sandpoint/include/
bootinfo.h
47
#define
BTINFO_MODULELIST
9
109
struct
btinfo_modulelist
{
struct
/src/sys/arch/x86/include/
bootinfo.h
41
#define
BTINFO_MODULELIST
11
195
struct
btinfo_modulelist
{
struct
/src/sys/arch/amd64/stand/prekern/
prng.c
83
struct
btinfo_modulelist
*biml;
90
(struct
btinfo_modulelist
*)prng_lookup_bootinfo(
BTINFO_MODULELIST
);
locore.S
260
cmpl $
BTINFO_MODULELIST
,4(%esi) /* btinfo_common::type */
262
pushl 12(%esi) /*
btinfo_modulelist
::endpa */
/src/sys/arch/sandpoint/sandpoint/
machdep.c
414
struct
btinfo_modulelist
*module;
417
module = lookup_bootinfo(
BTINFO_MODULELIST
);
/src/sys/arch/x86/x86/
x86_machdep.c
224
struct
btinfo_modulelist
*biml;
227
biml = lookup_bootinfo(
BTINFO_MODULELIST
);
291
struct
btinfo_modulelist
*biml;
294
biml = lookup_bootinfo(
BTINFO_MODULELIST
);
multiboot2.c
463
struct
btinfo_modulelist
*bim;
466
bim = (struct
btinfo_modulelist
*)bootinfo_init(
BTINFO_MODULELIST
,
/src/sys/arch/sandpoint/stand/altboot/
main.c
83
struct
btinfo_modulelist
*
btinfo_modulelist
;
variable in typeref:struct:btinfo_modulelist *
378
btinfo_modulelist
= NULL;
380
if (
btinfo_modulelist
!= NULL &&
381
btinfo_modulelist
->num > 0)
382
bi_add(
btinfo_modulelist
,
BTINFO_MODULELIST
,
549
size += sizeof(struct
btinfo_modulelist
);
550
btinfo_modulelist
= alloc(size);
551
if (
btinfo_modulelist
== NULL)
[
all
...]
/src/sys/arch/i386/stand/lib/
exec.c
141
struct
btinfo_modulelist
*
btinfo_modulelist
;
variable in typeref:struct:btinfo_modulelist *
478
if (
btinfo_modulelist
) {
482
bim = (void *)(
btinfo_modulelist
+ 1);
483
for (i = 0; i <
btinfo_modulelist
->num; i++, bim++)
485
btinfo_modulelist
->endpa -= efi_loadaddr;
487
BI_ADD(
btinfo_modulelist
,
BTINFO_MODULELIST
,
689
len = sizeof(struct
btinfo_modulelist
);
711
btinfo_modulelist
= alloc(len)
[
all
...]
/src/sys/arch/i386/i386/
machdep.c
332
struct
btinfo_modulelist
*bi;
352
bi = (struct
btinfo_modulelist
*)data;
353
if (bi->common.type ==
BTINFO_MODULELIST
) {
/src/sys/arch/amd64/amd64/
locore.S
533
cmpl $
BTINFO_MODULELIST
,4(%esi) /* btinfo_common::type */
537
movl 12(%esi),%eax /*
btinfo_modulelist
::endpa */
Completed in 22 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025