Home
last modified time | relevance | path

Searched full:probing (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/freebsd/contrib/unbound/testcode/
H A Dunitinfra.c105 /* 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 DStringMap.cpp106 // 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 Dproto.c77 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 DDEVICE_PROBE.981 zero: zero indicates highest priority, no further probing is done;
126 and no probing is really done.
/freebsd/lib/libc/stdlib/
H A Dhsearch_r.c37 * implementation we use quadratic probing. Quadratic probing has the
/freebsd/usr.sbin/smbmsg/
H A Dsmbmsg.875 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 Dhdmi-connector.txt11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
H A Dvga-connector.yaml19 description: phandle link to the I2C controller used for DDC EDID probing
H A Ddvi-connector.yaml23 description: phandle link to the I2C controller used for DDC EDID probing
H A Dhdmi-connector.yaml32 description: phandle link to the I2C controller used for DDC EDID probing
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77686.txt7 client while probing.This document describes the binding for mfd device and
/freebsd/contrib/pam-krb5/
H A DNEWS169 * 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 Drtsold.8112 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 Dboot_i386.8219 pause after each attached device during the device probing phase.
251 be verbose during device probing (and later).
/freebsd/sys/netinet/
H A Dtcp_timer.h70 * 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 Dbrcm,bcm2835-hdmi.yaml37 Phandle of the I2C controller used for DDC EDID probing
H A Dst,stih4xx.txt26 - 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 Dkrb5.m447 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 Dframe_relay16 # The Link management protocol is now alive and probing..
/freebsd/sys/riscv/conf/
H A DNOTES87 # riscv doesn't support inb/outb, so disable chipset probing which needs it
/freebsd/sys/contrib/device-tree/Bindings/virtio/
H A Diommu.txt4 discovered dynamically by the PCI probing infrastructure. However the
/freebsd/sys/isa/
H A Disa_if.m64 # ENOENT, allowing the caller to fall back to heuristic probing
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h467 // 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 Dnvidia,tegra20-host1x.txt263 - 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 Dkhash.h51 * 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

12345678910>>...12