Searched refs:bootstrap (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DDES.pm17 bootstrap DES;
/freebsd-10.0-release/contrib/libyaml/
H A DMakefile.am1 ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and
15 .PHONY: bootstrap
16 bootstrap: maintainer-clean
17 ./bootstrap
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dnullconsole.c42 #include <bootstrap.h>
H A Dspinconsole.c42 #include <bootstrap.h>
H A Dbiosacpi.c32 #include <bootstrap.h>
/freebsd-10.0-release/sys/boot/i386/efi/
H A Dconf.c31 #include <bootstrap.h>
H A Dreloc.c33 #include <bootstrap.h>
/freebsd-10.0-release/crypto/heimdal/lib/ipc/
H A Dhi_locl.h66 #include <servers/bootstrap.h>
/freebsd-10.0-release/sys/boot/ia64/common/
H A Dlibia64.h32 #include <bootstrap.h>
/freebsd-10.0-release/sys/boot/pc98/loader/
H A Dconf.c31 #include <bootstrap.h>
37 * the bootstrap. So it's easier to conditionalise things
98 * data structures from bootstrap.h as well.
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk5 # It will bootstrap the new version,
55 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
69 after-import: bootstrap ${MAKEFILE}
86 _makefile: bootstrap ${MAKEFILE}
97 echo 'CLEANFILES+= bootstrap'; echo; \
/freebsd-10.0-release/contrib/openbsm/bin/audit/
H A Daudit.c66 #include <servers/bootstrap.h>
/freebsd-10.0-release/sys/boot/i386/libfirewire/
H A Ddconsole.c30 #include <bootstrap.h>
/freebsd-10.0-release/sys/boot/i386/loader/
H A Dconf.c31 #include <bootstrap.h>
40 * the bootstrap. So it's easier to conditionalise things
129 * data structures from bootstrap.h as well.
/freebsd-10.0-release/sys/boot/i386/mbr/
H A Dmbr.s42 # we load in the bootstrap from the partition to boot.
121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
122 # is present, execute the bootstrap we just loaded.
126 jmp *%bx # Invoke bootstrap
/freebsd-10.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-10.0-release/sys/mips/atheros/
H A Dar934x_chip.c94 uint32_t bootstrap; local
96 bootstrap = ATH_READ_REG(AR934X_RESET_REG_BOOTSTRAP);
97 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40)
/freebsd-10.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-10.0-release/sys/boot/ia64/ski/
H A Dskifs.c36 #include <bootstrap.h>
/freebsd-10.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-10.0-release/usr.bin/lex/
H A DMakefile49 bootstrap: ${GENFILES:S/^/init/g}
/freebsd-10.0-release/contrib/atf/
H A DMakefile.am52 include bootstrap/Makefile.am.inc
/freebsd-10.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];

Completed in 220 milliseconds

123