Searched defs:debug_info (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dnexusdebug.h41 * file where this header file is included. The scoping of debug_info,
54 static int debug_info = 1; variable
63 if (debug_print_level & (print_flag) && debug_info & \
68 if (debug_info & ENTER_MON) \
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddebug_info.h43 typedef struct debug_info { struct
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c45 pdev->debug_info.curr_er_debug_idx++;
46 if (pdev->debug_info.curr_er_debug_idx == MAX_ER_DEBUG_ENTRIES)
48 pdev->debug_info.curr_er_debug_idx=0;
69 lm_er_debug_info_t * debug_info = NULL; local
77 ASSERT_STATIC(ARRSIZE(debug_info->attn_sig) >= MAX_ATTN_REGS);
86 debug_info = &((pdev)->debug_info.er_debug_info[pdev->debug_info.curr_er_debug_idx]);
89 debug_info->attn_sig[i] = attn_sig[i];
106 debug_info
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c30 * bootstrap based upon a debug_info structure at a known VA, using the
55 #include <sys/debug_info.h>
1336 uintptr_t debug_info = DEBUG_INFO; local
1376 debug_info = DEBUG_INFO_HVM;
1378 if (xkb_read(xkb, debug_info, &xkb->xkb_info,
1380 return (xkb_fail(xkb, "cannot read debug_info"));
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3149 lm_debug_info_t debug_info; member in struct:_lm_device_t

Completed in 140 milliseconds