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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c44 /* mutex to protect usba_root_hubs */
52 static usba_root_hub_ent_t *usba_root_hubs = NULL; variable
1333 /* add a new root hub to the usba_root_hubs list */
1345 hub->next = usba_root_hubs;
1346 usba_root_hubs = hub;
1350 /* remove a root hub from the usba_root_hubs list */
1358 hubp = &usba_root_hubs;
1375 * usba is recorded in the linked list pointed to by usba_root_hubs
1383 hub = usba_root_hubs;

Completed in 61 milliseconds