Home
last modified time | relevance | path

Searched refs:px_log (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_space.c162 uint32_t px_log = PX_PANIC | PX_NO_PANIC | PX_PROTECTED | PX_HW_RESET; variable
164 uint32_t px_log = PX_PANIC; variable
H A Dpx_space.h115 extern uint32_t px_log;
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c411 if (px_log & PX_PANIC) in px_err_epkt_severity()
415 if (px_log & PX_PROTECTED) in px_err_epkt_severity()
419 if (px_log & PX_NO_PANIC) in px_err_epkt_severity()
423 if (px_log & PX_NO_ERROR) in px_err_epkt_severity()
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1078 if (px_log & PX_HW_RESET) { in px_err_hw_reset_handle()
1092 if (px_log & PX_PANIC) { in px_err_panic_handle()
1105 if (px_log & PX_PROTECTED) { in px_err_protected_handle()
1119 if (px_log & PX_NO_PANIC) { in px_err_no_panic_handle()
1133 if (px_log & PX_NO_ERROR) { in px_err_no_error_handle()