Searched full:probed (Results 1 – 25 of 196) sorted by relevance
12345678
/freebsd/stand/i386/gptzfsboot/ |
H A D | gptzfsboot.8 | 54 Other disks are probed in BIOS defined order. 55 After a disk is probed and 58 individual partitions are probed in their partition table order. 62 are probed. 82 The ZFS GUIDs of the first successfully probed device and the first
|
/freebsd/share/man/man9/ |
H A D | device.9 | 63 A device which has been successfully probed and attached to the 86 the device has not been probed for existence or the probe failed
|
H A D | bhnd_erom.9 | 198 If successful, the probed chip identification is written to the location 440 function returns a pointer to the probed
|
H A D | DEVICE_ATTACH.9 | 57 the child devices will be automatically probed and attached.
|
H A D | device_get_softc.9 | 45 The softc is also initialized and present when a device is probed,
|
H A D | device_get_state.9 | 63 To test see if a device was successfully probed, call
|
/freebsd/sys/xen/xenmem/ |
H A D | xenmem_if.m | 64 * @param _dev the device whose child was being probed. 82 * @param _dev the device whose child was being probed.
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom_if.m | 57 * and the probed chip identification. 67 * @param[out] cid On success, the probed chip identifier. 70 * parser for the probed bus.
|
H A D | bhnd_erom.h | 123 * (see BUS_PROBE_*) and the probed chip identification. 132 * @param[out] cid On success, the probed chip identifier. 135 * parser for the probed bus.
|
/freebsd/stand/man/ |
H A D | loader_lua.8 | 64 Then, devices are probed, 181 Then, MD is probed and set to
|
H A D | loader_4th.8 | 67 Then, devices are probed, 440 Then, MD will be probed and be set to
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 1 //===- llvm/ADT/DenseSet.h - Dense probed hash table ------------*- C++ -*-===// 266 /// Implements a dense probed hash-table based set. 282 /// Implements a dense probed hash-table based set with some number of buckets
|
/freebsd/sys/dev/ow/ |
H A D | ow.c | 432 uint64_t probed, last_mask; in ow_enumerate() local 448 probed = 0; in ow_enumerate() 518 probed |= 1ull << i; in ow_enumerate() 524 foundfp(dev, probed); in ow_enumerate() 525 last_mask = probed; in ow_enumerate()
|
/freebsd/sys/contrib/device-tree/Bindings/reserved-memory/ |
H A D | qcom,cmd-db.txt | 10 resource properties may change. These properties are dynamically probed by the
|
H A D | qcom,cmd-db.yaml | 16 resource properties may change. These properties are dynamically probed by the
|
/freebsd/sys/contrib/device-tree/Bindings/openrisc/opencores/ |
H A D | or1ksim.txt | 19 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp151c-mect1s.dts | 121 /* All this DP83TG720R PHYs can't be probed before switch@0 is 122 * probed so we need to use compatible with PHYid
|
H A D | stm32mp151a-prtt1c.dts | 104 /* All this DP83TD510E PHYs can't be probed before switch@0 is 105 * probed so we need to use compatible with PHYid
|
/freebsd/sys/contrib/device-tree/Bindings/mips/img/ |
H A D | pistachio.txt | 14 be probed via CPS, it is not necessary to specify secondary CPUs. Required
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | sodaville.txt | 10 There is no compatible property for now because the driver is probed via
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,mdio-mux-iproc.txt | 13 Every non-ethernet PHY requires a compatible so that it could be probed based
|
H A D | micrel.txt | 51 PHY is probed.
|
/freebsd/share/examples/drivers/ |
H A D | README | 13 so that you may have several of your 'foobar' devices probed and attached
|
/freebsd/share/man/man4/ |
H A D | chromebook_platform.4 | 47 or safely probed.
|
H A D | sbp.4 | 66 even when the device cannot be probed correctly for some reason after a bus reset
|
12345678