/freebsd/contrib/kyua/bootstrap/ |
H A D | Makefile.am.inc | 30 tests_bootstrapdir = $(pkgtestsdir)/bootstrap 32 tests_bootstrap_DATA = bootstrap/Kyuafile 35 DISTCLEANFILES = bootstrap/atconfig \ 36 bootstrap/testsuite.lineno \ 37 bootstrap/testsuite.log 41 -rm -rf bootstrap/testsuite.dir 43 EXTRA_DIST += bootstrap/Kyuafile \ 44 bootstrap/testsuite \ 45 bootstrap/package.m4 \ 46 bootstrap/testsuite.at [all …]
|
H A D | testsuite.at | 37 while test $(pwd) != '/' -a ! -e bootstrap/plain_helpers; do 49 test_suite("bootstrap") 52 ln -s $(GUESS_TOPDIR)/bootstrap/atf_helpers atf_helpers 56 test --results-file=bootstrap.db $2]) 62 test_suite("bootstrap") 65 ln -s $(GUESS_TOPDIR)/bootstrap/plain_helpers plain_helpers 69 test --results-file=bootstrap.db])
|
/freebsd/sbin/reboot/ |
H A D | boot_i386.8 | 60 A three-stage bootstrap is employed. 61 Control is passed from the boot blocks (bootstrap stages one and two) to a 62 third-stage bootstrap program, 224 This option only affects second-stage bootstrap, 269 first stage bootstrap file 271 second stage bootstrap file 273 third stage bootstrap 281 bootstrap using the same error codes returned by the BIOS, for example 316 is reported by the second-stage bootstrap, it generally means that this
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.css | 245 .qtip-bootstrap{ 455 * Twitter Bootstrap style. 460 .qtip-bootstrap{ 461 /** Taken from Bootstrap body */ 466 /** Taken from Bootstrap .popover */ 482 .qtip-bootstrap .qtip-titlebar{ 483 /** Taken from Bootstrap .popover-title */ 496 .qtip-bootstrap .qtip-titlebar .qtip-close{ 512 .qtip-bootstrap .qtip-content{ 513 /** Taken from Bootstrap .popover-content */ [all …]
|
/freebsd/lib/geom/part/ |
H A D | gpart.8 | 203 Embed bootstrap code into the partitioning scheme's metadata on the 207 or write bootstrap code into a partition (using 220 tries to preserve it when installing new bootstrap code. 225 Embed bootstrap code from the file 229 Not all partitioning schemes have embedded bootstrap code, so the 248 Write the bootstrap code from the file 662 partition dedicated to bootstrap code. 1090 bootstrap code. 1091 The bootstrap code is located in a specific disk area for each partitioning 1094 Bootstrap code can be separated into two types. [all …]
|
/freebsd/targets/pseudo/bootstrap-tools/ |
H A D | Makefile | 3 all: bootstrap-toolchain 69 bootstrap-tools: legacy 70 build-tools: bootstrap-tools 73 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS} 97 bootstrap-toolchain: .MAKE cross-tools
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 119 // Creates a Bootstrap-Complete LinkGraph to run deferred actions. 163 // 1. Bootstrap the platform support code. in materialize() 485 Bootstrap = &BI; in MachOPlatform() 487 // Bootstrap process -- here be phase-ordering dragons. in MachOPlatform() 499 // unknown set of dependencies during bootstrap, and (b) these graphs may in MachOPlatform() 502 // We satisfy these constraints by implementing a bootstrap phase during which in MachOPlatform() 505 // end of the bootstrap process the deferred actions are attached to a final in MachOPlatform() 506 // "complete-bootstrap" graph that causes them to be run. in MachOPlatform() 508 // The bootstrap steps are as follows: in MachOPlatform() 520 // during bootstrap only. in MachOPlatform() [all …]
|
/freebsd/contrib/bmake/ |
H A D | bsd.after-import.mk | 5 # It will bootstrap the new version, 56 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE} 90 after-import: bootstrap ${MAKEFILE} 107 _makefile _utmakefile: bootstrap ${MAKEFILE} 121 echo 'CLEANFILES${.space}+= bootstrap'; echo; \
|
/freebsd/contrib/bmake/mk/ |
H A D | dirdeps.mk | 163 .if !target(bootstrap) && (make(bootstrap) || \ 164 make(bootstrap-this) || \ 165 make(bootstrap-recurse) || \ 166 make(bootstrap-empty)) 956 .if !target(bootstrap-empty) 957 .if !target(bootstrap) && (make(bootstrap) || \ 958 make(bootstrap-this) || \ 959 make(bootstrap-recurse) || \ 960 make(bootstrap-empty)) 968 .elif !make(bootstrap-empty) [all …]
|
/freebsd/share/mk/ |
H A D | dirdeps.mk | 163 .if !target(bootstrap) && (make(bootstrap) || \ 164 make(bootstrap-this) || \ 165 make(bootstrap-recurse) || \ 166 make(bootstrap-empty)) 956 .if !target(bootstrap-empty) 957 .if !target(bootstrap) && (make(bootstrap) || \ 958 make(bootstrap-this) || \ 959 make(bootstrap-recurse) || \ 960 make(bootstrap-empty)) 968 .elif !make(bootstrap-empty) [all …]
|
/freebsd/usr.sbin/pkg/ |
H A D | pkg.7 | 44 .Cm bootstrap 59 will bootstrap the real 91 Do not bootstrap, just determine if 96 .It Nm Oo Fl 46 Oc Cm bootstrap Oo Fl fy Oc \ 98 Attempt to bootstrap and do not forward anything to
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | OrcRTBootstrap.h | 10 // to bootstrap common JIT functionality (e.g. memory allocation and memory 13 // Call rt_impl::addTo to add these functions to a bootstrap symbols map. 16 // runtime bootstrap library in compiler-rt.
|
/freebsd/tools/build/mk/ |
H A D | Makefile.boot | 83 # The only exceptions to this are sys/cddl/compat for dtrace bootstrap tools and 84 # sys/crypto for libmd bootstrap. 89 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \ 96 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
|
/freebsd/share/man/man8/ |
H A D | uefi.8 | 45 boot process loads system bootstrap code located in an EFI System Partition 102 bootstrap 104 Final stage bootstrap
|
/freebsd/share/doc/smm/01.setup/ |
H A D | 1.t | 40 and it will only be necessary for you to do a full bootstrap 44 a System V system is to do a full bootstrap. 46 The full bootstrap procedure 154 In the bootstrap procedures we
|
/freebsd/stand/i386/mbr/ |
H A D | mbr.S | 40 # we load in the bootstrap from the partition to boot. 119 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it 120 # is present, execute the bootstrap we just loaded. 124 jmp *%bx # Invoke bootstrap
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_ELFTOOLCHAIN_BOOTSTRAP | 3 as part of the bootstrap process. 5 An alternate bootstrap tool chain must be provided.
|
H A D | WITHOUT_CLANG_BOOTSTRAP | 1 Do not build the Clang C/C++ compiler during the bootstrap phase of 3 To be able to build the system, either gcc or clang bootstrap must be
|
H A D | WITH_SYSTEM_COMPILER | 2 bootstrap phase of the build. 3 If the currently installed compiler matches the planned bootstrap compiler
|
H A D | WITHOUT_SYSTEM_COMPILER | 2 bootstrap phase of the build. 3 Normally, if the currently installed compiler matches the planned bootstrap
|
H A D | WITH_SYSTEM_LINKER | 2 bootstrap phase of the build. 3 If the currently installed linker matches the planned bootstrap linker
|
/freebsd/tools/build/ |
H A D | Makefile | 11 # Also add ufs/ffs/msdosfs/disk headers to allow building makefs as a bootstrap tool 42 CFLAGS+= -I${.CURDIR}/libc-bootstrap 43 # Symbol versioning is not required for -legacy (and macOS bootstrap) 174 # bootstrap the FreeBSD db code. The cross-build headers #define dbopen() to 319 # from the FreeBSD sources during the bootstrap-tools stage. 418 # Create all the directories that are needed during the legacy, bootstrap-tools 435 # bootstrap tool was added to WORLTMP with a symlink or by building it in the 436 # bootstrap-tools phase. We could also overrride BINDIR when building bootstrap
|
/freebsd/contrib/lutok/admin/ |
H A D | clean-all.sh | 65 # bootstrap directory. 66 rm -f bootstrap/package.m4 67 rm -f bootstrap/testsuite
|
/freebsd/contrib/kyua/admin/ |
H A D | clean-all.sh | 65 # bootstrap directory. 66 rm -f bootstrap/package.m4 67 rm -f bootstrap/testsuite
|
/freebsd/stand/powerpc/ofw/ |
H A D | conf.c | 28 #include "bootstrap.h" 42 * the bootstrap. So it's easier to conditionalise things 113 * data structures from bootstrap.h as well.
|