Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp46 if (!lib->loaded() && (!lib->real_name) && in OnLibraryLoaded()
57 bool loaded = false; in OnLibraryLoaded() local
66 if (loaded) { in OnLibraryLoaded()
72 loaded = true; in OnLibraryLoaded()
73 if (lib->loaded()) in OnLibraryLoaded()
90 if (lib->loaded() && !loaded) { in OnLibraryLoaded()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_xhci.c117 bool loaded; in bcm_xhci_check_firmware() local
120 loaded = !(revision == 0 || revision == 0xffffffff); in bcm_xhci_check_firmware()
122 if (expect_loaded && !loaded) in bcm_xhci_check_firmware()
124 else if (bootverbose && !loaded) in bcm_xhci_check_firmware()
131 if (!loaded) in bcm_xhci_check_firmware()
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md31 that will be used. It is loaded automatically the first time that we try to
32 get an algorithm from a provider if no other provider has been loaded yet.
33 If another provider has already been loaded then it won't be loaded
46 compatibility reasons. This provider is **not** loaded by default.
79 automatically loaded, the null provider can be loaded instead.
87 Providers to be loaded can be specified in the OpenSSL config file.
113 Note that once you have explicitly loaded a provider into the library context
114 the default provider will no longer be automatically loaded. Therefore you will
/freebsd/crypto/openssl/apps/lib/
H A Dengine_loader.c42 int loaded; /* 0 = key not loaded yet, 1 = key loaded */ member
121 if (ctx->loaded == 0) { in engine_load()
135 ctx->loaded = 1; in engine_load()
150 return ctx->loaded != 0; in engine_eof()
/freebsd/contrib/mtree/
H A Donly.c63 static bool loaded; variable
142 loaded = true; in load_only()
150 if (!loaded) in find_only()
/freebsd/tools/test/stress2/misc/
H A Daesni.sh37 kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; }
41 [ $loaded ] && kldunload aesni.ko
H A Dpmc3.sh34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; }
43 [ $loaded ] && kldunload hwpmc
H A Dpmc6.sh35 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
41 [ $loaded ] && kldunload hwpmc
H A Dpmc7.sh8 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
11 [ $loaded ] && kldunload hwpmc
H A Dpmc2.sh38 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
49 [ $loaded ] && kldunload hwpmc
H A Dpmc.sh38 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; }
53 [ $loaded ] && kldunload hwpmc
H A Dsyzkaller82.sh117 kldstat | grep -q sctp && loaded=0 || { kldload sctp.ko && loaded=1; }
121 [ $loaded -eq 1 ] && kldunload sctp.ko
H A Dmaxvnodes.sh41 kldstat | grep -q tmpfs && loaded=1
72 [ $loaded ] && kldunload tmpfs.ko
H A Dzfs11.sh43 exit 0; loaded=1; }
76 [ $loaded ] && kldunload zfs.ko
H A Dzfs9.sh42 exit 0; loaded=1; }
72 [ -n "$loaded" ] && kldunload zfs.ko
H A Dgnop5.sh37 loaded=1; }
68 [ $loaded ] && gnop unload
H A Dzfs.sh38 exit 0; loaded=1; }
67 [ -n "$loaded" ] && kldunload zfs.ko
H A Dzfs7.sh40 exit 0; loaded=1; }
71 [ -n "$loaded" ] && kldunload zfs.ko
H A Dzfs2.sh38 exit 0; loaded=1; }
70 [ -n "$loaded" ] && kldunload zfs.ko
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_use_serverinfo.pod36 meaning as for L<SSL_CTX_add_custom_ext(3)>. If serverinfo is being loaded for
61 SSL_CTX_use_certificate(), the serverinfo extension will be loaded into the
63 loaded serverinfo extension data will be loaded for that certificate. To
66 each time a certificate is loaded via a call to SSL_CTX_use_certificate().
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-libraries-introduction.pod41 provider loaded that contains an implementation of it. OpenSSL comes with a
51 then the OpenSSL built-in "default" provider will be automatically loaded.
58 loaded for the duration of the application execution.
64 a provider is loaded, it is only loaded within the scope of a given library
67 loaded with different configuration settings.
186 needed (if other providers are loaded and offer implementations of the same
192 automatically loaded. If you explicitly load any provider then the "default"
193 provider would also need to be explicitly loaded if it is required.
201 Should it be needed (if other providers are loaded and offer
214 be loaded explicitly, either in code or through OpenSSL configuration
[all …]
/freebsd/contrib/sqlite3/autosetup/
H A DREADME.autosetup7 can be loaded with the 'use' directive.
9 *.auto files in this directory are auto-loaded.
/freebsd/crypto/openssh/
H A DPROTOCOL.agent79 with private keys as they are loaded from a PKCS#11 token.
93 each certificate in the request with a corresponding private key loaded
99 the resultant certificates to be loaded to the agent. The default
104 if any key (plain private or certificate) was successfully loaded, or
105 SSH_AGENT_FAILURE if no key was loaded.
/freebsd/tools/build/options/
H A DWITH_META_MODE15 When the module is loaded, any files used by the commands executed are
27 The target's meta file is missing filemon data when filemon is loaded
28 and a previous run did not have it loaded.
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c244 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) in zfs_mark_vdev() argument
261 zcp->zc_when = *loaded; in zfs_mark_vdev()
271 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
277 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
283 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
294 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local
318 loaded.ertv_sec = tod[0]; in zfs_mark_pool()
319 loaded.ertv_nsec = tod[1]; in zfs_mark_pool()
324 zcp->zc_when = loaded; in zfs_mark_pool()
335 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()

12345678910>>...20