Searched refs:loader (Results 26 - 50 of 69) sorted by relevance

123

/freebsd-11.0-release/usr.bin/svn/lib/libsvn_fs/
H A DMakefile10 SRCS= access.c deprecated.c editor.c fs-loader.c
/freebsd-11.0-release/sys/boot/powerpc/kboot/
H A DMakefile7 PROG= loader.kboot
8 NEWVERSWHAT= "kboot loader" ${MACHINE_ARCH}
12 # Architecture-specific loader code
82 CLEANFILES+= vers.c loader.help
94 # Pull in common loader code
108 loader.help: help.common help.kboot ${.CURDIR}/../../fdt/help.fdt
115 FILES+= loader.rc menu.rc
/freebsd-11.0-release/sys/boot/powerpc/ofw/
H A DMakefile7 PROG= loader
8 NEWVERSWHAT= "Open Firmware loader" ${MACHINE_ARCH}
12 # Architecture-specific loader code
81 CLEANFILES+= vers.c loader.help
90 # Pull in common loader code
108 loader.help: help.common help.ofw ${.CURDIR}/../../fdt/help.fdt
115 FILES+= loader.rc menu.rc
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A DMakefile7 PROG= loader.ps3
8 NEWVERSWHAT= "Playstation 3 loader" ${MACHINE_ARCH}
12 # Architecture-specific loader code
82 CLEANFILES+= vers.c loader.help
91 # Pull in common loader code
110 loader.help: help.common help.ps3 ${.CURDIR}/../../fdt/help.fdt
117 FILES+= loader.rc menu.rc
/freebsd-11.0-release/usr.sbin/kgzip/
H A Dkgzld.c47 * Link KGZ file and loader.
89 loader, f1, (char *)NULL);
91 execlp("ld", "ld", "-Ttext", addr, "-o", f2, loader, f1,
H A Dkgzip.c51 const char *loader = "/usr/lib/kgzldr.o"; /* Default loader */ variable
95 loader = optarg;
174 "usage: kgzip [-cv] [-f format] [-l loader] [-o output] file\n");
/freebsd-11.0-release/sys/boot/efi/loader/
H A DMakefile1 # $FreeBSD: releng/11.0/sys/boot/efi/loader/Makefile 300789 2016-05-26 23:06:36Z jhb $
9 PROG= loader.sym
13 # architecture-specific loader code
95 FILES+= loader.efi
101 CLEANFILES+= vers.c loader.efi
103 NEWVERSWHAT= "EFI loader" ${MACHINE}
105 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/../../efi/loader/version
119 loader.efi: ${PROG}
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepThrough.cpp87 DynamicLoader *loader = m_thread.GetProcess()->GetDynamicLoader(); local
88 if (loader)
89 m_sub_plan_sp = loader->GetStepThroughTrampolinePlan (m_thread, m_stop_others);
/freebsd-11.0-release/sys/boot/efi/boot1/
H A DMakefile24 # architecture-specific loader code
46 # Always add MI sources and REGULAR efi loader bits
47 .PATH: ${.CURDIR}/../loader/arch/${MACHINE}
48 .PATH: ${.CURDIR}/../loader
55 LDSCRIPT= ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
/freebsd-11.0-release/usr.sbin/bhyveload/
H A Dbhyveload.c660 char *loader; local
668 loader = NULL;
699 if (loader != NULL)
701 loader = strdup(optarg);
702 if (loader == NULL)
761 if (loader == NULL) {
762 loader = strdup("/boot/userboot.so");
763 if (loader == NULL)
766 h = dlopen(loader, RTLD_LOCAL);
769 free(loader);
[all...]
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh41 BKFILES="/etc/rc.conf /boot/loader.conf"
217 # Merge the loader.conf with old
218 cp ${FSMNT}/boot/loader.conf ${FSMNT}/boot/loader.conf.new
219 merge_config "${FSMNT}/boot/loader.conf.preUpgrade" "${FSMNT}/boot/loader.conf.new" "${FSMNT}/boot/loader.conf"
220 rm ${FSMNT}/boot/loader.conf.new
/freebsd-11.0-release/release/powerpc/
H A Dmkisoimages.sh32 dd if="$4/boot/loader" of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
38 cp "$4/boot/loader" "$4/ppc/chrp"
43 <boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
49 echo "FreeBSD Install='/boot/loader.ps3'" > "$4/etc/kboot.conf"
/freebsd-11.0-release/sys/boot/mips/beri/loader/
H A Darch.c32 __FBSDID("$FreeBSD: releng/11.0/sys/boot/mips/beri/loader/arch.c 298433 2016-04-21 19:57:40Z pfg $");
40 #include <loader.h>
H A Dexec.c32 __FBSDID("$FreeBSD: releng/11.0/sys/boot/mips/beri/loader/exec.c 262197 2014-02-18 23:18:32Z rwatson $");
41 #include <loader.h>
56 * *boot2_bootinfop, others filled in by loader.
103 * pointer); others are local to the loader (e.g., kernel boot flags).
/freebsd-11.0-release/targets/pseudo/userland/misc/
H A DMakefile.depend9 _sys_boot_efi= sys/boot/efi/loader sys/boot/efi/boot1
48 sys/boot/i386/loader \
/freebsd-11.0-release/release/tools/
H A Dvagrant.conf65 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
/freebsd-11.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S30 * This simple program is a preloader for the normal boot3 loader. It is simply
31 * prepended to the beginning of a fully built and btxld'd loader. It then
32 * copies the loader to the address boot2 normally loads it, emulates the
35 * /boot/loader to be booted over the network via PXE w/o having to write a
36 * separate PXE-aware client just to load the loader.
52 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
80 * We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
87 * BTX program loader for PXE network booting
104 * Setup the arguments that the loader is expecting from boot[12]
139 * Relocate the loader an
[all...]
/freebsd-11.0-release/sys/boot/powerpc/uboot/
H A DMakefile6 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
11 # Architecture-specific loader code
88 # Pull in common loader code
108 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
113 FILES= loader.help
/freebsd-11.0-release/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-11.0-release/sys/boot/userboot/ficl/
H A DMakefile8 BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
/freebsd-11.0-release/sbin/reboot/
H A Dnextboot.sh110 WARNING: loader(8) has only R/O support for ZFS
/freebsd-11.0-release/sys/boot/arm/uboot/
H A DMakefile7 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
15 # Architecture-specific loader code
95 CLEANFILES+= vers.c loader.help
101 # Pull in common loader code
125 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
152 # Install loader.rc.
153 FILES+= loader.rc
/freebsd-11.0-release/sys/boot/mips/uboot/
H A DMakefile7 NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
15 # Architecture-specific loader code
104 CLEANFILES+= vers.c loader.help
110 # Pull in common loader code
136 loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt
157 # Install loader.rc.
158 FILES+= loader.rc
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc20 #include <mach-o/loader.h>
31 // More information about Mach-O headers can be found in mach-o/loader.h
/freebsd-11.0-release/sys/boot/ficl/
H A DMakefile13 BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \

Completed in 242 milliseconds

123