Searched refs:bus_roothold (Results 1 – 2 of 2) sorted by relevance
100 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()
48 struct root_hold_token *bus_roothold; member