Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c751 UINT64 dev_quantity = 0; variable
941 dev_quantity |= 1ull << (unsigned int)device_get_unit(dev); in umass_attach()
3311 dev_quantity |= 1ull << (unsigned int)device_get_unit(dev); in umass_attach_dev_sub()
3400 dev_quantity &= ~(1ull << (unsigned int)device_get_unit(dev)); in umass_detach_dev_sub()
3542 if (!(0x1 & (dev_quantity >> dev_unit))) in devunit_to_devname()