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

/illumos-gate/usr/src/lib/libtnfctl/
H A Dutil.c84 static tnfctl_errcode_t check_trace_error(tnfctl_handle_t *hndl);
104 prexstat = check_trace_error(hndl);
176 prexstat = check_trace_error(hndl);
231 * check_trace_error() - checks whether there was an error in tracing
237 check_trace_error(tnfctl_handle_t *hndl) function
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c117 static tnfctl_errcode_t check_trace_error(tnfctl_handle_t *hndl);
257 err = check_trace_error(g_hndl);
301 err = check_trace_error(g_hndl);
343 * check_trace_error() - checks whether there was an error in tracing
346 check_trace_error(tnfctl_handle_t *hndl) function

Completed in 59 milliseconds