Searched refs:destroy_func (Results 1 – 7 of 7) sorted by relevance
62 void (*destroy_func)(void *)) in tnfctl_register_funcs()66 if (hndl->destroy_func) { in tnfctl_register_funcs()80 hndl->destroy_func = destroy_func; in tnfctl_register_funcs()96 assert(hndl->destroy_func); in _tnfctl_destructor_wrapper()97 hndl->destroy_func(probe->probe_handle->client_registered_data); in _tnfctl_destructor_wrapper()
77 if (hdl->destroy_func) in tnfctl_close()78 hdl->destroy_func(probe_hdl->client_registered_data); in tnfctl_close()
59 add tnfctl_handle::destroy_func target warlock_dummy
163 void (*destroy_func)(void *); member
299 $$->cmd_handler = &destroy_func;322 $$->cmd_handler = &destroy_func;335 $$->cmd_handler = &destroy_func;350 $$->cmd_handler = &destroy_func;
160 extern cmd_func_t destroy_func, end_func, exit_func, export_func, get_func;
1578 destroy_func(cmd_t *cmd) in destroy_func() function