OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bbinfop
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/installboot/
bbinfo.c
150
struct shared_bbinfo *
bbinfop
; /* bbinfo in prototype image */
local in function:shared_bbinfo_setboot
163
bbinfop
= NULL; /* XXXGCC -Wuninitialized [sparc64] */
210
bbinfop
= NULL;
212
bbinfop
= (void *) (bb + bbparams->headeroffset + bbi);
213
if (memcmp(
bbinfop
->bbi_magic, bbparams->magic,
214
sizeof(
bbinfop
->bbi_magic)) == 0)
222
maxblk = TARGET32TOHOST(
bbinfop
->bbi_block_count);
257
bbinfop
->bbi_block_count = HOSTTOTARGET32(nblk);
258
bbinfop
->bbi_block_size = HOSTTOTARGET32(blocks[0].blocksize);
260
bbinfop
->bbi_block_table[blk_i]
[
all
...]
/src/sys/arch/macppc/stand/installboot/
installboot.c
63
struct shared_bbinfo *
bbinfop
;
local in function:main
151
bbinfop
= (void *)(bb + bbi);
152
if (memcmp(
bbinfop
->bbi_magic, MACPPC_BBINFO_MAGIC,
153
sizeof(
bbinfop
->bbi_magic)) == 0) {
155
printf("magic found: %s\n",
bbinfop
->bbi_magic);
163
maxblk = be32toh(
bbinfop
->bbi_block_count);
186
bbinfop
->bbi_block_count = htobe32(nblk);
187
bbinfop
->bbi_block_size = htobe32(blocks[0].blocksize);
191
bbinfop
->bbi_block_table[blk_i] = htobe32(block);
Completed in 233 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025