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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1869 ohci_td_t *cpu_current_dummy; local
1929 cpu_current_dummy = (ohci_td_t *)
1936 ohci_polled_fill_in_td(ohcip, cpu_current_dummy, td,
1940 ohci_polled_insert_td_on_tw(ohcip, tw, cpu_current_dummy);
2243 ohci_td_t *cpu_current_dummy; local
2256 cpu_current_dummy = (ohci_td_t *)
2263 ohci_polled_fill_in_td(ohcip, cpu_current_dummy, new_dummy,
2275 ohci_polled_insert_td_on_tw(ohcip, tw, cpu_current_dummy);
H A Dohci.c5878 ohci_td_t *cpu_current_dummy; local
5894 cpu_current_dummy = (ohci_td_t *)
5901 ohci_fill_in_td(ohcip, cpu_current_dummy, new_dummy,
5914 ohcip, pp, tw, cpu_current_dummy, new_dummy);
5918 bzero((char *)cpu_current_dummy, sizeof (ohci_td_t));
5919 Set_TD(cpu_current_dummy->hctd_state, HC_TD_DUMMY);
5945 ohci_insert_td_on_tw(ohcip, tw, cpu_current_dummy);

Completed in 62 milliseconds