| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_put.c | 290 goto miss; in bt_fast() 294 goto miss; in bt_fast() 296 goto miss; in bt_fast() 298 goto miss; in bt_fast() 302 goto miss; in bt_fast() 304 goto miss; in bt_fast() 306 goto miss; in bt_fast() 315 miss: in bt_fast()
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_put.c | 279 goto miss; in bt_fast() 283 goto miss; in bt_fast() 285 goto miss; in bt_fast() 287 goto miss; in bt_fast() 291 goto miss; in bt_fast() 293 goto miss; in bt_fast() 295 goto miss; in bt_fast() 304 miss: in bt_fast()
|
| /freebsd/contrib/mtree/ |
| H A D | verify.c | 63 static void miss(NODE *, char *); 73 miss(root, path); in verify() 179 miss(NODE *p, char *tail) in miss() function 283 miss(p->child, tp + 1); in miss()
|
| /freebsd/sys/contrib/device-tree/Bindings/nios2/ |
| H A D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 58 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
| /freebsd/crypto/openssl/test/ |
| H A D | cmp_vfy_test.c | 156 static int test_validate_msg_mac_alg_protection(int miss, int wrong) in test_validate_msg_mac_alg_protection() argument 161 fixture->expected = !miss && !wrong; in test_validate_msg_mac_alg_protection() 162 if (!TEST_true(miss ? OSSL_CMP_CTX_set0_trusted(fixture->cmp_ctx, NULL) in test_validate_msg_mac_alg_protection() 259 static int test_validate_msg_signature_srvcert(int bad_sig, int miss, int wrong) in test_validate_msg_signature_srvcert() argument 263 fixture->expected = !bad_sig && !wrong && !miss; in test_validate_msg_signature_srvcert() 265 || !TEST_true(miss ? OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_validate_msg_signature_srvcert()
|
| /freebsd/contrib/tcsh/nls/russian/ |
| H A D | set13 | 12 10 hash miss:
|
| /freebsd/contrib/tcsh/nls/et/ |
| H A D | set13 | 12 10 hash miss:
|
| /freebsd/contrib/tcsh/nls/C/ |
| H A D | set13 | 12 10 hash miss:
|
| /freebsd/sys/dev/mlx5/mlx5_accel/ |
| H A D | mlx5_ipsec_fs.c | 146 struct mlx5e_ipsec_miss miss; member 304 struct mlx5e_ipsec_miss *miss, in ipsec_miss_create() argument 323 miss->group = mlx5_create_flow_group(ft, flow_group_in); in ipsec_miss_create() 324 if (IS_ERR(miss->group)) { in ipsec_miss_create() 325 err = PTR_ERR(miss->group); in ipsec_miss_create() 336 miss->rule = mlx5_add_flow_rules(ft, NULL, &flow_act, dest, 1); in ipsec_miss_create() 337 if (IS_ERR(miss->rule)) { in ipsec_miss_create() 338 mlx5_destroy_flow_group(miss->group); in ipsec_miss_create() 339 err = PTR_ERR(miss->rule); in ipsec_miss_create() 1643 mlx5_del_flow_rules(&rx_ip_type->miss.rule); in ipsec_fs_rx_ip_type_catchall_rule_destroy() [all …]
|
| /freebsd/tools/tools/sysbuild/ |
| H A D | sysbuild.sh | 285 miss=`(cd $p ; ports_make missing) || true` 287 if [ "x${miss}" != "x" ] ; then 288 log_it "NB: MISSING for $p:" $miss
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | kevent9.sh | 127 // Sometimes we miss a NOTE_EXIT. If it hasn't arrived by the timeout, bail out since
|
| /freebsd/sys/net80211/ |
| H A D | DEFERRED_WORK.md | 143 * ic_bmiss_task - deferred beacon miss handler 150 * iv_swbmiss_task - deferred per-vap beacon miss processing 162 with some state into the taskqueue. Eg, the newstate task used to "miss"
|
| H A D | DATAPATH_RECEIVE.md | 156 beacon miss frames. 159 the beacon miss event - which may be triggered by a timer -
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_sigcrypt.c | 521 int i, miss = -1; in algo_needs_missing() local 528 if(n->needs[i] == 1 && miss == -1) in algo_needs_missing() 529 miss = i; in algo_needs_missing() 531 if(miss != -1) return miss; in algo_needs_missing()
|
| /freebsd/sys/contrib/device-tree/src/nios2/ |
| H A D | 3c120_devboard.dts | 39 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
| H A D | 10m50_devboard.dts | 25 altr,fast-tlb-miss-addr = <0xc0000100>;
|
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 324 SDT_PROBE_DEFINE4(vfs, namecache, fullpath_smr, miss, "struct vnode *", 329 SDT_PROBE_DEFINE1(vfs, namecache, fullpath, miss, "struct vnode *"); 336 SDT_PROBE_DEFINE2(vfs, namecache, lookup, miss, "struct vnode *", 340 SDT_PROBE_DEFINE2(vfs, namecache, removecnp, miss, "struct vnode *", 674 STATNODE_COUNTER(miss, nummiss, "Number of cache misses"); 1131 long poshits, neghits, miss, total; in sysctl_hitpct() local 1136 miss = counter_u64_fetch(nummiss); in sysctl_hitpct() 1137 total = poshits + neghits + miss; in sysctl_hitpct() 1886 SDT_PROBE2(vfs, namecache, removecnp, miss, dvp, cnp); in cache_remove_cnp() 1940 SDT_PROBE2(vfs, namecache, removecnp, miss, dvp, cnp); in cache_remove_cnp() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_stats.pod | 46 record a miss.
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 113 self.miss = 0 116 total = self.hit + self.miss 122 (name, self.hit, self.miss, ratio) 137 self.stats.miss += 1
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-ANDROID.md | 63 keep in mind that if you miss it, Configure will try to use gcc...
|
| /freebsd/contrib/googletest/docs/ |
| H A D | pkgconfig.md | 40 `target_compile_definitions()` might still miss this). The same recommendation
|
| /freebsd/contrib/tcsh/nls/finnish/ |
| H A D | set3 | 19 17 Laajenna edelliseksi sanaksi, missä on tämä alkuosa
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | iconv.m4 | 234 dnl Otherwise aclocal's initial scan pass would miss the macro definition.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 351 return ShaderKind::miss; in getShaderKindEnum()
|
| /freebsd/lib/libpmc/ |
| H A D | libpmc.c | 492 __K8MASK(page-miss, 1), 528 __K8MASK(probe-miss, 0),
|