Searched refs:bootstrap (Results 51 - 75 of 88) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionMachPort.cpp15 #include <servers/bootstrap.h>
71 if (0 == strncmp (s, "bootstrap-checkin://", strlen("bootstrap-checkin://")))
73 s += strlen("bootstrap-checkin://");
82 error_ptr->SetErrorString ("bootstrap port name is empty");
85 else if (0 == strncmp (s, "bootstrap-lookup://", strlen("bootstrap-lookup://")))
87 s += strlen("bootstrap-lookup://");
95 error_ptr->SetErrorString ("bootstrap port name is empty");
124 /* Getting bootstrap serve
[all...]
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dbiospnp.c36 #include <bootstrap.h>
H A Dbioscd.c48 #include <bootstrap.h>
H A Dbiospci.c36 #include <bootstrap.h>
H A Dcomconsole.c30 #include <bootstrap.h>
H A Dsmbios.c31 #include <bootstrap.h>
H A Dvidconsole.c34 #include <bootstrap.h>
H A Dpxe.c46 #include <bootstrap.h>
H A Dbiosdisk.c46 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/userboot/userboot/
H A Duserboot_disk.c37 #include <bootstrap.h>
/freebsd-11.0-release/share/mk/
H A Dlocal.meta.sys.mk235 # Only define if it exists in case user didn't run bootstrap-tools. Otherwise
242 # Don't use the bootstrap tools logic on itself.
/freebsd-11.0-release/sys/boot/efi/libefi/
H A Defipart.c35 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/pc98/libpc98/
H A Dbioscd.c48 #include <bootstrap.h>
H A Dcomconsole.c30 #include <bootstrap.h>
H A Dvidconsole.c34 #include <bootstrap.h>
H A Dbiosdisk.c48 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/common/
H A Ddisk.c35 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c32 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/i386/libfirewire/
H A Dfirewire.c41 #include <bootstrap.h>
H A Dfwohci.c40 #include <bootstrap.h>
/freebsd-11.0-release/sys/dev/firewire/
H A Dfwcrom.c44 #include <bootstrap.h>
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S495 jmp *%bx # Invoke bootstrap
/freebsd-11.0-release/sys/powerpc/aim/
H A Dmmu_oea.c1912 int bootstrap; local
1916 bootstrap = 0;
1970 bootstrap = 1;
1987 if (bootstrap)
/freebsd-11.0-release/
H A DMakefile.inc1114 # It needs to be the same revision as we would build for the bootstrap.
125 # Everything matches, disable the bootstrap compiler.
166 # If we do not have a bootstrap binutils (because the in-tree one does not
425 # shims that are needed by the bootstrap-tools,
429 # 1. bootstrap-tools stage [BMAKE]
475 # bootstrap-tools stage
481 # need to keep this in sync with targets/pseudo/bootstrap-tools/Makefile
718 @echo ">>> stage 1.2: bootstrap tools"
720 ${_+_}cd ${.CURDIR}; ${BMAKE} bootstrap-tools
1354 @env ASSUME_ALWAYS_YES=YES pkg bootstrap
[all...]
/freebsd-11.0-release/sys/boot/efi/loader/
H A Dmain.c44 #include <bootstrap.h>

Completed in 115 milliseconds

1234