Solaris Modular Debugger Guide

dcmds

::usba_debug_buf

Print the USB debugging information buffer.

address ::usb_hcdi_cb

Given the address of a host controller callback structure (struct usb_hcdi_cb), print summary information for this callback.

[ address ] ::usb_device [-pv]

Given the address of a usb_device structure, print summary information. If no address is supplied, this dcmd walks the global list of usb_device structures. If the -p option is present, also list information for all open pipes on this device. If the -v option is present, list verbose information for each device.

address ::usb_pipe_handle

Given the address of a USB pipe handle structure (struct usb_pipe_handle_impl), print summary information for this handle.