Lines Matching defs:verbose

70 static void display_one_work(pmcwork_t *wp, int verbose, int idx);
130 display_ic(struct pmcs_hw m, int verbose)
451 display_iport(struct pmcs_hw m, uintptr_t addr, int verbose,
657 display_hwinfo(struct pmcs_hw m, int verbose)
713 display_targets(struct pmcs_hw m, int verbose, int totals_only)
795 if (verbose) {
879 display_one_work(pmcwork_t *wp, int verbose, int idx)
911 if (verbose) {
923 if (verbose) {
933 display_work(struct pmcs_hw m, int verbose, int wserno)
1038 if (!verbose && ((wp + idx)->htag == PMCS_TAG_TYPE_FREE)) {
1043 if (verbose) {
1048 if (verbose) {
1058 display_one_work(wp + idx, verbose, idx);
1067 print_spcmd(pmcs_cmd_t *sp, void *kaddr, int printhdr, int verbose)
1074 if (verbose) {
1087 * If we're printing verbose, dump the CDB as well.
1089 if (verbose) {
1119 display_waitqs(struct pmcs_hw m, int verbose)
1137 print_spcmd(&s, sp, first, verbose);
1153 print_spcmd(&s, sp, first, verbose);
1188 print_spcmd(&s, sp, first, verbose);
1204 print_spcmd(&s, sp, first, verbose);
1220 print_spcmd(&s, sp, first, verbose);
1727 uint_t verbose)
1774 if (!verbose) {
1860 display_inbound_queues(struct pmcs_hw ss, uint64_t devid_filter, uint_t verbose)
1902 if (!verbose) {
1942 display_phy(struct pmcs_phy phy, struct pmcs_phy *phyp, int verbose,
2004 if ((phy.dtype != NOTHING) || verbose) {
2015 if (verbose) {
2071 * In verbose mode, on the next line print the drill down
2075 if (verbose) {
2105 display_phys(struct pmcs_hw ss, int verbose, struct pmcs_phy *parent, int level,
2136 if (verbose) {
2150 display_phy(phy, pphy, verbose, totals_only);
2153 display_phys(ss, verbose, phy.children, level + 1,
2166 if (verbose) {
2194 const char *phy_path, uint64_t sas_address, uint64_t verbose)
2348 if (verbose) {
2860 uint_t verbose = 0;
2880 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2897 tail_lines, match_phy_path, match_sas_address, verbose));
2900 match_phy_path, match_sas_address, verbose));
2910 uint_t verbose = FALSE;
2966 'v', MDB_OPT_SETBITS, TRUE, &verbose,
2995 verbose = TRUE;
3051 display_waitqs(ss, verbose);
3054 display_hwinfo(ss, verbose);
3057 display_phys(ss, verbose, NULL, 0, tgt_phy_count);
3060 display_targets(ss, verbose, tgt_phy_count);
3063 display_work(ss, verbose, wserno);
3066 display_ic(ss, verbose);
3069 display_inbound_queues(ss, devid, verbose);
3072 display_outbound_queues(ss, devid, verbose);
3075 display_iport(ss, addr, verbose, &pis);