Lines Matching defs:probe
29 * Published interfaces for probe control.
94 _tnfctl_destructor_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd)
97 hndl->destroy_func(probe->probe_handle->client_registered_data);
103 _tnfctl_creator_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd)
108 p_handle = probe->probe_handle;
135 prbctlref_t *probe;
159 probe = &(obj_p->probes[pos]);
160 prexstat = func_p(hndl, probe->probe_handle, calldata);
213 /* process mode - get the probe functions */
219 /* if there are any probe functions */
446 * of call chain that is called for every probe
449 apply_func(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd)
455 prexstat = (*(args->func_p))(hndl, probe->probe_handle, args->calldata);