Searched defs:tmp_td (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1539 uhci_td_t *tmp_td; local
1697 tmp_td = tw->tw_hctd_head;
1698 while (tmp_td != NULL) {
1700 SetTD_status(uhcip, tmp_td, UHCI_TD_ACTIVE);
1701 tmp_td = tmp_td->tw_td_next;
2557 uhci_td_t *tmp_td; local
2574 tmp_td = tw->tw_hctd_head;
2576 if (tmp_td != td) {
2577 while (tmp_td
2792 uhci_td_t *current_dummy, *tmp_td; local
3270 uhci_td_t *tmp_td; local
4520 uhci_td_t *tmp_td, *td_head; local
4643 uhci_td_t *head, *tmp_td; local
[all...]

Completed in 52 milliseconds