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

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

Completed in 96 milliseconds