Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 25 of 217) sorted by relevance

123456789

/freebsd-13.1/stand/lua/
H A Dcli.lua80 local function setModule(module, loading)
81 if loading and config.enableModule(module) then
83 elseif not loading and config.disableModule(module) then
/freebsd-13.1/usr.bin/mail/
H A Dutil.c286 sstack[ssp].s_loading = loading; in source()
288 loading = 0; in source()
312 loading = sstack[ssp].s_loading; in unstack()
315 sourcing = loading; in unstack()
H A Dlex.c251 if (loading) in commands()
450 if (loading) in execute()
694 loading = 1; in load()
697 loading = 0; in load()
H A Dglob.h50 extern int loading; /* Loading user definitions */
/freebsd-13.1/stand/forth/
H A Dloader.4th198 \ everything start one does, short of loading the kernel and
230 \ show, enable, disable, toggle module loading. They all take module from
247 \ Show loading information about a module.
277 s" enable-module" s" enable loading of a module" .?
278 s" disable-module" s" disable loading of a module" .?
279 s" toggle-module" s" toggle loading of a module" .?
/freebsd-13.1/crypto/openssl/doc/man3/
H A DCONF_modules_load_file.pod46 If B<CONF_MFLAGS_NO_DSO> is set configuration module loading from DSOs is
82 fprintf(stderr, "FATAL: error loading configuration file\n");
92 fprintf(stderr, "FATAL: error loading configuration file\n");
102 fprintf(stderr, "WARNING: error loading configuration file\n");
H A DOPENSSL_init_ssl.pod46 Suppress automatic loading of the libssl error strings. This option is
53 Automatic loading of the libssl error strings. This option is a
H A DOPENSSL_init_crypto.pod59 Suppress automatic loading of the libcrypto error strings. This option is
66 Automatic loading of the libcrypto error strings. With this option the
88 With this option the library will suppress automatic loading of libcrypto
95 With this option the library will suppress automatic loading of libcrypto
110 With this option the loading of OpenSSL configuration files will be suppressed.
H A DSSL_CTX_set_default_passwd_cb.pod28 when loading/storing a PEM certificate with encryption.
57 When loading or storing private keys, a password might be supplied to
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dengine.pod72 (dynamic) Dynamic engine loading support
78 ID: Specifies an ENGINE id name for loading
94 (dynamic) Dynamic engine loading support
/freebsd-13.1/sys/contrib/device-tree/Bindings/remoteproc/
H A Dwkup_m3_rproc.txt7 binary to accomplish this. The wkup_m3 remoteproc driver handles the loading of
28 - ti,pm-firmware: Name of firmware file to be used for loading and
/freebsd-13.1/crypto/openssl/crypto/store/
H A Dstore_lib.c34 int loading; member
138 if (ctx->loading) { in OSSL_STORE_expect()
152 if (ctx->loading) { in OSSL_STORE_find()
170 ctx->loading = 1; in OSSL_STORE_load()
/freebsd-13.1/sys/contrib/device-tree/Bindings/net/dsa/
H A Dlantiq-gswip.txt24 Required properties for GPHY firmware loading:
28 for the loading of the firmware into the embedded
/freebsd-13.1/sys/contrib/device-tree/Bindings/fpga/
H A Dlattice-machxo2-spi.txt3 Lattice MachXO2 FPGAs support a method of loading the bitstream over
H A Daltera-passive-serial.txt3 Altera FPGAs support a method of loading the bitstream over what is
H A Dxilinx-slave-serial.txt3 Xilinx Spartan-6 and 7 Series FPGAs support a method of loading the
/freebsd-13.1/contrib/openpam/
H A Dconfigure.ac42 [support loading of unversioned modules]),
46 [Whether loading unversioned modules support is disabled])
/freebsd-13.1/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c366 atm_loading(const struct lmodule *mod, int loading) in atm_loading() argument
371 if (!loading) { in atm_loading()
390 .loading = atm_loading
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-misc-minor.m44 dnl # auto-loading depends on registering a reserved non-conflicting minor
/freebsd-13.1/tools/debugscripts/
H A DREADME19 information about kernel modules loaded, and then reruns gdb loading the
/freebsd-13.1/stand/ficl/softwords/
H A Dforml.fr6 .( loading FORML examples ) cr
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dct.pod26 - loading a CT log list from a CONF file.
/freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/
H A Dqcom,scm.txt5 can include CPU power up/down, HDCP requests, loading of firmware, and other
/freebsd-13.1/usr.sbin/bsdconfig/networking/share/
H A Dservices.subr33 f_dprintf "%s: loading includes..." networking/services.subr
/freebsd-13.1/stand/fdt/
H A Dhelp.fdt7 Facilities for loading and manipulating device tree data.

123456789