OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bi_data
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/arch/hppa/stand/boot/
bootinfo.h
41
int bi_nentries; /* Number of bootinfo_* entries in
bi_data
. */
42
int bi_offset; /* Offset into
bi_data
for next bootinfo_* */
45
* found at &
bi_data
[0] and can be cast to (bootinfo_common *).
48
char
bi_data
[BOOTINFO_DATASIZE];
member in struct:bootinfo
bootinfo.c
58
memcpy(&bootinfo.
bi_data
[bootinfo.bi_offset], what, size);
/src/sys/arch/hppa/include/
bootinfo.h
71
/* Number of bootinfo_* entries in
bi_data
. */
76
* found at
bi_data
[0] and can be casted to (bootinfo_common *).
79
uint8_t
bi_data
[BOOTINFO_DATASIZE];
member in struct:bootinfo
/src/sys/arch/virt68k/include/
bootinfo.h
48
uint8_t
bi_data
[];
member in struct:bi_record
63
#define BI_RNG_SEED 8 /* random number generator seed (
bi_data
) */
77
struct
bi_data
{
struct
148
#define bootinfo_dataptr(bi) ((void *)&(bi)->
bi_data
[0])
/src/sys/arch/i386/i386/
multiboot.c
251
data = (vaddr_t)&bip->
bi_data
;
258
if (data + len < (vaddr_t)&bip->
bi_data
+ sizeof(bip->
bi_data
)) {
machdep.c
336
data = &bidest->
bi_data
[0];
344
(&bidest->
bi_data
[0] + BOOTINFO_MAXSIZE))
/src/sys/arch/x86/include/
bootinfo.h
264
/* Number of bootinfo_* entries in
bi_data
. */
268
* found at
bi_data
[0] and can be casted to (bootinfo_common *).
271
uint8_t
bi_data
[BOOTINFO_MAXSIZE - sizeof(uint32_t)];
member in struct:bootinfo
/src/sys/arch/amd64/stand/prekern/
prng.c
67
bic = (struct btinfo_common *)(bootinfo.
bi_data
);
/src/sys/arch/virt68k/virt68k/
bootinfo.c
422
struct
bi_data
*rnd = bootinfo_dataptr(bi);
/src/sys/arch/x86/x86/
multiboot2.c
355
data = (vaddr_t)&bip->
bi_data
;
362
if (data + len < (vaddr_t)&bip->
bi_data
+ sizeof(bip->
bi_data
)) {
x86_machdep.c
154
bic = (struct btinfo_common *)(bootinfo.
bi_data
);
182
bic = (struct btinfo_common *)(bootinfo.
bi_data
);
/src/sys/arch/hppa/hppa/
machdep.c
2039
bic = (struct btinfo_common *)(&bootinfo.
bi_data
[0]);
Completed in 20 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025