Lines Matching refs:prexstat
55 tnfctl_errcode_t prexstat; in tnfctl_continue() local
96 prexstat = _tnfctl_continue(hndl, &my_evt, &oldmask, in tnfctl_continue()
98 if (prexstat) { in tnfctl_continue()
114 } else if (prexstat == TNFCTL_ERR_FILENOTFOUND) { in tnfctl_continue()
117 return (prexstat); in tnfctl_continue()
129 prexstat = _tnfctl_map_to_errcode(prbstat); in tnfctl_continue()
130 return (prexstat); in tnfctl_continue()
132 prexstat = tnfctl_pid_open((pid_t)reg0, in tnfctl_continue()
135 return (prexstat); in tnfctl_continue()
147 prexstat = _tnfctl_refresh_process(hndl, &lmapok, &dl_evt); in tnfctl_continue()
148 if (prexstat && (lmapok == B_TRUE)) in tnfctl_continue()
149 return (prexstat); in tnfctl_continue()
150 prexstat = TNFCTL_ERR_NONE; in tnfctl_continue()
171 tnfctl_errcode_t prexstat; in _tnfctl_continue() local
180 prexstat = enable_target_state(hndl, watch_forks); in _tnfctl_continue()
181 if (prexstat) in _tnfctl_continue()
182 return (prexstat); in _tnfctl_continue()
264 prexstat = disable_target_state(hndl); in _tnfctl_continue()
265 if (prexstat) in _tnfctl_continue()
266 return (prexstat); in _tnfctl_continue()