Home
last modified time | relevance | path

Searched refs:device_delete_child (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1046 if (device_delete_child(udev->parent_dev, dev)) { in usb_detach_device_sub()
1089 * Then delete the child using "device_delete_child()" which in usb_detach_device()
1145 if (device_delete_child(udev->parent_dev, dev)) { in usb_probe_and_attach_sub()
1151 panic("device_delete_child() failed\n"); in usb_probe_and_attach_sub()
1344 if (device_delete_child(udev->parent_dev, uaa.temp_dev)) in usb_probe_and_attach()
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c1534 device_delete_child(device_t dev, device_t child) in device_delete_child() function
1547 error = device_delete_child(child, grandchild); in device_delete_child()
1568 * any, using the device_delete_child() function for each device it
1588 error = device_delete_child(dev, child); in device_delete_children()
/third_party/FreeBSD/sys/sys/
H A Dbus.h291 int device_delete_child(device_t dev, device_t child);

Completed in 8 milliseconds