Home
last modified time | relevance | path

Searched refs:BOOTPROG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Dgpt.c77 BOOTPROG, which); in gptupdate()
88 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
101 printf("%s: invalid partition index\n", BOOTPROG); in gptfind()
107 BOOTPROG); in gptfind()
192 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
200 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
206 printf("%s: %s GPT header checksum mismatch\n", BOOTPROG, in gptread_hdr()
266 BOOTPROG, which); in gptbootconv()
279 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv()
300 BOOTPROG, which); in gptread_table()
[all …]
/illumos-gate/usr/src/cmd/boot/symdef/
H A DMakefile26 BOOTPROG= symdef macro
28 OBJS= $(BOOTPROG).o
37 CLOBBERFILES= $(BOOTPROG)
39 all: $(BOOTPROG)
/illumos-gate/usr/src/cmd/boot/scripts/
H A DMakefile.com44 BOOTPROG= $(COMMON_BOOTPROG) $($(MACH)_BOOTPROG)
57 all: $(BOOTPROG) $(METHODPROG) $(PROG)
62 $(RM) $(BOOTPROG) $(METHODPROG) $(PROG)
/illumos-gate/usr/src/cmd/boot/
H A DMakefile.com34 ROOTBOOTSOLARISBINPROG= $(BOOTPROG:%=$(ROOTBOOTSOLARISBIN)/%)
/illumos-gate/usr/src/boot/i386/common/
H A Ddrv.c72 BOOTPROG, v86.eax >> 8 & 0xff, lba); in drvread()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c356 printf("%s: No %s on %u:%s(%u", BOOTPROG, in load()