| /freebsd/contrib/unbound/testcode/ |
| H A D | unitinfra.c | 105 /* advance time and check that probing is as expected; we already had a in test_keep_probing() 193 unit_show_feature("infra cache probing (keep-probing off, default infra-cache-max-rtt)"); in infra_test() 196 unit_show_feature("infra cache probing (keep-probing on, default infra-cache-max-rtt)"); in infra_test() 199 unit_show_feature("infra cache probing (keep-probing off, low infra-cache-max-rtt)"); in infra_test() 202 unit_show_feature("infra cache probing (keep-probing on, low infra-cache-max-rtt)"); in infra_test()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringMap.cpp | 106 // empty bucket. This reduces probing. in LookupBucketFor() 138 // Use quadratic probing, it has fewer clumping artifacts than linear in LookupBucketFor() 139 // probing and has good cache behavior in the common case. in LookupBucketFor() 185 // Use quadratic probing, it has fewer clumping artifacts than linear in FindKey() 186 // probing and has good cache behavior in the common case. in FindKey()
|
| /freebsd/stand/efi/boot1/ |
| H A D | proto.c | 77 DPRINTF("probing: %S ", text); in probe_handle() 194 /* Scan all partitions, probing with all modules. */ in choice_protocol() 195 printf(" Probing %zu block devices...", nhandles); in choice_protocol()
|
| /freebsd/share/man/man9/ |
| H A D | DEVICE_PROBE.9 | 81 zero: zero indicates highest priority, no further probing is done; 126 and no probing is really done.
|
| /freebsd/lib/libc/stdlib/ |
| H A D | hsearch_r.c | 37 * implementation we use quadratic probing. Quadratic probing has the
|
| /freebsd/usr.sbin/smbmsg/ |
| H A D | smbmsg.8 | 75 Note that probing the bus is risky, since individual devices could 80 the probing would trigger this action.
|
| /freebsd/sys/contrib/device-tree/Bindings/display/connector/ |
| H A D | hdmi-connector.txt | 11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
|
| H A D | vga-connector.yaml | 19 description: phandle link to the I2C controller used for DDC EDID probing
|
| H A D | dvi-connector.yaml | 23 description: phandle link to the I2C controller used for DDC EDID probing
|
| H A D | hdmi-connector.yaml | 32 description: phandle link to the I2C controller used for DDC EDID probing
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | max77686.txt | 7 client while probing.This document describes the binding for mfd device and
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 169 * Fix probing for Heimdal's libroken to work with older versions. 316 When probing for Kerberos libraries, always add any supplemental 341 Avoid krb5-config and use manual library probing if --with-krb5-lib or 384 When probing for <ibm_svc/krb5_svc.h> (part of AIX's bundled Kerberos 537 * Fall back on manual probing if krb5-config results don't work. 696 executable, don't use it. This allows one to force library probing by 706 Fix Autoconf syntax error when probing for libkrb5support. Thanks, 715 Fix the probing of PAM headers for const on Mac OS X. This will
|
| /freebsd/usr.sbin/rtsold/ |
| H A D | rtsold.8 | 112 detects such failures by periodically probing to see if the status 209 sends probing packets to default routers that have advertised Router
|
| /freebsd/sbin/reboot/ |
| H A D | boot_i386.8 | 219 pause after each attached device during the device probing phase. 251 be verbose during device probing (and later).
|
| /freebsd/sys/netinet/ |
| H A D | tcp_timer.h | 70 * amount of time probing, then we drop the connection. 86 #define TCPTV_KEEP_IDLE MSEC_2_TICKS(120*60*1000) /* dflt time before probing */
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | brcm,bcm2835-hdmi.yaml | 37 Phandle of the I2C controller used for DDC EDID probing
|
| H A D | st,stih4xx.txt | 26 - ranges: to allow probing of subdevices 70 - ddc: phandle of an I2C controller used for DDC EDID probing
|
| /freebsd/contrib/pam-krb5/m4/ |
| H A D | krb5.m4 | 47 dnl probing the Kerberos library properties. 63 dnl Headers to include when probing for Kerberos library properties. 255 dnl additional probing we need to do to uncover error handling features, and
|
| /freebsd/share/examples/netgraph/ |
| H A D | frame_relay | 16 # The Link management protocol is now alive and probing..
|
| /freebsd/sys/riscv/conf/ |
| H A D | NOTES | 87 # riscv doesn't support inb/outb, so disable chipset probing which needs it
|
| /freebsd/sys/contrib/device-tree/Bindings/virtio/ |
| H A D | iommu.txt | 4 discovered dynamically by the PCI probing infrastructure. However the
|
| /freebsd/sys/isa/ |
| H A D | isa_if.m | 64 # ENOENT, allowing the caller to fall back to heuristic probing
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 467 // FoundTombstone - Keep track of whether we find a tombstone while probing. in LookupBucketFor() 487 // If we've already seen a tombstone while probing, fill it in instead in LookupBucketFor() 494 // prefer to return it than something that would require more probing. in LookupBucketFor() 500 // probing. in LookupBucketFor()
|
| /freebsd/sys/contrib/device-tree/Bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 263 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 295 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 336 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 380 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
| /freebsd/contrib/libucl/klib/ |
| H A D | khash.h | 51 * Use quadratic probing. When the capacity is power of 2, stepping function 53 hashing on cache performance and is more robust than linear probing. 55 In theory, double hashing should be more robust than quadratic probing. 74 * Allow to optionally use linear probing which usually has better
|