Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h143 #define STAGE1_STAGE2_UUID (0x106) /* 128bits */ macro
H A Dinstallboot.c905 uuid_unparse((uchar_t *)&mbr->bootinst[STAGE1_STAGE2_UUID], in print_stage1_cb()
1913 bcopy(uuid, dest + STAGE1_STAGE2_UUID, UUID_LEN); in prepare_stage1()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c239 uuid_unparse((uchar_t *)&mbr->bootinst[STAGE1_STAGE2_UUID], in mbr_info()