Home
last modified time | relevance | path

Searched refs:device_probe_child (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dbus.h324 int device_probe_child(device_t bus, device_t dev);
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c324 * device_probe_child() if a device exists for which there is no in devclass_find_internal()
1742 if ((error = device_probe_child(dev->parent, dev)) != 0) { in device_probe()
2423 device_probe_child(device_t dev, device_t child) in device_probe_child() function
2435 panic("device_probe_child: parent device has no devclass"); in device_probe_child()

Completed in 6 milliseconds