Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c52 }usba_root_hub_ent_t; typedef
54 static usba_root_hub_ent_t *usba_root_hubs = NULL;
1353 usba_root_hub_ent_t *hub; in usba_add_root_hub()
1355 hub = (usba_root_hub_ent_t *) in usba_add_root_hub()
1356 kmem_zalloc(sizeof (usba_root_hub_ent_t), KM_SLEEP); in usba_add_root_hub()
1370 usba_root_hub_ent_t **hubp, *hub; in usba_rem_root_hub()
1395 usba_root_hub_ent_t *hub; in usba_is_root_hub()