Searched refs:bootblock (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.h61 ib_bootblock_t bootblock; member in struct:_ib_data
H A Dinstallboot.c48 * SPARC bootblock installation:
50 * The bootblock resides in blocks 1 to 15 (disk label is at block 0).
54 * header at the end of the bootblock, followed by the extra payload area and
91 ib_bootblock_t *bblock = &data->bootblock;
114 BOOT_DEBUG("bootblock file size is %x\n", bblock->file_size);
127 (void) fprintf(stderr, gettext("WARNING, bootblock size"
135 BOOT_DEBUG("bootblock in-memory buffer size is %x\n",
153 BOOT_DEBUG("Reading of the bootblock done\n");
192 * The ZFS bootblock is divided in two parts, but the fake multiboot
203 /* No multiboot means no chance of knowing bootblock siz
600 char *bootblock = NULL; local
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h91 ib_bootblock_t bootblock; /* stage 2 */ member in struct:_ib_data
H A Dinstallboot.c58 * BIOS bootblock installation:
161 ib_bootblock_t *bblock = &data->bootblock;
184 /* loader bootblock has version built in */
188 BOOT_DEBUG("bootblock in-memory buffer size is %d\n",
216 BOOT_DEBUG("bootblock file size is %d\n", bblock->file_size);
262 BOOT_DEBUG("Error reading bootblock area\n");
267 /* No multiboot means no chance of knowing bootblock size */
294 " the extra bootblock from the disk\n");
301 BOOT_DEBUG("Error reading the bootblock\n");
328 ib_bootblock_t *bblock_file = &data->bootblock;
1225 char *bootblock = NULL; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s35 # The embedded MBR is set up for PMBR and default bootblock sector
166 stage2_size: .word 1 # bootblock size in sectors
167 stage2_sector: .quad 256 # lba of bootblock

Completed in 62 milliseconds