Searched refs:bootstrap (Results 26 - 50 of 88) sorted by relevance

1234

/freebsd-11.0-release/sys/boot/mips/beri/loader/
H A Dberi_disk_cfi.c36 #include <bootstrap.h>
H A Dberi_disk_sdcard.c36 #include <bootstrap.h>
H A Dmain.c42 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/pc98/boot0.5/
H A Dboot.s36 # Read bootstrap program and jump to it.
63 # Step 2: Calculate the segment address of the bootstrap routine
72 # Step 3: Read bootstrap code
125 # Jump to bootstrap code
/freebsd-11.0-release/sys/mips/atheros/
H A Dqca955x_chip.c79 uint32_t bootstrap; local
81 bootstrap = ATH_READ_REG(QCA955X_RESET_REG_BOOTSTRAP);
82 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40)
H A Dar934x_chip.c94 uint32_t bootstrap; local
97 bootstrap = ATH_READ_REG(AR934X_RESET_REG_BOOTSTRAP);
98 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.in177 @if gcc-bootstrap
179 @endif gcc-bootstrap
313 # overrideable (for a bootstrap build stage1 also builds gcc.info).
352 # During gcc bootstrap, if we use some random cc for stage1 then
692 # The target built for a native non-bootstrap build.
695 @if gcc-bootstrap
700 @endif gcc-bootstrap
726 @if bfd-no-bootstrap
728 @endif bfd-no-bootstrap
729 @if opcodes-no-bootstrap
[all...]
/freebsd-11.0-release/sys/boot/common/
H A Dpnp.c19 #include <bootstrap.h>
H A Disapnp.c37 #include <bootstrap.h>
H A Dmisc.c32 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/efi/loader/arch/arm64/
H A Dexec.c37 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/efi/loader/
H A Ddevicename.c35 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/userboot/userboot/
H A Dhost.c40 #include <bootstrap.h>
78 * Don't be silly - the bootstrap has no business writing anything.
/freebsd-11.0-release/usr.bin/lex/
H A DMakefile49 bootstrap: ${GENFILES:S/^/init/g}
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddirdeps.mk667 .if !target(bootstrap) && (make(bootstrap) || \
668 make(bootstrap-this) || \
669 make(bootstrap-recurse) || \
670 make(bootstrap-empty))
675 .elif !make(bootstrap-empty)
679 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
685 bootstrap-this: .NOTMAIN
690 bootstrap: bootstrap
[all...]
/freebsd-11.0-release/sys/dev/drm/
H A Dmga_dma.c778 drm_mga_dma_bootstrap_t *bootstrap = data; local
785 err = mga_do_dma_bootstrap(dev, bootstrap);
792 bootstrap->texture_handle = dev_priv->agp_textures->offset;
793 bootstrap->texture_size = dev_priv->agp_textures->size;
795 bootstrap->texture_handle = 0;
796 bootstrap->texture_size = 0;
799 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07];
/freebsd-11.0-release/release/
H A DMakefile.gce41 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
H A DMakefile.vagrant45 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
/freebsd-11.0-release/share/mk/
H A Ddirdeps.mk668 .if !target(bootstrap) && (make(bootstrap) || \
669 make(bootstrap-this) || \
670 make(bootstrap-recurse) || \
671 make(bootstrap-empty))
676 .elif !make(bootstrap-empty)
680 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
686 bootstrap-this: .NOTMAIN
691 bootstrap: bootstrap
[all...]
/freebsd-11.0-release/sys/boot/usb/storage/
H A Dumass_loader.c34 #include <bootstrap.h>
/freebsd-11.0-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c77 o.bootstrap = optarg;
H A Dmkfs_msdos.c97 u_int8_t bsJump[3]; /* bootstrap entry point */
424 if (o.bootstrap) {
425 bname = o.bootstrap;
601 if (o.bootstrap &&
610 if (o.bootstrap && x < bss) {
665 if (!o.bootstrap) {
/freebsd-11.0-release/usr.bin/bmake/
H A DMakefile15 CLEANFILES+= bootstrap
/freebsd-11.0-release/contrib/ntp/
H A DMakefile.am44 bootstrap \
/freebsd-11.0-release/release/tools/
H A Dvmimage.subr169 /usr/sbin/pkg bootstrap -y

Completed in 169 milliseconds

1234