MCPcopy Create free account
hub / github.com/F-Stack/f-stack / devnomatch

Function devnomatch

freebsd/kern/subr_bus.c:788–792  ·  view source on GitHub ↗

* Called when there's no match for this device. This is only called * the first time that no match happens, so we don't keep getting this * message. Should that prove to be undesirable, we can change it. * This is called when all drivers that can attach to a given bus * decline to accept this device. Other errors may not be detected. */

Source from the content-addressed store, hash-verified

786 * decline to accept this device. Other errors may not be detected.
787 */
788static void
789devnomatch(device_t dev)
790{
791 devaddq("?", "", dev);
792}
793
794static int
795sysctl_devctl_queue(SYSCTL_HANDLER_ARGS)

Callers 3

devclass_driver_deletedFunction · 0.85
device_probeFunction · 0.85
device_gen_nomatchFunction · 0.85

Calls 1

devaddqFunction · 0.85

Tested by

no test coverage detected