Home
last modified time | relevance | path

Searched refs:usb_flag (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c440 uint_t usb_flag = NULL; in usba_device() local
458 'p', MDB_OPT_SETBITS, USB_DUMP_ACTIVE_PIPES, &usb_flag, in usba_device()
459 'v', MDB_OPT_SETBITS, USB_DUMP_VERBOSE, &usb_flag, NULL) != argc) { in usba_device()
464 if (usb_flag && !(DCMD_HDRSPEC(flags))) { in usba_device()
510 if (usb_flag & USB_DUMP_VERBOSE) { in usba_device()
646 if (usb_flag & USB_DUMP_ACTIVE_PIPES) { in usba_device()
H A Dprtusb.c544 uint_t usb_flag = 0; in prtusb() local
570 't', MDB_OPT_SETBITS, OPT_TREE, &usb_flag, in prtusb()
571 'v', MDB_OPT_SETBITS, OPT_VERB, &usb_flag, NULL) != argc) { in prtusb()
632 if (usb_flag & OPT_TREE) { in prtusb()
661 if (usb_flag & OPT_VERB) { in prtusb()
705 if (usb_flag) { in prtusb()