| /src/tools/m4/ |
| Makefile | 13 parser.c: ${.CURDIR}/bootstrap/parser.c 15 parser.h: ${.CURDIR}/bootstrap/parser.h 17 tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c
|
| /src/external/bsd/kyua-cli/tests/kyua-cli/ |
| Makefile | 9 # Build and install the 'bootstrap' tests but prevent them from being 13 SUBDIR= bootstrap
|
| /src/external/gpl3/binutils/dist/config/ |
| bootstrap-debug-ckovw.mk | 2 # bootstrap-debug-lean and bootstrap-debug-lib in a full bootstrap, to
|
| bootstrap-debug-lean.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug, but rather 5 # This makes it slower than bootstrap-debug alone, for there's 7 # bootstrap-debug-big can avoid the recompilation, if plenty of disk
|
| bootstrap-asan.mk | 3 # Suppress LeakSanitizer in bootstrap.
|
| bootstrap-debug.mk | 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up 9 # For more thorough testing, see bootstrap-debug-lean.mk
|
| bootstrap-debug-big.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it
|
| /src/external/gpl3/binutils.old/dist/config/ |
| bootstrap-debug-ckovw.mk | 2 # bootstrap-debug-lean and bootstrap-debug-lib in a full bootstrap, to
|
| bootstrap-debug-lean.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug, but rather 5 # This makes it slower than bootstrap-debug alone, for there's 7 # bootstrap-debug-big can avoid the recompilation, if plenty of disk
|
| bootstrap-asan.mk | 3 # Suppress LeakSanitizer in bootstrap.
|
| bootstrap-debug.mk | 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up 9 # For more thorough testing, see bootstrap-debug-lean.mk
|
| bootstrap-debug-big.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it
|
| /src/external/gpl3/gcc.old/dist/config/ |
| bootstrap-debug-ckovw.mk | 2 # bootstrap-debug-lean and bootstrap-debug-lib in a full bootstrap, to
|
| bootstrap-debug-lean.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug, but rather 5 # This makes it slower than bootstrap-debug alone, for there's 7 # bootstrap-debug-big can avoid the recompilation, if plenty of disk
|
| bootstrap-asan.mk | 3 # Suppress LeakSanitizer in bootstrap.
|
| bootstrap-debug.mk | 5 # compilation (unlike bootstrap-debug-lean), it actually speeds up 9 # For more thorough testing, see bootstrap-debug-lean.mk
|
| bootstrap-debug-big.mk | 1 # This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it
|
| /src/sys/arch/ia64/stand/ia64/ski/ |
| exit.c | 37 #include <bootstrap.h>
|
| /src/external/bsd/kyua-cli/tests/kyua-cli/bootstrap/ |
| Makefile | 5 TESTSDIR= ${TESTSBASE}/kyua-cli/bootstrap 8 .PATH: ${SRCDIR}/bootstrap
|
| /src/usr.sbin/installboot/arch/ |
| i386.c | 294 warnx("Patch area in stage1 bootstrap is too small"); 310 } disk_buf, bootstrap; local 322 if (params->s1stat.st_size > (off_t)(sizeof bootstrap)) { 323 warnx("stage1 bootstrap `%s' (%u bytes) is larger than 8192 bytes", 328 warnx("stage1 bootstrap `%s' (%u bytes) is too small", 354 /* Read the new bootstrap code. */ 355 rv = pread(params->s1fd, &bootstrap, params->s1stat.st_size, 0); 367 * The bootstrap code is either 512 bytes for booting FAT16, or best 372 magic = (void *)(bootstrap.b + 512 - 16 + 4); 376 magic = (void *)(bootstrap.b + 512 * 2 + 4) [all...] |
| hp300.c | 85 uint8_t *bootstrap; local 107 bootstrap = MAP_FAILED; 109 /* needs whole LIF volume/directory and actual bootstrap by default */ 123 * by BOOTROM on bootstrap. 137 "a bootstrap", params->filesystem); 155 warnx("Secondary bootstrap `%s' is empty", 159 warnx("Secondary bootstrap `%s' doesn't have " 169 printf("Bootstrap `%s' found at offset %lu in `%s'\n", 179 "`%s' must be a regular file to append a bootstrap", 186 * The bootstrap can be well over 8k, and must go into a BOO [all...] |
| /src/sys/arch/ia64/stand/common/ |
| readdir.c | 39 #include <bootstrap.h>
|
| /src/sys/arch/sparc64/include/ |
| autoconf.h | 139 void bootstrap(void *, void *, void *, void *, void *);
|
| /src/sys/arch/mipsco/stand/installboot/ |
| installboot.c | 71 fprintf(stderr, "\t%s [-nv] disk bootstrap [name]\n", getprogname()); 162 do_install(const char *disk, const char *bootstrap, const char *bootname) 173 if ((fd = open(bootstrap, O_RDONLY)) == -1) 174 FATALIO("open %s", bootstrap); 176 FATALIO("fstat %s", bootstrap); 178 FATAL("%s must be a regular file", bootstrap); 183 FATAL("bootstrap program too large (%d bytes)", boot_size); 193 FATALIO("read %s", bootstrap); 195 FATAL("read %s: short read", bootstrap); 216 fprintf(stderr, "writing bootstrap (%d bytes at logical block %d)\n" [all...] |
| /src/sys/arch/ia64/stand/efi/libefi/ |
| efifpswa.c | 41 #include <bootstrap.h>
|