Searched refs:loader (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/stand/mips/beri/
H A DMakefile3 SUBDIR= boot2 loader
/freebsd-11-stable/stand/defaults/
H A DMakefile5 FILES+= loader.conf
6 MAN+= loader.conf.5
/freebsd-11-stable/stand/man/
H A DMakefile5 MAN+= loader.8
/freebsd-11-stable/release/tools/
H A Dec2.conf71 echo 'debug.trace_on_panic=1' >> ${DESTDIR}/boot/loader.conf
72 echo 'debug.debugger_on_panic=0' >> ${DESTDIR}/boot/loader.conf
73 echo 'kern.panic_reboot_wait_time=0' >> ${DESTDIR}/boot/loader.conf
76 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
77 echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
82 echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf
87 echo 'hw.broken_txfifo="1"' >> ${DESTDIR}/boot/loader.conf
90 echo 'if_ena_load="YES"' >> ${DESTDIR}/boot/loader.conf
H A Dazure.conf23 echo 'console="comconsole vidconsole"' >> ${DESTDIR}/boot/loader.conf
24 echo 'comconsole_speed="115200"' >> ${DESTDIR}/boot/loader.conf
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dconfig40 cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
41 rm $BSDINSTALL_TMPBOOT/loader.conf.*
44 df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "opensolaris_load=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
45 df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "zfs_load=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
/freebsd-11-stable/stand/pc98/
H A DMakefile7 SUBDIR= boot0 boot0.5 pc98boot btx boot2 cdboot kgzldr libpc98 loader
/freebsd-11-stable/stand/sparc64/
H A DMakefile7 SUBDIR.yes= boot1 loader
/freebsd-11-stable/bin/freebsd-version/
H A Dfreebsd-version.sh.in36 : ${LOADER_CONF_FILES:=$LOADER_DIR/defaults/loader.conf $LOADER_DIR/loader.conf $LOADER_DIR/loader.conf.local}
52 # Try to get the name of the installed kernel from loader.conf and
53 # return the full path. If loader.conf does not exist or we could not
/freebsd-11-stable/stand/i386/pxeldr/
H A DMakefile.depend8 sys/boot/i386/loader \
/freebsd-11-stable/usr.sbin/kgzip/
H A Dkgzip.h42 extern const char *loader; /* Default loader */
/freebsd-11-stable/stand/sparc64/loader/
H A DMakefile1 # $FreeBSD: stable/11/stand/sparc64/loader/Makefile 344399 2019-02-20 23:55:35Z kevans $
19 PROG?= loader
20 NEWVERSWHAT?= "bootstrap loader" sparc64
21 VERSION_FILE= ${.CURDIR}/../loader/version
28 # Architecture-specific loader code
29 .PATH: ${BOOTSRC}/sparc64/loader
41 .include "${BOOTSRC}/loader.mk"
46 LINKS= ${BINDIR}/loader ${BINDIR}/zfsloader
/freebsd-11-stable/release/powerpc/
H A Dgenerate-hfs.sh25 # Create and bless a directory for the boot loader
30 # Make the CHRP boot script, which gets loader from the ISO9660 partition
43 boot &device;:,\ppc\loader &device;:0
47 echo 'Loader START' | dd of=loader.tmp cbs=$LOADER_SIZE count=1 conv=block
50 hcopy loader.tmp :loader
55 rm loader.tmp
/freebsd-11-stable/stand/forth/
H A DMakefile10 loader.4th.8 \
22 FILES+= loader.4th
36 # Allow machine specific loader.rc to be installed.
37 .for f in loader.rc menu.rc
38 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
39 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
/freebsd-11-stable/stand/pc98/loader/
H A DMakefile1 # $FreeBSD: stable/11/stand/pc98/loader/Makefile 330311 2018-03-03 06:37:53Z kevans $
3 LOADER?= loader
5 NEWVERSWHAT= "bootstrap loader" pc98
6 VERSION_FILE= ${BOOTSRC}/i386/loader/version
12 # architecture-specific loader code
14 .PATH: ${BOOTSRC}/i386/loader
24 .include "${BOOTSRC}/loader.mk"
26 CLEANFILES+= ${LOADER} ${LOADER}.bin loader.help
51 loader.help: help.common help.pc98
/freebsd-11-stable/stand/lua/
H A Dcore.lua55 local boot_single = loader.getenv("boot_single") or "no"
56 local boot_verbose = loader.getenv("boot_verbose") or "no"
73 local lua_path = loader.lua_path
75 -- loader.lua_path export has sufficiently spread.
120 loader.setenv("boot_verbose", "YES")
122 loader.unsetenv("boot_verbose")
133 loader.setenv("boot_single", "YES")
135 loader.unsetenv("boot_single")
141 local c = loader.getenv("hint.acpi.0.rsdp")
148 c = loader
[all...]
H A DMakefile22 loader.lua \
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-cleanup.sh50 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q "vfs.root.mountfrom=" 2>/dev/null
52 echo "vfs.root.mountfrom=\"zfs:${ZPOOLNAME}/ROOT/default\"" >> ${FSMNT}/boot/loader.conf
63 # Check if we need to add our ZFS flags to rc.conf, src.conf and loader.conf
64 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q 'zfs_load="YES"' 2>/dev/null
67 echo 'zfs_load="YES"' >>${FSMNT}/boot/loader.conf
132 # Set the root mount in loader.conf
133 echo "vfs.root.mountfrom=\"${ROOTFSTYPE}:${ROOTFS}\"" >> ${FSMNT}/boot/loader.conf
193 # Set our ROOTFSTYPE for loader.conf if necessary
250 cat ${FSMNT}/boot/loader.conf 2>/dev/null | grep -q 'geom_mirror_load="YES"' 2>/dev/null
253 echo 'geom_mirror_load="YES"' >>${FSMNT}/boot/loader
[all...]
/freebsd-11-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf60 echo "console=\"comconsole\"" > boot/loader.conf
61 echo "comconsole_speed=\"9600\"" >> boot/loader.conf
62 echo "hint.acpi.0.disabled=\"1\"" >> boot/loader.conf
/freebsd-11-stable/stand/mips/beri/loader/
H A DMakefile30 # $FreeBSD: stable/11/stand/mips/beri/loader/Makefile 332150 2018-04-06 20:24:50Z kevans $
41 PROG?= loader
42 NEWVERSWHAT= "BERI loader" ${MACHINE_CPUARCH}
45 # Architecture-specific loader code
69 .include "${BOOTSRC}/loader.mk"
71 # BERI files common to boot2 and loader
78 # Generate code appropriate for the loader environment
85 -T ${.CURDIR}/loader.ldscript \
103 all: loader
/freebsd-11-stable/stand/efi/loader/
H A DMakefile1 # $FreeBSD: stable/11/stand/efi/loader/Makefile 344413 2019-02-21 03:18:12Z kevans $
16 # architecture-specific loader code
28 CFLAGS+= -I${.CURDIR}/../loader
46 .PATH: ${.CURDIR}/../loader
47 .PATH: ${.CURDIR}/../loader/arch/${MACHINE}
50 .include "${.CURDIR}/../loader/arch/${MACHINE}/Makefile.inc"
61 # Export serial numbers, UUID, and asset tag from loader.
84 NEWVERSWHAT= "EFI loader" ${MACHINE}
85 VERSION_FILE= ${.CURDIR}/../loader/version
88 .include "${BOOTSRC}/loader
[all...]
/freebsd-11-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile13 fs-loader.c
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp336 // If no reproducer path is specified, use the loader currently used for
337 // replay. Otherwise create a new loader just for dumping.
339 Loader *loader = nullptr; variable
341 loader = Reproducer::Instance().GetLoader();
342 if (loader == nullptr) {
350 loader = &(*loader_storage);
351 if (Error err = loader->LoadIndex()) {
357 // If we get here we should have a valid loader.
358 assert(loader); variable
362 FileSpec vfs_mapping = loader
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp73 if (repro::Loader *loader = r.GetLoader()) {
74 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>();
82 loader->LoadBuffer<WorkingDirectoryProvider>()) {
/freebsd-11-stable/stand/i386/loader/
H A DMakefile1 # $FreeBSD: stable/11/stand/i386/loader/Makefile 360838 2020-05-09 08:55:18Z dim $
20 NEWVERSWHAT?= "bootstrap loader" x86
21 VERSION_FILE= ${.CURDIR}/../loader/version
23 .PATH: ${BOOTSRC}/i386/loader
25 # architecture-specific loader code
45 .include "${BOOTSRC}/loader.mk"
73 LINKS+= ${BINDIR}/${LOADER} ${BINDIR}/loader

Completed in 246 milliseconds

1234