Home
last modified time | relevance | path

Searched refs:STAGE1_BPB_OFFSET (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1905 bcopy(src + STAGE1_BPB_OFFSET, dest + STAGE1_BPB_OFFSET, in prepare_stage1()
H A Dinstallboot.h138 #define STAGE1_BPB_OFFSET (0x3) /* technically BPB starts at 0xb */ macro
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1190 bcopy(bpb_sect + STAGE1_BPB_OFFSET, in prepare_stage1()
1191 install->stage1_buf + STAGE1_BPB_OFFSET, STAGE1_BPB_SIZE); in prepare_stage1()
H A Dinstallgrub.h80 #define STAGE1_BPB_OFFSET (0x3) macro