Home
last modified time | relevance | path

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

1234567891011

/freebsd-src/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
139 // probing and has good cache behavior in the common case.
185 // Use quadratic probing, it has fewer clumping artifacts than linear
186 // probing and has good cache behavior in the common case. in RemoveKey()
/freebsd-src/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-src/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-src/lib/libc/stdlib/
H A Dhsearch_r.c37 * implementation we use quadratic probing. Quadratic probing has the
/freebsd-src/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-src/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-src/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77686.txt7 client while probing.This document describes the binding for mfd device and
/freebsd-src/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-src/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-src/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-src/sys/riscv/conf/
H A DNOTES87 # riscv doesn't support inb/outb, so disable chipset probing which needs it
/freebsd-src/share/examples/drivers/
H A DREADME9 for initialization, probing, attaching, as well as DEVFS
/freebsd-src/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-src/share/examples/netgraph/
H A Dframe_relay16 # The Link management protocol is now alive and probing..
/freebsd-src/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-src/sys/contrib/device-tree/Bindings/virtio/
H A Diommu.txt4 discovered dynamically by the PCI probing infrastructure. However the
/freebsd-src/sys/isa/
H A Disa_if.m64 # ENOENT, allowing the caller to fall back to heuristic probing
/freebsd-src/sys/arm/conf/
H A Dstd.armv734 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
H A Dstd.armv6
/freebsd-src/share/man/man4/
H A Dvirtio.460 This device provides the probing, configuration, and
/freebsd-src/stand/defaults/
H A Dloader.conf135 #boot_pause="" # -p: Pause after each line during device probing
165 #kern.cam.scsi_delay="2000" # Delay (in ms) before probing SCSI

1234567891011