Lines Matching refs:hndl
40 static tnfctl_errcode_t _tnfctl_continue(tnfctl_handle_t *hndl,
42 static tnfctl_errcode_t enable_target_state(tnfctl_handle_t *hndl,
44 static tnfctl_errcode_t disable_target_state(tnfctl_handle_t *hndl);
52 tnfctl_continue(tnfctl_handle_t *hndl, tnfctl_event_t *evt, in tnfctl_continue() argument
67 if (hndl->mode != DIRECT_MODE) in tnfctl_continue()
70 proc_p = hndl->proc_p; in tnfctl_continue()
96 prexstat = _tnfctl_continue(hndl, &my_evt, &oldmask, in tnfctl_continue()
108 _tnfctl_free_objs_and_probes(hndl); in tnfctl_continue()
147 prexstat = _tnfctl_refresh_process(hndl, &lmapok, &dl_evt); in tnfctl_continue()
168 _tnfctl_continue(tnfctl_handle_t *hndl, tnfctl_event_t *evt, sigset_t *oldmask, in _tnfctl_continue() argument
177 proc_p = hndl->proc_p; in _tnfctl_continue()
180 prexstat = enable_target_state(hndl, watch_forks); in _tnfctl_continue()
205 if (hndl->called_exit) in _tnfctl_continue()
243 hndl->called_exit = B_TRUE; in _tnfctl_continue()
264 prexstat = disable_target_state(hndl); in _tnfctl_continue()
274 enable_target_state(tnfctl_handle_t *hndl, boolean_t watch_forks) in enable_target_state() argument
279 proc_p = hndl->proc_p; in enable_target_state()
317 disable_target_state(tnfctl_handle_t *hndl) in disable_target_state() argument
322 proc_p = hndl->proc_p; in disable_target_state()