Home
last modified time | relevance | path

Searched refs:error_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c91 } error_state; variable
145 error_state.breakpoint = ERROR_ERROR; in setopt()
149 error_state.breakpoint = ERROR_FATAL; in setopt()
153 error_state.breakpoint = ERROR_PANIC; in setopt()
156 error_state.breakpoint = strtol(v, NiL, 0); in setopt()
160 error_state.breakpoint = 0; in setopt()
162 error_info.core = error_state.breakpoint; in setopt()
172 error_state.count = strtol(v, NiL, 0); in setopt()
174 error_state.count = 0; in setopt()
192 if (error_state.match) in setopt()
[all …]
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1224 goto error_state; in hmeattach()
1239 goto error_state; in hmeattach()
1253 goto error_state; in hmeattach()
1281 goto error_state; in hmeattach()
1344 goto error_state; in hmeattach()
1557 error_state: in hmeattach()