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

/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c47 int uhci_qh(uintptr_t, uint_t, int, const mdb_arg_t *);
290 uhci_qh(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
324 if ((mdb_pwalk_dcmd("uhci_qh", "uhci_qh", new_argc, new_argv,
326 mdb_warn("failed to walk 'uhci_qh'");
614 { "uhci_qh", ": [-bd]", "print UHCI QH", uhci_qh, NULL},
623 { "uhci_qh", "walk list of UHCI QH structures",
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h136 typedef struct uhci_qh { struct
145 struct uhci_qh *prev_qh; /* Pointer to Prev queue head */

Completed in 65 milliseconds