Searched refs:stage1 (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/distrib/cdrom/macppc_installboot/
H A Dinstallboot.c101 params->stage1 = argv[2];
103 if ((params->s1fd = open(params->stage1, O_RDONLY, 0600)) == -1)
104 err(1, "Opening primary bootstrap `%s'", params->stage1);
106 err(1, "Examining primary bootstrap `%s'", params->stage1);
108 err(1, "`%s' must be a regular file", params->stage1);
112 params->stage1, (long)params->s1stat.st_size);
116 params->stage1, (long)params->s1stat.st_size);
130 err(1, "Reading `%s'", params->stage1);
134 params->stage1);
150 err(1, "bbinfo structure not found in `%s'", params->stage1);
[all...]
H A Dinstallboot.h79 const char *stage1; /* name of stage1 bootstrap */ member in struct:__anon950
80 int s1fd; /* open fd to stage1 */
82 uint64_t s1start; /* start block of stage1 */
125 uint32_t offset; /* offset to write start of stage1 */
126 uint32_t blocksize; /* blocksize of stage1 */
127 uint32_t maxsize; /* max size of stage1 */
130 * to read stage1 into
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/arch/
H A Dews4800mips.c39 warn("Reading `%s'", params->stage1);
42 warnx("Reading `%s' : short read", params->stage1);
H A Damiga.c86 warn("Examining `%s'", params->stage1);
90 warnx("`%s' must be a regular file", params->stage1);
96 warn("Reading `%s'", params->stage1);
99 warnx("Reading `%s': short read", params->stage1);
113 errx(1, "%s: wrong checksum", params->stage1);
H A Dx68k.c116 assert(params->stage1 != NULL);
138 warn("Examining `%s'", params->stage1);
142 warnx("`%s' must be a regular file", params->stage1);
150 warn("Reading `%s'", params->stage1);
H A Dlandisk.c77 assert(params->stage1 != NULL);
87 warnx("stage1 bootstrap `%s' is larger than 8192 bytes",
88 params->stage1);
131 warn("Reading `%s'", params->stage1);
134 warnx("Reading `%s': short read", params->stage1);
140 warnx("Invalid magic in stage1 boostrap %x != %x",
168 MBR_PART_OFFSET + i, params->stage1);
209 warnx("Patch area in stage1 bootstrap is too small");
H A Dhp700.c141 assert(params->stage1 != NULL);
156 warn("Examining `%s'", params->stage1);
160 warnx("`%s' must be a regular file", params->stage1);
191 warn("Reading `%s'", params->stage1);
H A Dpmax.c199 assert(params->stage1 != NULL);
316 warn("Reading `%s'", params->stage1);
321 warnx("No ELF header in `%s'", params->stage1);
332 warn("Reading `%s'", params->stage1);
364 warn("Reading `%s'", params->stage1);
H A Dvax.c175 assert(params->stage1 != NULL);
186 warn("Examining `%s'", params->stage1);
190 warnx("`%s' must be a regular file", params->stage1);
289 warn("Reading `%s'", params->stage1);
293 warnx("`%s': too large", params->stage1);
H A Dsparc64.c143 assert(params->stage1 != NULL);
156 warn("Reading `%s'", params->stage1);
H A Dhp300.c87 assert(params->stage1 != NULL);
157 warn("mmaping `%s'", params->stage1);
H A Dnext68k.c91 assert(params->stage1 != NULL);
150 warn("Reading `%s'", params->stage1);
153 warnx("Reading `%s': short read", params->stage1);
H A Di386.c284 warnx("Patch area in stage1 bootstrap is too small");
306 assert(params->stage1 != NULL);
313 warnx("stage1 bootstrap `%s' (%u bytes) is larger than 8192 bytes",
314 params->stage1, (unsigned int)params->s1stat.st_size);
318 warnx("stage1 bootstrap `%s' (%u bytes) is too small",
319 params->stage1, (unsigned int)params->s1stat.st_size);
348 warn("Reading `%s'", params->stage1);
351 " (should be %ld)", params->stage1, (long)rv,
388 warnx("Invalid magic in stage1 bootstrap %x != %x",
H A Dalpha.c217 assert(params->stage1 != NULL);
241 warn("Reading `%s'", params->stage1);
244 warnx("Reading `%s': short read", params->stage1);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dbootstrap-debug.mk7 # the unoptimized stage1.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dbootstrap-debug.mk7 # the unoptimized stage1.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/config/
H A Dbootstrap-debug.mk7 # the unoptimized stage1.
/netbsd-6-1-5-RELEASE/usr.sbin/installboot/
H A Dbbinfo.c159 assert(params->stage1 != NULL);
180 params->stage1, (unsigned long)(bbparams->maxsize -
189 warn("Reading `%s'", params->stage1);
200 params->stage1);
219 params->machine->name, params->stage1);
225 params->machine->name, params->stage1, maxblk);
H A Dinstallboot.c270 params->stage1 = argv[1];
284 : params->stage1 ? params->stage1 : "(none)" );
318 params->stage1);
H A Dinstallboot.h79 const char *stage1; /* name of stage1 bootstrap */ member in struct:__anon9966
80 int s1fd; /* open fd to stage1 */
82 uint64_t s1start; /* start block of stage1 */
128 uint32_t offset; /* offset to write start of stage1 */
129 uint32_t blocksize; /* blocksize of stage1 */
130 uint32_t maxsize; /* max size of stage1 */
133 * to read stage1 into
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.in118 # Linker flags to use on the host, for stage1 or when not
122 # Libraries to use on the host, for stage1 or when not bootstrapping.
479 # Only build the C compiler for stage1, because that is the only one that
483 # overrideable (for a bootstrap build stage1 also builds gcc.info).
5426 .PHONY: configure-stage1-bfd maybe-configure-stage1-bfd
5427 maybe-configure-stage1-bfd:
5429 maybe-configure-stage1-bfd: configure-stage1-bfd
5430 configure-stage1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A DMakefile.am551 testsuite/site.exp site.bak site.exp stage stage1 stage2
580 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
583 $(MAKE) stage1
584 rm -f stage && ln -s stage1 stage
592 rm -f stage && ln -s stage1 stage
605 stage1:
606 -mkdir stage1
607 -mv $(STAGESTUFF) stage1
608 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/a
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/doc/
H A DMakefile.in246 stage1: force
247 -mkdir stage1
248 -mv $(STAGESTUFF) stage1
263 de-stage1: force
264 -(cd stage1 ; mv -f * ..)
265 -rmdir stage1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A DMakefile.in328 # During gcc bootstrap, if we use some random cc for stage1 then
3911 .PHONY: configure-stage1-bfd maybe-configure-stage1-bfd
3912 maybe-configure-stage1-bfd:
3914 maybe-configure-stage1-bfd: configure-stage1-bfd
3915 configure-stage1-bfd:
3916 @[ `cat stage_current` = stage1 ] || $(MAKE) stage1-start
4080 .PHONY: all-stage1
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A DMakefile.in27 # stage1, stage2, stage3, stage4.
135 # Selection of languages to be made during stage1 build.
143 # and sets the CFLAGS passed to stage1 of a bootstrap compilation.
144 # STAGE1_CHECKING enables checking for the stage1 compiler
173 # stage1, as not all versions of gcc understand -Wno-long-long or
214 # All warnings have to be shut off in stage1 if the compiler used then
873 # because we need CC="stage1/xgcc -Bstage1/" to work in the language
1070 # stage1, stage2, stage3, stage4
3532 -rm -fr stage1 stage2 stage3 stage4 stageprofile stagefeedback
3547 -rm -f */stage1 */stage
[all...]

Completed in 253 milliseconds

12