Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c99 if (bus->bus_roothold != NULL) { in usb_root_mount_rel()
100 DPRINTF("Releasing root mount hold %p\n", bus->bus_roothold); in usb_root_mount_rel()
101 root_mount_rel(bus->bus_roothold); in usb_root_mount_rel()
102 bus->bus_roothold = NULL; in usb_root_mount_rel()
131 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev)); in usb_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h47 struct root_hold_token *bus_roothold; member