Searched refs:usb_flag (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 508 uint_t usb_flag = 0; in usba_device() local 526 'p', MDB_OPT_SETBITS, USB_DUMP_ACTIVE_PIPES, &usb_flag, in usba_device() 527 'v', MDB_OPT_SETBITS, USB_DUMP_VERBOSE, &usb_flag, NULL) != argc) { in usba_device() 532 if (usb_flag && !(DCMD_HDRSPEC(flags))) { in usba_device() 578 if (usb_flag & USB_DUMP_VERBOSE) { in usba_device() 715 if (usb_flag & USB_DUMP_ACTIVE_PIPES) { in usba_device()
|
H A D | prtusb.c | 581 uint_t usb_flag = 0; in prtusb() local 608 't', MDB_OPT_SETBITS, OPT_TREE, &usb_flag, in prtusb() 609 'v', MDB_OPT_SETBITS, OPT_VERB, &usb_flag, NULL) != argc) { in prtusb() 675 if (usb_flag & OPT_TREE) { in prtusb() 704 if (usb_flag & OPT_VERB) { in prtusb() 748 if (usb_flag) { in prtusb()
|