Searched refs:loader (Results 51 - 75 of 91) sorted by relevance

1234

/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dbootconfig62 FREEBSD_BOOTNAME="${FREEBSD_BOOTDIR}/loader.efi"
65 f_dprintf "Installing loader.efi onto ESP"
67 cp "$BSDINSTALL_CHROOT/boot/loader.efi" "${mntpt}/${FREEBSD_BOOTNAME}"
81 cp "$BSDINSTALL_CHROOT/boot/loader.efi" "${mntpt}/${BOOTNAME}"
87 efibootmgr --create --activate --label "$bootlabel" --loader "${mntpt}/${FREEBSD_BOOTNAME}" > /dev/null
H A Dzfsboot1380 # MBR boot loader touch-up
1391 f_dprintf "$funcname: Updating MBR boot loader on disks..."
1392 # Stick the ZFS boot loader in the "convenient hole" after
1435 $BSDINSTALL_TMPBOOT/loader.conf.root || return $FAILURE
1445 # Last, but not least... required lines for rc.conf(5)/loader.conf(5)
1447 f_dprintf "%s: Configuring rc.conf(5)/loader.conf(5) additions..." \
1453 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1456 $BSDINSTALL_TMPBOOT/loader.conf.zfs || return $FAILURE
1467 $BSDINSTALL_TMPBOOT/loader.conf.gmirror ||
1479 $BSDINSTALL_TMPBOOT/loader
[all...]
/freebsd-13-stable/targets/pseudo/userland/misc/
H A DMakefile.depend9 _sys_boot_efi= stand/efi/loader stand/efi/boot1
47 stand/i386/loader \
/freebsd-13-stable/stand/
H A Ddefs.mk77 # Our most constrained /boot/loader env is BIOS booting on x86, where
99 # These should be confined to loader.mk, but can't because uboot/lib
100 # also uses it. It's part of loader, but isn't a loader so we can't
101 # just include loader.mk
154 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
167 # The boot loader build uses dd status=none, where possible, for reproducible
H A Dloader.mk191 CLEANFILES+= loader.help
192 FILES+= loader.help
194 loader.help: ${HELP_FILES}
/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c74 char *loader; member in struct:_bmgr_opts
122 {"loader", required_argument, NULL, 'l'},
155 mangle_loader(char *loader) argument
159 for (c = loader; *c; c++)
163 return loader;
186 [-c -l loader [-k kernel] [-L label] [--dry-run] [-b bootnum]]"
189 " efibootmgr -c -l loader [-k kernel] [-L label] [--dry-run] [-b bootnum] [-a]"
260 free(opts.loader);
261 opts.loader = strdup(optarg);
262 opts.loader
656 make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_run, int bootnum, bool activate) argument
[all...]
/freebsd-13-stable/release/amd64/
H A Dmkisoimages.sh52 make_esp_file ${espfilename} ${espsize} ${BASEBITSDIR}/boot/loader.efi
/freebsd-13-stable/release/tools/
H A Dvagrant.conf68 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
H A Dgce.conf40 cat << EOF >> ${DESTDIR}/boot/loader.conf
/freebsd-13-stable/stand/i386/pxeldr/
H A Dpxeldr.S29 * This simple program is a preloader for the normal boot3 loader. It is simply
30 * prepended to the beginning of a fully built and btxld'd loader. It then
31 * copies the loader to the address boot2 normally loads it, emulates the
34 * /boot/loader to be booted over the network via PXE w/o having to write a
35 * separate PXE-aware client just to load the loader.
51 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
79 * We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
86 * BTX program loader for PXE network booting
103 * Setup the arguments that the loader is expecting from boot[12]
138 * Relocate the loader an
[all...]
/freebsd-13-stable/tools/tools/sysdoc/
H A Dsysdoc.sh50 .Xr loader.conf 5 ,
54 .Xr loader 8 ,
108 # tunables both loader and sysctl(8) oids.
195 .Xr loader.conf 5
/freebsd-13-stable/stand/efi/libefi/
H A DMakefile53 CFLAGS.efi_console.c+= -I${.CURDIR}/../loader
/freebsd-13-stable/stand/mips/beri/loader/
H A Dexec.c41 #include <loader.h>
56 * *boot2_bootinfop, others filled in by loader.
103 * pointer); others are local to the loader (e.g., kernel boot flags).
H A Dmain.c43 #include <loader.h>
192 printf("error: loader abort\n");
201 printf("error: loader exit\n");
210 printf("error: loader longjmp error\n");
/freebsd-13-stable/stand/lua/
H A Dcli.lua99 return loader.command(...)
111 return loader.command(...)
117 return cli_execute(loader.parse(str))
126 loader.perform("unload")
142 loader.perform("unload")
H A Dcolor.lua55 local c = loader.getenv("loader_color")
/freebsd-13-stable/tools/boot/
H A Drootgen.sh37 # Copy kernel + boot loader
62 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi
77 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi
110 cat >> ${mntpt}/boot/loader.conf <<EOF
149 cat >> ${mntpt}/boot/loader.conf <<EOF
189 cat >> ${mntpt}/boot/loader.conf <<EOF
226 make_esp_file ${img}.s1 ${espsize} ${src}/boot/loader.efi
240 make_esp_file ${img}.s1 ${espsize} ${src}/boot/loader.efi
271 cat >> ${mntpt}/boot/loader.conf <<EOF
313 cat >> ${mntpt}/boot/loader
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h437 static std::unique_ptr<MultiLoader> Create(Loader *loader) { argument
438 if (!loader)
441 FileSpec file = loader->GetFile<typename T::Info>();
458 loader->GetRoot().CopyByAppendingPathComponent(file);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp293 repro::Loader *loader = repro::Reproducer::Instance().GetLoader(); local
294 if (!loader)
295 return Status("No loader provided.");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp405 loader = repro::MultiLoader<repro::ProcessInfoProvider>::Create( local
408 if (!loader)
411 llvm::Optional<std::string> nextfile = loader->GetNextFile();
/freebsd-13-stable/stand/i386/cdboot/
H A Dcdboot.S35 # binary. Then we attempt to load /boot/loader from the CD we were booted
51 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
97 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
116 # Setup the arguments that the loader is expecting from boot[12]
149 # Try to look up the loader binary using the paths in the loader_paths
167 lookup_found: # Found a loader file
203 # Relocate the loader and BTX using a very lazy protected mode
238 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader
239 add $MEM_BTX_OFFSET,%esi # %esi -> BTX in the loader
533 # the loader
[all...]
/freebsd-13-stable/crypto/openssl/apps/
H A Dengine.c275 static void util_store_cap(const OSSL_STORE_LOADER *loader, void *arg) argument
279 if (OSSL_STORE_LOADER_get0_engine(loader) == ctx->engine) {
282 OSSL_STORE_LOADER_get0_scheme(loader));
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h247 /// runtime, the loader will verify that the binary is compatible with the
262 /// on disk that the loader will look for the dylib.
318 void setBundleLoader(StringRef loader) { _bundleLoader = loader; } argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp31 #include <mach-o/loader.h>
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk26 # +s tells the dynamic loader to use SHLIB_PATH if set

Completed in 172 milliseconds

1234