Lines Matching defs:prexstat

61 	tnfctl_errcode_t	prexstat;
90 prexstat = _tnfctl_elf_dbgent(hdl, &dbgaddr);
91 if (prexstat)
99 prexstat = _tnfctl_map_to_errcode(prbstat);
104 prexstat = _tnfctl_set_state(hdl);
105 if (prexstat)
108 prexstat = _tnfctl_external_getlock(hdl);
109 if (prexstat)
119 return (prexstat);
137 tnfctl_errcode_t prexstat;
139 prexstat = attach_pid(pid, &proc_p);
140 if (prexstat) {
141 return (prexstat);
166 prexstat = step_to_end_of_exec(hdl);
169 if (prexstat)
175 prexstat = _tnfctl_elf_dbgent(hdl, &dbgaddr);
176 if (prexstat)
184 prexstat = _tnfctl_map_to_errcode(prbstat);
189 prexstat = _tnfctl_set_state(hdl);
190 if (prexstat)
194 prexstat = _tnfctl_external_getlock(hdl);
195 if (prexstat)
206 return (prexstat);
219 tnfctl_errcode_t prexstat;
238 prexstat = _tnfctl_set_state(hdl);
239 if (prexstat) {
241 return (prexstat);
244 prexstat = _tnfctl_external_getlock(hdl);
245 if (prexstat) {
247 return (prexstat);
261 tnfctl_errcode_t prexstat;
270 prexstat = _tnfctl_prbk_init(hdl);
271 if (prexstat)
272 return (prexstat);
283 prexstat = _tnfctl_refresh_kernel(hdl);
284 if (prexstat)
285 return (prexstat);
301 tnfctl_errcode_t prexstat;
304 LOCK_SYNC(hdl, prexstat, release_lock);
328 tnfctl_errcode_t prexstat;
332 prexstat = _tnfctl_prbk_buffer_alloc(hdl, trace_file_size);
333 if (prexstat)
334 return (prexstat);
344 prexstat = _tnfctl_create_tracefile(hdl, trace_file_name,
346 if (prexstat) {
347 return (prexstat);
359 tnfctl_errcode_t prexstat;
365 prexstat = _tnfctl_prbk_buffer_dealloc(hdl);
366 if (prexstat)
367 return (prexstat);
499 tnfctl_errcode_t prexstat;
504 prexstat = _tnfctl_sym_find(hdl, TNFCTL_INTERNAL_TRACEFLAG,
506 if (prexstat) {
514 prexstat = _tnfctl_map_to_errcode(prbstat);
519 prexstat = TNFCTL_ERR_BUSY;
522 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
524 if (prexstat) {
531 prexstat = _tnfctl_map_to_errcode(prbstat);
540 return (prexstat);