Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp35 lib->loaded = false; in AddIgnoredLibrary()
46 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()
79 lib->loaded = true; in OnLibraryLoaded()
90 if (lib->loaded && !loaded) { in OnLibraryLoaded()
/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.c41 int loaded; /* 0 = key not loaded yet, 1 = key loaded */ member
122 if (ctx->loaded == 0) { in engine_load()
138 ctx->loaded = 1; in engine_load()
153 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 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
H A Dzfs6.sh39 exit 0; loaded=1; }
79 [ -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/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/crypto/openssl/doc/man7/
H A Dcrypto.pod49 provider loaded that contains an implementation of it. OpenSSL comes with a
52 OpenSSL built-in "default" provider will be automatically loaded.
57 options take effect. When a provider is loaded, it is only loaded within the
60 have different providers loaded with different configuration settings.
147 context created by the user. Only providers loaded in this library context (see
149 no provider has been loaded in this library context then the default provider
150 will be loaded as a fallback (see L<OSSL_PROVIDER-default(7)>).
232 old method, since it must search for the algorithm in all loaded providers,
327 since, assuming no other providers have been loaded, the only implementation of
329 default provider should be explicitly loaded if it is required in addition to
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL.agent90 with private keys as they are loaded from a PKCS#11 token.
104 each certificate in the request with a corresponding private key loaded
110 the resultant certificates to be loaded to the agent. The default
115 if any key (plain private or certificate) was successfully loaded, or
116 SSH_AGENT_FAILURE if no key was loaded.
/freebsd/crypto/openssl/test/
H A Dprovider_test.c244 int loaded = 0; in setup_tests() local
251 loaded = 1; in setup_tests()
258 if (!loaded) { in setup_tests()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_diagnosis.c247 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) in zfs_mark_vdev() argument
264 zcp->zc_when = *loaded; in zfs_mark_vdev()
274 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
280 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
286 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
297 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local
321 loaded.ertv_sec = tod[0]; in zfs_mark_pool()
322 loaded.ertv_nsec = tod[1]; in zfs_mark_pool()
327 zcp->zc_when = loaded; in zfs_mark_pool()
338 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-engine.pod.in64 The B<-pre> command is given to the engine before it is loaded and
65 the B<-post> command is given after the engine is loaded.
88 LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory)
92 DIR_ADD: Adds a directory from which ENGINEs can be loaded

12345678910>>...17