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.c100 if (bus->bus_roothold != NULL) { in usb_root_mount_rel()
101 DPRINTF("Releasing root mount hold %p\n", bus->bus_roothold); in usb_root_mount_rel()
102 root_mount_rel(bus->bus_roothold); in usb_root_mount_rel()
103 bus->bus_roothold = NULL; in usb_root_mount_rel()
132 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev)); in usb_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_bus.h48 struct root_hold_token *bus_roothold; member