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

/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c411 if (px_log & PX_PANIC)
415 if (px_log & PX_PROTECTED)
419 if (px_log & PX_NO_PANIC)
423 if (px_log & PX_NO_ERROR)
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1078 if (px_log & PX_HW_RESET) {
1092 if (px_log & PX_PANIC) {
1105 if (px_log & PX_PROTECTED) {
1119 if (px_log & PX_NO_PANIC) {
1133 if (px_log & PX_NO_ERROR) {

Completed in 158 milliseconds