Home
last modified time | relevance | path

Searched refs:LOADER_VERSION (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/
H A DMakefile.version32 LOADER_VERSION = 1.1
37 BOOT_VERSION = $(LOADER_VERSION)-2024.04.08.1
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile113 $(SH) ../../common/newvers.sh $(LOADER_VERSION) $(NEWVERSWHAT)
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c48 #define LOADER_VERSION (1) macro
203 } else if (mbr->bootinst[STAGE1_MBR_VERSION] == LOADER_VERSION) { in mbr_info()
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com143 $(SH) ../../../common/newvers.sh $(LOADER_VERSION) $(NEWVERSWHAT)
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c143 #define LOADER_VERSION (1) macro
856 } else if (mbr->bootinst[STAGE1_MBR_VERSION] == LOADER_VERSION) { in print_stage1_cb()