/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_libignore.cpp | 35 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 D | README-PROVIDERS.md | 31 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 D | engine_loader.c | 41 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 D | only.c | 63 static bool loaded; variable 142 loaded = true; in load_only() 150 if (!loaded) in find_only()
|
/freebsd/tools/test/stress2/misc/ |
H A D | aesni.sh | 37 kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; } 41 [ $loaded ] && kldunload aesni.ko
|
H A D | pmc3.sh | 34 kldstat | grep -q hwpmc || { kldload hwpmc.ko; loaded=1; } 43 [ $loaded ] && kldunload hwpmc
|
H A D | pmc6.sh | 35 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; } 41 [ $loaded ] && kldunload hwpmc
|
H A D | pmc7.sh | 8 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; } 11 [ $loaded ] && kldunload hwpmc
|
H A D | pmc2.sh | 38 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; } 49 [ $loaded ] && kldunload hwpmc
|
H A D | pmc.sh | 38 kldstat -v | grep -q hwpmc || { kldload hwpmc; loaded=1; } 53 [ $loaded ] && kldunload hwpmc
|
H A D | maxvnodes.sh | 41 kldstat | grep -q tmpfs && loaded=1 72 [ $loaded ] && kldunload tmpfs.ko
|
H A D | zfs11.sh | 43 exit 0; loaded=1; } 76 [ $loaded ] && kldunload zfs.ko
|
H A D | zfs9.sh | 42 exit 0; loaded=1; } 72 [ -n "$loaded" ] && kldunload zfs.ko
|
H A D | gnop5.sh | 37 loaded=1; } 68 [ $loaded ] && gnop unload
|
H A D | zfs.sh | 38 exit 0; loaded=1; } 67 [ -n "$loaded" ] && kldunload zfs.ko
|
H A D | zfs7.sh | 40 exit 0; loaded=1; } 71 [ -n "$loaded" ] && kldunload zfs.ko
|
H A D | zfs2.sh | 38 exit 0; loaded=1; } 70 [ -n "$loaded" ] && kldunload zfs.ko
|
H A D | zfs6.sh | 39 exit 0; loaded=1; } 79 [ -n "$loaded" ] && kldunload zfs.ko
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_use_serverinfo.pod | 36 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 D | WITH_META_MODE | 15 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 D | crypto.pod | 49 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 D | PROTOCOL.agent | 90 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 D | provider_test.c | 244 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 D | zfs_diagnosis.c | 247 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 D | openssl-engine.pod.in | 64 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
|