| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
| H A D | bclone_corner_cases.kshlib | 77 typeset -r cached=$1 79 case "$cached" in 86 log_fail "invalid cached: $cached" 206 typeset cached existing 234 for cached in "uncached" "cached"; do 279 cache_clone "$cached" 286 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi… 288 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit… 296 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi… 298 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit… [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | hist.c | 102 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local 104 U32 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 109 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 114 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 119 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | hist.c | 101 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local 103 U32 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 108 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 113 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() 118 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
|
| /freebsd/contrib/unbound/services/cache/ |
| H A D | rrset.c | 134 struct packed_rrset_data* cached = (struct packed_rrset_data*)cd; in need_to_update_rrset() local 136 if( TTL_IS_EXPIRED(newd->ttl, timenow) && !TTL_IS_EXPIRED(cached->ttl, timenow)) in need_to_update_rrset() 142 cached->security != sec_status_secure) in need_to_update_rrset() 144 if( cached->security == sec_status_bogus && in need_to_update_rrset() 148 if( newd->trust > cached->trust ) { in need_to_update_rrset() 151 if(equal && !TTL_IS_EXPIRED(cached->ttl, timenow) && in need_to_update_rrset() 152 cached->security == sec_status_bogus) in need_to_update_rrset() 158 (a_aaaa && cached->trust==rrset_trust_add_noAA)) in need_to_update_rrset() 159 && !TTL_IS_EXPIRED(cached->ttl, timenow) && in need_to_update_rrset() 160 newd->ttl > cached->ttl) { in need_to_update_rrset() [all …]
|
| H A D | dns.c | 1137 struct reply_info* cached = e->entry.data; in dns_cache_store() local 1138 if(TTL_IS_EXPIRED(cached->ttl, *env->now) in dns_cache_store() 1139 && reply_info_could_use_expired(cached, *env->now) in dns_cache_store() 1147 && cached->security != sec_status_bogus in dns_cache_store() 1170 cached->serve_expired_norec_ttl = in dns_cache_store() 1173 cached->serve_expired_ttl in dns_cache_store() 1181 cached->serve_expired_ttl = in dns_cache_store()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Arena.cpp | 26 static const Formula &cached(llvm::DenseMap<Key, const Formula *> &Cache, Key K, in cached() function 35 return cached(AtomRefs, A, [&] { in makeAtomRef() 42 return cached(Ands, canonicalFormulaPair(LHS, RHS), [&] { in makeAnd() 55 return cached(Ors, canonicalFormulaPair(LHS, RHS), [&] { in makeOr() 68 return cached(Nots, &Val, [&] { in makeNot() 79 return cached(Implies, std::make_pair(&LHS, &RHS), [&] { in makeImplies() 92 return cached(Equals, canonicalFormulaPair(LHS, RHS), [&] { in makeEquals()
|
| /freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
| H A D | BEGEMOT-HOSTRES-MIB.txt | 67 "The maximum number of ticks the storage table is cached." 76 "The maximum number of ticks the FS table is cached." 85 "The maximum number of ticks the disk storage table is cached." 94 "The maximum number of ticks the network table is cached." 103 "The maximum number of ticks the hrSWInstalledTable is cached." 113 hrSWRunPerfTable are cached."
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | win-dirent.h | 71 int cached; // non-zero when data holds an unread entry member 187 dirp->cached = 1; // first entry already sitting in data in opendir() 200 if (dirp->cached) in readdir() 203 dirp->cached = 0; in readdir()
|
| H A D | fragment.c | 687 static int cached = -1; in pkgconf_is_locale_utf8() 689 if (cached >= 0) in pkgconf_is_locale_utf8() 690 return cached; in pkgconf_is_locale_utf8() 697 cached = codeset_is_utf8(nl_langinfo_l(CODESET, loc)); in pkgconf_is_locale_utf8() 701 cached = 0; in pkgconf_is_locale_utf8() 707 cached = codeset_is_utf8(nl_langinfo(CODESET)); in pkgconf_is_locale_utf8() 712 return cached; in pkgconf_is_locale_utf8()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_size_class_map.h | 193 uptr cached = MaxCachedHint(s) * s; in Print() local 198 i, Size(i), d, p, l, MaxCachedHint(s), cached, ClassID(s)); in Print() 199 total_cached += cached; in Print()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_prefetch/ |
| H A D | zpool_prefetch_001_pos.ksh | 64 gds.cached=$(echo $out | cut -d" " -f3) 70 [ -z "${gds.cached}" ] && gds.cached="0"
|
| /freebsd/tools/boot/ |
| H A D | TEST-NOTES | 8 o bios has cached BIOSes needed for tests 11 o linux has cached copies off kernels for the kboot tests
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | EVP_PKEY.pod | 70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached 121 the key data that the cached keys came from is the "origin", and since 194 cached copy of the provider key in legacy form. Once the cached copy is created 196 the cached legacy copy. Similarly changes made to the cached legacy copy are not
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | ntp_cacheversion.m4 | 5 # cache variables to avoid using results cached with a script that 16 # cached results are presumed incompatible and not used. The reason 50 # mechanism by looking for the first cached variable set
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_fwlog.c | 116 * ice_fwlog_init - Initialize cached structures for tracking FW logging 118 * @cfg: config used to initialize the cached structures 233 * update_cached_entries - Update module entries in cached FW logging config 249 struct ice_fwlog_module_entry *cached = in update_cached_entries() 252 if (cached->module_id == updated->module_id) { in update_cached_entries() 253 cached->log_level = updated->log_level; in update_cached_entries() 450 /* don't call ice_fwlog_get() because that would overwrite the cached in ice_fwlog_set_support_ena() 248 struct ice_fwlog_module_entry *cached = update_cached_entries() local
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509_get_pubkey.pod | 46 cached in the certificate or certificate request itself. Subsequent calls 47 return the cached structure with its reference count incremented to
|
| H A D | EVP_PKEY_set1_RSA.pod | 122 EVP_PKEY_get0_EC_KEY() will be a cached copy of the provider's key. Subsequent 123 updates to the provider's key will not be reflected back in the cached copy, and 127 return the cached copy returned by the first call. 153 return type in OpenSSL 3.0. As described above the keys returned may be cached
|
| /freebsd/contrib/libcbor/misc/hooks/ |
| H A D | pre-commit | 7 MODIFIED_STAGED=$(git -C . diff --name-only --cached --diff-filter=d)
|
| /freebsd/sys/cddl/dev/dtrace/ |
| H A D | dtrace_ioctl.c | 218 caddr_t cached; in dtrace_ioctl() local 307 cached = buf->dtb_tomax; in dtrace_ioctl() 321 if (buf->dtb_tomax == cached) { in dtrace_ioctl() 322 ASSERT(buf->dtb_xamot != cached); in dtrace_ioctl() 327 ASSERT(cached == buf->dtb_xamot); in dtrace_ioctl()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | dp.c | 112 if (ring->cached) in ath11k_dp_srng_cleanup() 235 bool cached = false; in ath11k_dp_srng_setup() local 250 cached = true; in ath11k_dp_srng_setup() 253 cached = false; in ath11k_dp_srng_setup() 257 if (cached) in ath11k_dp_srng_setup() 326 if (cached) { in ath11k_dp_srng_setup() 328 ring->cached = 1; in ath11k_dp_srng_setup()
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | evp_pkey_export_to_provider.pod | 43 key. The legacy key is cached inside the EVP_PKEY and its value returned from 44 this function. Subsequent calls to evp_pkey_get_legacy() will return the cached
|
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgencode.h | 71 int cached, struct regional* region, uint16_t udpsize,
|
| /freebsd/usr.bin/sort/ |
| H A D | coll.c | 984 memcpy(kv->hint->v.Rh.cached, hash, sizeof(kv->hint->v.Rh.cached)); in randomcoll_init_hint() 1013 cmp = memcmp(kv1->hint->v.Rh.cached, in randomcoll() 1014 kv2->hint->v.Rh.cached, sizeof(kv1->hint->v.Rh.cached)); in randomcoll()
|
| H A D | coll.h | 74 unsigned char cached[12]; member
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-blk-queue.m4 | 288 AC_MSG_CHECKING([whether block multiqueue hardware context is cached in struct request]) 291 AC_DEFINE(HAVE_BLK_MQ_RQ_HCTX, 1, [block multiqueue hardware context is cached in struct request])
|