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

/freebsd-11.0-release/sys/dev/usb/
H A Dusb_bus.h57 struct root_hold_token *bus_roothold; member in struct:usb_bus
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dusb_controller.c157 if (bus->bus_roothold != NULL) {
158 DPRINTF("Releasing root mount hold %p\n", bus->bus_roothold);
159 root_mount_rel(bus->bus_roothold);
160 bus->bus_roothold = NULL;
183 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev));

Completed in 99 milliseconds