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