| /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 | 42 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 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 | syzkaller82.sh | 117 kldstat | grep -q sctp && loaded=0 || { kldload sctp.ko && loaded=1; } 121 [ $loaded -eq 1 ] && kldunload sctp.ko
|
| 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/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-libraries-introduction.pod | 41 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 D | README.autosetup | 7 can be loaded with the 'use' directive. 9 *.auto files in this directory are auto-loaded.
|
| /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/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_diagnosis.c | 246 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) in zfs_mark_vdev() argument 263 zcp->zc_when = *loaded; in zfs_mark_vdev() 273 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 279 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 285 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev() 296 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local 320 loaded.ertv_sec = tod[0]; in zfs_mark_pool() 321 loaded.ertv_nsec = tod[1]; in zfs_mark_pool() 326 zcp->zc_when = loaded; in zfs_mark_pool() 337 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()
|
| /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.
|