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

1234

/freebsd-13-stable/stand/mips/beri/
H A DMakefile3 SUBDIR= boot2 loader
/freebsd-13-stable/stand/defaults/
H A DMakefile5 FILES+= loader.conf
6 MAN+= loader.conf.5
/freebsd-13-stable/stand/man/
H A DMakefile8 MAN+= loader.8
10 MAN+= loader.efi.8
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dstore_register.c38 * mysterious errors when trying to register the created loader
57 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader) argument
59 return loader->engine;
62 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader) argument
64 return loader->scheme;
67 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader, argument
70 loader->open = open_function;
74 int OSSL_STORE_LOADER_set_ctrl(OSSL_STORE_LOADER *loader, argument
77 loader->ctrl = ctrl_function;
81 int OSSL_STORE_LOADER_set_expect(OSSL_STORE_LOADER *loader, argument
88 OSSL_STORE_LOADER_set_find(OSSL_STORE_LOADER *loader, OSSL_STORE_find_fn find_function) argument
95 OSSL_STORE_LOADER_set_load(OSSL_STORE_LOADER *loader, OSSL_STORE_load_fn load_function) argument
102 OSSL_STORE_LOADER_set_eof(OSSL_STORE_LOADER *loader, OSSL_STORE_eof_fn eof_function) argument
109 OSSL_STORE_LOADER_set_error(OSSL_STORE_LOADER *loader, OSSL_STORE_error_fn error_function) argument
116 OSSL_STORE_LOADER_set_close(OSSL_STORE_LOADER *loader, OSSL_STORE_close_fn close_function) argument
123 OSSL_STORE_LOADER_free(OSSL_STORE_LOADER *loader) argument
146 ossl_store_register_loader_int(OSSL_STORE_LOADER *loader) argument
199 OSSL_STORE_register_loader(OSSL_STORE_LOADER *loader) argument
209 OSSL_STORE_LOADER *loader = NULL; local
243 OSSL_STORE_LOADER *loader = NULL; local
291 OSSL_STORE_do_all_loaders(void (*do_function) (const OSSL_STORE_LOADER *loader, void *do_arg), void *do_arg) argument
[all...]
H A Dstore_lib.c25 const OSSL_STORE_LOADER *loader; member in struct:ossl_store_ctx_st
42 const OSSL_STORE_LOADER *loader = NULL; local
77 if ((loader = ossl_store_get0_loader_int(schemes[i])) != NULL)
78 loader_ctx = loader->open(loader, uri, ui_method, ui_data);
88 ctx->loader = loader;
96 * If the attempt to open with the 'file' scheme loader failed and the
97 * other scheme loader succeeded, the failure to open with the 'file'
98 * scheme loader leave
648 const OSSL_STORE_LOADER *loader = NULL; local
[all...]
/freebsd-13-stable/release/arm64/
H A DPINEBOOK.conf30 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
32 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
34 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
36 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
40 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
/freebsd-13-stable/stand/i386/pxeldr/
H A DMakefile.depend8 stand/i386/loader \
/freebsd-13-stable/release/tools/
H A Dopenstack.conf42 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
43 echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
44 echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf
45 echo 'console="comconsole vidconsole"' >> ${DESTDIR}/boot/loader.conf
46 echo 'comconsole_speed="115200"' >> ${DESTDIR}/boot/loader.conf
H A Dec2.conf83 echo 'debug.trace_on_panic=1' >> ${DESTDIR}/boot/loader.conf
84 echo 'debug.debugger_on_panic=0' >> ${DESTDIR}/boot/loader.conf
85 echo 'kern.panic_reboot_wait_time=0' >> ${DESTDIR}/boot/loader.conf
88 echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
89 echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
95 echo 'hint.atkbd.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
96 echo 'hint.atkbdc.0.disabled=1' >> ${DESTDIR}/boot/loader.conf
101 echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf
106 echo 'hw.broken_txfifo="1"' >> ${DESTDIR}/boot/loader.conf
109 echo 'if_ena_load="YES"' >> ${DESTDIR}/boot/loader
[all...]
H A Dazure.conf23 echo 'console="comconsole vidconsole"' >> ${DESTDIR}/boot/loader.conf
24 echo 'comconsole_speed="115200"' >> ${DESTDIR}/boot/loader.conf
H A Darm.subr131 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
133 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
135 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
144 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
146 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
148 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
157 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
159 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
164 >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
166 >> ${CHROOTDIR}/${DESTDIR}/boot/loader
[all...]
H A Dbasic-ci.conf19 cat << EOF >> ${DESTDIR}/boot/loader.conf
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dconfig45 cat $BSDINSTALL_TMPBOOT/loader.conf.* >> $BSDINSTALL_TMPBOOT/loader.conf
46 rm $BSDINSTALL_TMPBOOT/loader.conf.*
49 df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "cryptodev_load=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
50 df -t zfs $BSDINSTALL_CHROOT > /dev/null && echo "zfs_load=\"YES\"" >> $BSDINSTALL_TMPBOOT/loader.conf
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dstore.h43 * loader needs extra input, for example when a password or pin is needed, and
56 * done, and depends on the underlying loader (use OSSL_STORE_get0_scheme to
57 * determine which loader is used), except for common commands (see below).
205 * Function to register a loader for the given URI scheme.
208 * The loader receives all the main components of an URI except for the
214 const ENGINE *OSSL_STORE_LOADER_get0_engine(const OSSL_STORE_LOADER *loader);
215 const char *OSSL_STORE_LOADER_get0_scheme(const OSSL_STORE_LOADER *loader);
216 /* struct ossl_store_loader_ctx_st is defined differently by each loader */
219 *loader,
223 int OSSL_STORE_LOADER_set_open(OSSL_STORE_LOADER *loader,
[all...]
/freebsd-13-stable/stand/lua/
H A Dcore.lua57 local boot_single = loader.getenv("boot_single") or "no"
58 local boot_verbose = loader.getenv("boot_verbose") or "no"
75 local lua_path = loader.lua_path
77 -- loader.lua_path export has sufficiently spread.
122 loader.setenv("boot_verbose", "YES")
124 loader.unsetenv("boot_verbose")
135 loader.setenv("boot_single", "YES")
137 loader.unsetenv("boot_single")
143 local c = loader.getenv("hint.acpi.0.rsdp")
150 c = loader
[all...]
/freebsd-13-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-13-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-13-stable/stand/forth/
H A DMakefile10 loader.4th.8 \
23 FILES+= loader.4th
37 # Allow machine specific loader.rc to be installed.
38 .for f in loader.rc menu.rc
39 .if exists(${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f})
40 FILES+= ${BOOTSRC}/${MACHINE:C/amd64/i386/}/loader/${f}
/freebsd-13-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-13-stable/tools/boot/
H A Dlua-lint.sh18 ${LUACHECK} . --globals loader --globals lfs --globals io.getchar \
/freebsd-13-stable/stand/ficl/
H A DMakefile9 BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
15 CFLAGS.loader.c += -I${SRCTOP}/sys/teken
16 CFLAGS.loader.c += -I${SRCTOP}/contrib/pnglite
/freebsd-13-stable/stand/efi/loader/
H A DMakefile16 # architecture-specific loader code
29 CFLAGS+= -I${.CURDIR}/../loader
54 .PATH: ${.CURDIR}/../loader
55 .PATH: ${.CURDIR}/../loader/arch/${MACHINE}
56 .include "${.CURDIR}/../loader/arch/${MACHINE}/Makefile.inc"
82 NEWVERSWHAT= "EFI loader" ${MACHINE}
83 VERSION_FILE= ${.CURDIR}/../loader/version
86 .include "${BOOTSRC}/loader.mk"
97 LINKS+= ${BINDIR}/${LOADER}.efi ${BINDIR}/loader.efi
100 LDSCRIPT= ${.CURDIR}/../loader/arc
[all...]
/freebsd-13-stable/stand/mips/beri/loader/
H A DMakefile41 PROG?= loader
42 NEWVERSWHAT= "BERI loader" ${MACHINE_CPUARCH}
45 # Architecture-specific loader code
73 .include "${BOOTSRC}/loader.mk"
75 # BERI files common to boot2 and loader
82 # Generate code appropriate for the loader environment
89 -T ${.CURDIR}/loader.ldscript \
107 all: loader
/freebsd-13-stable/usr.bin/svn/lib/libsvn_fs/
H A DMakefile13 fs-loader.c
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectReproducer.cpp373 // If no reproducer path is specified, use the loader currently used for
374 // replay. Otherwise create a new loader just for dumping.
376 Loader *loader = nullptr; variable
378 loader = Reproducer::Instance().GetLoader();
379 if (loader == nullptr) {
387 loader = &(*loader_storage);
388 if (Error err = loader->LoadIndex()) {
394 // If we get here we should have a valid loader.
395 assert(loader); variable
399 FileSpec vfs_mapping = loader
[all...]

Completed in 216 milliseconds

1234