Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c1490 uint_t which_alt; in usba_free_if_array() local
1498 for (which_alt = 0; which_alt < n_alts; which_alt++) { in usba_free_if_array()
1499 altif = &if_array[which_if].if_alt[which_alt]; in usba_free_if_array()
1775 int which_alt; /* Number of alt being dumped */ in usba_dump_if() local
1781 for (which_alt = 0; which_alt < which_if->if_n_alt; which_alt++) { in usba_dump_if()
1782 alt = &which_if->if_alt[which_alt]; in usba_dump_if()
1793 "\tAlt #%d (0x%p)", which_alt, (void *)alt); in usba_dump_if()