Home
last modified time | relevance | path

Searched refs:STAGE1_STAGE2_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h141 #define STAGE1_STAGE2_SIZE (0xfc) /* 16bits */ macro
H A Dinstallboot.c903 *(uint16_t *)&mbr->bootinst[STAGE1_STAGE2_SIZE]); in print_stage1_cb()
1918 *((uint16_t *)(dest + STAGE1_STAGE2_SIZE)) = size; in prepare_stage1()
2055 *((uint16_t *)(dest + STAGE1_STAGE2_SIZE)) = 1; in prepare_bblocks()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c237 *(uint16_t *)&mbr->bootinst[STAGE1_STAGE2_SIZE]); in mbr_info()
279 if (*(uint16_t *)&mbr->bootinst[STAGE1_STAGE2_SIZE] == 1) { in cmd_mbr()