Lines Matching defs:hdl
49 tnfctl_close(tnfctl_handle_t *hdl, tnfctl_targ_op_t action)
56 if (hdl == NULL)
59 if (hdl->mode == KERNEL_MODE) {
60 prexstat = _tnfctl_prbk_close(hdl);
65 if (hdl->mode == INTERNAL_MODE) {
67 } else if (hdl->mode != KERNEL_MODE) {
68 _tnfctl_external_releaselock(hdl);
71 _tnfctl_free_objs_and_probes(hdl);
74 probe_hdl = hdl->probe_handle_list_head;
77 if (hdl->destroy_func)
78 hdl->destroy_func(probe_hdl->client_registered_data);
83 hdl->probe_handle_list_head = NULL;
85 if (hdl->mode != DIRECT_MODE) {
87 free(hdl);
93 proc_p = hdl->proc_p;
95 free(hdl);
130 free(hdl);
144 _tnfctl_external_releaselock(tnfctl_handle_t *hdl)
151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
156 prbstat = hdl->p_write(hdl->proc_p, targ_symbol_ptr,