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

/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c91 } error_state; variable in typeref:struct:State_s
145 error_state.breakpoint = ERROR_ERROR;
149 error_state.breakpoint = ERROR_FATAL;
153 error_state.breakpoint = ERROR_PANIC;
156 error_state.breakpoint = strtol(v, NiL, 0);
160 error_state.breakpoint = 0;
162 error_info.core = error_state.breakpoint;
172 error_state.count = strtol(v, NiL, 0);
174 error_state.count = 0;
192 if (error_state
[all...]

Completed in 58 milliseconds