HomeSort by: relevance | last modified time | path
    Searched defs:bootstrap (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/installboot/arch/
hp300.c 85 uint8_t *bootstrap; local in function:hp300_setboot
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...]
i386.c 294 warnx("Patch area in stage1 bootstrap is too small");
310 } disk_buf, bootstrap; local in function:i386_setboot
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...]
  /src/tools/gcc/
Makefile 163 bootstrap-libgcc: .configure_done
164 @echo 'Creating files needed for libgcc by a native bootstrap build.'
166 @MAKE=${BUILD_MAKE:Q} ${HOST_SH} ${MKNATIVE} libgcc-bootstrap \
170 bootstrap-libstdc++: .configure_done
171 @echo 'Creating files needed for libstdc++ by a native bootstrap build.'
173 @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 in function:mga_dma_bootstrap
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 in function:mga_dma_bootstrap
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/sys/arch/sparc/sparc/
autoconf.c 171 * are complete with the first call with late=false out of bootstrap.
293 * locore.s code calls bootstrap() just before calling main(), after double
295 * We must finish mapping the kernel properly and glean any bootstrap info.
298 bootstrap(void) function in typeref:typename:void
351 * sun4m bootstrap is complex and is totally different for "normal" 4m
416 panic("bootstrap: could not get interrupt "
423 printf("bootstrap: could not get interrupt properties");
427 printf("bootstrap: cannot handle %d interrupt regs\n",
435 panic("bootstrap: PROM has invalid mapping for "
453 panic("bootstrap: PROM has invalid mapping for system
    [all...]
  /src/sys/arch/sparc64/sparc64/
autoconf.c 261 * locore.s code calls bootstrap() just before calling main().
269 * - Finalize the bootstrap by calling pmap_bootstrap()
274 bootstrap(void *o0, void *bootargs, void *bootsize, void *o3, void *ofw) function in typeref:typename:void

Completed in 15 milliseconds