| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cc | 36 lib->loaded = false; in AddIgnoredLibrary() 47 if (!lib->loaded && (!lib->real_name) && in OnLibraryLoaded() 58 bool loaded = false; in OnLibraryLoaded() local 67 if (loaded) { in OnLibraryLoaded() 73 loaded = true; in OnLibraryLoaded() 74 if (lib->loaded) in OnLibraryLoaded() 80 lib->loaded = true; in OnLibraryLoaded() 91 if (lib->loaded && !loaded) { in OnLibraryLoaded()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_libignore.cc | 34 lib->loaded = false; in AddIgnoredLibrary() 45 if (!lib->loaded && (!lib->real_name) && in OnLibraryLoaded() 56 bool loaded = false; in OnLibraryLoaded() local 65 if (loaded) { in OnLibraryLoaded() 71 loaded = true; in OnLibraryLoaded() 72 if (lib->loaded) in OnLibraryLoaded() 78 lib->loaded = true; in OnLibraryLoaded() 89 if (lib->loaded && !loaded) { in OnLibraryLoaded()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| H A D | generic.py | 47 def check_loaded(loaded, expected, now): argument 49 assert (loaded - expected).total_seconds() < max_secondary_zone_waittime_sec 50 assert loaded <= now 53 def check_zone_timers(loaded, expires, refresh, loaded_exp): argument 60 check_loaded(loaded, loaded_exp, now) 90 (name, loaded, expires, refresh) = load_timers(zone, True) 92 check_zone_timers(loaded, expires, refresh, mtime) 106 (name, loaded, expires, refresh) = load_timers(zone, False) 111 check_zone_timers(loaded, expires, refresh, mtime)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ |
| 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
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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()
|
| /netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
| H A D | bsdstart.S | 52 | d4: length of loaded kernel 54 | a0: start of loaded kernel 62 movl %a3@,%a0 | loaded kernel 70 movl %a3@(4),%d4 | length of loaded kernel
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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().
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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().
|
| H A D | CTLOG_STORE_new.pod | 22 logs). The list can be loaded from one or more files and then searched by LogID 31 Both of these functions append any loaded CT logs to the CTLOG_STORE. 58 all CT logs in the file are successfully parsed and loaded, 0 otherwise.
|
| /netbsd-src/usr.sbin/mtree/ |
| H A D | only.c | 63 static bool loaded; variable 142 loaded = true; in load_only() 150 if (!loaded) in find_only()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | constraints.md | 33 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is treated as … 54 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is sign extend… 74 …"An immediate which can be loaded with the il/ila/ilh/ilhu instructions. const_int is treated as … 89 "An immediate which can be loaded with fsmbi." 94 …"An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions. const_int is trea… 99 …"An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions. const_int is trea… 104 "An immediate which can be loaded with one of the cbd/chd/cwd/cdd instructions."
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_sgt.c | 152 bool loaded = false; in dma_map_sg_attrs() local 184 loaded = true; in dma_map_sg_attrs() 194 if (loaded) in dma_map_sg_attrs() 196 loaded = false; in dma_map_sg_attrs()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 …]
|
| /netbsd-src/sys/arch/x68k/stand/common/ |
| H A D | exec_image.S | 38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto) 39 || unsigned int loaded; 62 || %a4: loaded
|
| /netbsd-src/sys/modules/xldscripts/ |
| H A D | kmodule | 5 /* Pre-loaded modules must have merged BSS and data. */ 18 /* Pre-loaded modules do not need the following. */
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | PROTOCOL.agent | 91 with private keys as they are loaded from a PKCS#11 token. 105 each certificate in the request with a corresponding private key loaded 111 the resultant certificates to be loaded to the agent. The default 116 if any key (plain private or certificate) was successfully loaded, or 117 SSH_AGENT_FAILURE if no key was loaded.
|
| /netbsd-src/sys/modules/ath_hal/ |
| H A D | ath_hal.ldscript | 5 /* Pre-loaded modules must have merged BSS and data. */ 33 /* Pre-loaded modules do not need the following. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | constraints.md | 104 "@internal Signed 5-bit constant integer that can be loaded into an 117 "@internal Vector constant that can be loaded with the XXSPLTIB instruction." 150 "@internal Vector constant that can be loaded with XXSPLTIB & sign extension." 216 ;; A SF/DF scalar constant or a vector constant that can be loaded into vector 219 "A constant that can be loaded into a VSX register with one prefixed insn." 225 "An IEEE 128-bit constant that can be loaded into VSX registers." 232 "@internal A floating point constant that can be loaded into a register 239 "@internal A floating point constant that can be loaded into a register
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | engine.pod | 59 The B<-pre> command is given to the engine before it is loaded and 60 the B<-post> command is given after the engine is loaded. 80 LIST_ADD: Whether to add a loaded ENGINE to the internal list (0=no,1=yes,2=mandatory) 84 DIR_ADD: Adds a directory from which ENGINEs can be loaded
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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
|
| /netbsd-src/sys/arch/ofppc/stand/ofwboot/ |
| H A D | boot.c | 247 goto loaded; in main() 255 goto loaded; in main() 261 loaded: in main()
|
| /netbsd-src/sys/arch/sh3/sh3/ |
| H A D | exception.c | 399 bool loaded; in tlb_exception() local 402 loaded = __pmap_pte_load(pmap, va, track); in tlb_exception() 411 TLB_ASSERT(loaded, "page table entry not found"); in tlb_exception() 413 __USE(loaded); in tlb_exception()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
| H A D | VERSION.pod | 91 The fully loaded version number, a string composed from $config{version}, 109 The fully loaded version number ($config{full_version}) will be 120 The fully loaded version number ($config{full_version}) will be 131 The fully loaded version number ($config{full_version}) will be
|
| /netbsd-src/distrib/alpha/ |
| H A D | README.files | 25 or loaded off the root directory of an existing installation. 52 initially loaded. They can be written to a hard drive, loaded, and
|