Symbol: debug_info
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1336
uintptr_t debug_info = DEBUG_INFO;
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1376
debug_info = DEBUG_INFO_HVM;
usr/src/cmd/mdb/intel/modules/mdb_kb/mdb_kb.c
1378
if (xkb_read(xkb, debug_info, &xkb->xkb_info,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3627
pdev->debug_info.ack_en[0] = 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_er.c
583
pdev->debug_info.er_bit_is_set_already = TRUE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_er.c
584
pdev->debug_info.er_bit_from_previous_sessions++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_er.c
590
pdev->debug_info.er_bit_is_set_already = FALSE;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
106
debug_info = &((pdev)->debug_info.er_debug_info[pdev->debug_info.curr_er_debug_idx]);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
109
debug_info->attn_sig[i] = attn_sig[i];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
124
debug_info = &((pdev)->debug_info.er_debug_info[pdev->debug_info.curr_er_debug_idx]);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
127
debug_info->attn_sig[i] = attn_sig[i];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
45
pdev->debug_info.curr_er_debug_idx++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
46
if (pdev->debug_info.curr_er_debug_idx == MAX_ER_DEBUG_ENTRIES)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
48
pdev->debug_info.curr_er_debug_idx=0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
69
lm_er_debug_info_t * debug_info = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
77
ASSERT_STATIC(ARRSIZE(debug_info->attn_sig) >= MAX_ATTN_REGS);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
86
debug_info = &((pdev)->debug_info.er_debug_info[pdev->debug_info.curr_er_debug_idx]);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_attn.c
89
debug_info->attn_sig[i] = attn_sig[i];
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_power.c
487
++pdev->debug_info.pf0_mps_overwrite;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1796
mm_mem_zero(pdev->debug_info.ack_dis, sizeof(pdev->debug_info.ack_dis));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1797
mm_mem_zero(pdev->debug_info.ack_en, sizeof(pdev->debug_info.ack_en));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1798
pdev->debug_info.ack_def_dis = pdev->debug_info.ack_def_en = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1799
mm_mem_zero(pdev->debug_info.rx_only_int, sizeof(pdev->debug_info.rx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1800
mm_mem_zero(pdev->debug_info.tx_only_int, sizeof(pdev->debug_info.tx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1801
mm_mem_zero(pdev->debug_info.both_int, sizeof(pdev->debug_info.both_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1802
mm_mem_zero(pdev->debug_info.empty_int, sizeof(pdev->debug_info.empty_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1803
mm_mem_zero(pdev->debug_info.false_int, sizeof(pdev->debug_info.false_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1020
pdev->debug_info.ack_def_dis++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1035
pdev->debug_info.ack_def_en++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1054
pdev->debug_info.ack_dis[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1058
pdev->debug_info.ack_dis[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1060
if (pdev->debug_info.ack_dis[rss_id] == pdev->debug_info.ack_en[rss_id]) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1073
pdev->debug_info.ack_dis[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1082
pdev->debug_info.ack_en[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1086
pdev->debug_info.ack_en[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1097
pdev->debug_info.ack_en[rss_id]++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
151
pdev->debug_info.number_of_long_LSO_headers++;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
3149
lm_debug_info_t debug_info;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2623
mm_mem_zero(pdev->debug_info.ack_dis, sizeof(pdev->debug_info.ack_dis));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2624
mm_mem_zero(pdev->debug_info.ack_en, sizeof(pdev->debug_info.ack_en));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2625
mm_mem_zero(pdev->debug_info.rx_only_int, sizeof(pdev->debug_info.rx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2626
mm_mem_zero(pdev->debug_info.tx_only_int, sizeof(pdev->debug_info.tx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2627
mm_mem_zero(pdev->debug_info.both_int, sizeof(pdev->debug_info.both_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2628
mm_mem_zero(pdev->debug_info.empty_int, sizeof(pdev->debug_info.empty_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2629
mm_mem_zero(pdev->debug_info.false_int, sizeof(pdev->debug_info.false_int));
usr/src/uts/common/io/bnxe/bnxe_hw.c
1389
memset(&pLM->debug_info, 0, sizeof(pLM->debug_info));
usr/src/uts/sun4/sys/nexusdebug.h
54
static int debug_info = 1;
usr/src/uts/sun4/sys/nexusdebug.h
63
if (debug_print_level & (print_flag) && debug_info & \
usr/src/uts/sun4/sys/nexusdebug.h
68
if (debug_info & ENTER_MON) \
usr/src/uts/sun4u/io/iocache.c
63
debug_info = 1;
usr/src/uts/sun4u/io/iommu.c
124
debug_info = 1;
usr/src/uts/sun4u/io/isadma.c
228
debug_info = 1;
usr/src/uts/sun4u/io/sysiosbus.c
438
debug_info = 1;