Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/common/
H A Dgpt.c78 BOOTPROG, which); in gptupdate()
87 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
100 printf("%s: invalid partition index\n", BOOTPROG); in gptfind()
106 BOOTPROG); in gptfind()
191 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
199 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
205 printf("%s: %s GPT header checksum mismatch\n", BOOTPROG, in gptread_hdr()
265 BOOTPROG, which); in gptbootconv()
276 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv()
297 BOOTPROG, which); in gptread_table()
[all …]
/titanic_54/usr/src/cmd/boot/mbr/
H A DMakefile26 BOOTPROG= mbr macro
28 OBJS= $(BOOTPROG).o
33 CLOBBERFILES = $(BOOTPROG)
37 all: $(BOOTPROG)
/titanic_54/usr/src/cmd/boot/symdef/
H A DMakefile26 BOOTPROG= symdef macro
28 OBJS= $(BOOTPROG).o
41 CLOBBERFILES= $(BOOTPROG)
43 all: $(BOOTPROG)
/titanic_54/usr/src/cmd/boot/scripts/
H A DMakefile.com44 BOOTPROG= $(COMMON_BOOTPROG) $($(MACH)_BOOTPROG)
57 all: $(BOOTPROG) $(METHODPROG) $(PROG)
62 $(RM) $(BOOTPROG) $(METHODPROG) $(PROG)
/titanic_54/usr/src/cmd/boot/
H A DMakefile.com34 ROOTBOOTSOLARISBINPROG= $(BOOTPROG:%=$(ROOTBOOTSOLARISBIN)/%)
/titanic_54/usr/src/boot/sys/boot/i386/common/
H A Ddrv.c90 BOOTPROG, v86.eax >> 8 & 0xff, lba); in drvread()