Searched refs:find_uhci_statep (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/uhci/ |
H A D | uhci.c | 143 find_uhci_statep(void *td_qh, boolean_t td_or_qh, uhci_state_t *uhci_statep) in find_uhci_statep() function 222 if (find_uhci_statep((void *)addr, UHCI_TD, uhcip) != 1) { in uhci_td() 333 if (find_uhci_statep((void *)addr, UHCI_QH, uhcip) != 1) { in uhci_qh() 464 if (find_uhci_statep((void *)wsp->walk_addr, UHCI_TD, in uhci_td_walk_init() 542 if (find_uhci_statep((void *)wsp->walk_addr, UHCI_QH, in uhci_qh_walk_init()
|