Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c79 sizeof (usba_devdb_info_t), in usba_devdb_initialization()
416 u1 = ((usba_devdb_info_t *)p1)->usb_dev; in usba_devdb_compare()
417 u2 = ((usba_devdb_info_t *)p2)->usb_dev; in usba_devdb_compare()
484 usba_devdb_info_t *dbnode; in usba_devdb_build_device_database()
508 dbnode = (usba_devdb_info_t *)kmem_zalloc( in usba_devdb_build_device_database()
509 sizeof (usba_devdb_info_t), KM_SLEEP); in usba_devdb_build_device_database()
522 sizeof (usba_devdb_info_t)); in usba_devdb_build_device_database()
546 usba_devdb_info_t *dbnode; in usba_devdb_destroy_device_database()
553 while ((dbnode = (usba_devdb_info_t *) in usba_devdb_destroy_device_database()
560 kmem_free(dbnode, sizeof (usba_devdb_info_t)); in usba_devdb_destroy_device_database()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb_impl.h47 } usba_devdb_info_t; typedef