HomeSort by: relevance | last modified time | path
    Searched refs:bootstrap (Results 1 - 25 of 37) sorted by relevancy

1 2

  /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/sys/arch/ia64/stand/ia64/ski/
exit.c 37 #include <bootstrap.h>
conf.c 41 #include <bootstrap.h>
67 * the bootstrap. So it's easier to conditionalise things
105 * data structures from bootstrap.h as well.
acpi_stub.c 39 #include <bootstrap.h>
devicename.c 37 #include <bootstrap.h>
  /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>
pager.c 37 #include <bootstrap.h>
environment.c 42 #include <bootstrap.h>
misc.c 34 #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>
devicename.c 38 #include <bootstrap.h>
  /src/distrib/luna68k/liveimage/
Makefile 31 @echo create MD boot partition for bootstrap files...
  /src/sbin/newfs_msdos/
mkfs_msdos.h 36 AOPT('B', char *, bootstrap, -1, "Bootstrap file") \
mkfs_msdos.c 114 u_int8_t jmp[3]; /* bootstrap entry point */
462 if (o.bootstrap) {
463 bname = o.bootstrap;
656 if (o.bootstrap &&
665 if (o.bootstrap && x < bss) {
719 if (!o.bootstrap) {
newfs_msdos.c 110 o.bootstrap = optarg;
  /src/sys/arch/sparc/include/
autoconf.h 177 void bootstrap(void);
  /src/tools/gcc/
Makefile 170 bootstrap-libgcc: .configure_done
171 @echo 'Creating files needed for libgcc by a native bootstrap build.'
173 @MAKE=${BUILD_MAKE:Q} ${HOST_SH} ${MKNATIVE} libgcc-bootstrap \
177 bootstrap-libstdc++: .configure_done
178 @echo 'Creating files needed for libstdc++ by a native bootstrap build.'
180 @MAKE=${BUILD_MAKE:Q} ${HOST_SH} ${MKNATIVE} libstdc++-bootstrap \
  /src/sys/external/bsd/drm/dist/shared-core/
mga_dma.c 430 * Bootstrap the driver for AGP DMA.
601 * Bootstrap the driver for PCI DMA.
775 drm_mga_dma_bootstrap_t *bootstrap = data; local
782 err = mga_do_dma_bootstrap(dev, bootstrap);
789 bootstrap->texture_handle = dev_priv->agp_textures->offset;
790 bootstrap->texture_size = dev_priv->agp_textures->size;
792 bootstrap->texture_handle = 0;
793 bootstrap->texture_size = 0;
796 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_dma.c 444 * Bootstrap the driver for AGP DMA.
619 * Bootstrap the driver for PCI DMA.
782 drm_mga_dma_bootstrap_t *bootstrap = data; local
788 err = mga_do_dma_bootstrap(dev, bootstrap);
795 bootstrap->texture_handle = dev_priv->agp_textures->offset;
796 bootstrap->texture_size = dev_priv->agp_textures->size;
798 bootstrap->texture_handle = 0;
799 bootstrap->texture_size = 0;
802 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]
    [all...]
  /src/distrib/common/
buildfloppies.sh 45 bootstrap. @IMAGE@ is replaced with the
117 # install bootstrap before the image is split into multiple disks
  /src/sys/dev/tc/
px.c 181 px_init(struct stic_info *si, int bootstrap)
195 if (bootstrap) {

Completed in 44 milliseconds

1 2