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

/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c78 sizeof (usba_devdb_info_t),
415 u1 = ((usba_devdb_info_t *)p1)->usb_dev;
416 u2 = ((usba_devdb_info_t *)p2)->usb_dev;
483 usba_devdb_info_t *dbnode;
507 dbnode = (usba_devdb_info_t *)kmem_zalloc(
508 sizeof (usba_devdb_info_t), KM_SLEEP);
521 sizeof (usba_devdb_info_t));
545 usba_devdb_info_t *dbnode;
552 while ((dbnode = (usba_devdb_info_t *)
559 kmem_free(dbnode, sizeof (usba_devdb_info_t));
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_devdb_impl.h47 } usba_devdb_info_t; typedef in typeref:struct:usba_devdb_info

Completed in 98 milliseconds