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

/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c55 * Callback for find_uhci_statep (called back from walk "softstate" in
56 * find_uhci_statep).
143 find_uhci_statep(void *td_qh, boolean_t td_or_qh, uhci_state_t *uhci_statep) function
222 if (find_uhci_statep((void *)addr, UHCI_TD, uhcip) != 1) {
333 if (find_uhci_statep((void *)addr, UHCI_QH, uhcip) != 1) {
464 if (find_uhci_statep((void *)wsp->walk_addr, UHCI_TD,
542 if (find_uhci_statep((void *)wsp->walk_addr, UHCI_QH,

Completed in 58 milliseconds