Home
last modified time | relevance | path

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

1234567891011

/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.c75 DPRINTF("probing: %S ", text); in probe_handle()
192 /* Scan all partitions, probing with all modules. */ in choice_protocol()
193 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/crypto/openssl/crypto/
H A Darmcap.c164 * Capability probing by catching SIGILL appears to be problematic in OPENSSL_cpuid_setup()
261 * Probing for ARMV7_TICK is known to produce unreliable results, in OPENSSL_cpuid_setup()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77686.txt7 client while probing.This document describes the binding for mfd device and
/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/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/sys/netinet/
H A Dtcp_timer.h68 * amount of time probing, then we drop the connection.
83 #define TCPTV_KEEP_IDLE (120*60*hz) /* 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/share/examples/drivers/
H A DREADME9 for initialization, probing, attaching, as well as DEVFS
/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/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
/freebsd/sys/isa/
H A Disa_if.m64 # ENOENT, allowing the caller to fall back to heuristic probing
/freebsd/sys/dev/sym/
H A Dsym_conf.h214 * the actual BUS mode. May-be, the BUS mode probing of
218 * to require a user option to be set for the DIFF probing

1234567891011