Lines Matching refs:tnfctl_handle_t

67 typedef	struct tnfctl_handle tnfctl_handle_t;  typedef
194 tnfctl_handle_t **); /* return value */
199 tnfctl_handle_t **); /* return value */
207 tnfctl_handle_t **); /* return value */
209 tnfctl_errcode_t tnfctl_internal_open(tnfctl_handle_t **);
211 tnfctl_errcode_t tnfctl_kernel_open(tnfctl_handle_t **);
217 tnfctl_handle_t *,
219 tnfctl_handle_t **); /* return value - if fork, handle on child */
224 tnfctl_errcode_t tnfctl_check_libs(tnfctl_handle_t *);
229 tnfctl_errcode_t tnfctl_close(tnfctl_handle_t *, tnfctl_targ_op_t);
231 tnfctl_handle_t *,
234 tnfctl_handle_t *,
241 tnfctl_errcode_t tnfctl_buffer_dealloc(tnfctl_handle_t *);
242 tnfctl_errcode_t tnfctl_trace_state_set(tnfctl_handle_t *, boolean_t);
243 tnfctl_errcode_t tnfctl_filter_state_set(tnfctl_handle_t *, boolean_t);
244 tnfctl_errcode_t tnfctl_filter_list_get(tnfctl_handle_t *, pid_t **, int *);
245 tnfctl_errcode_t tnfctl_filter_list_add(tnfctl_handle_t *, pid_t);
246 tnfctl_errcode_t tnfctl_filter_list_delete(tnfctl_handle_t *, pid_t);
252 tnfctl_handle_t *,
257 tnfctl_handle_t *,
262 tnfctl_handle_t *,
269 tnfctl_handle_t *,
270 void *(*)(tnfctl_handle_t *, tnfctl_probe_t *), /* create_func */
273 tnfctl_errcode_t tnfctl_probe_state_get(tnfctl_handle_t *, tnfctl_probe_t *,
280 tnfctl_errcode_t tnfctl_probe_enable(tnfctl_handle_t *, tnfctl_probe_t *,
282 tnfctl_errcode_t tnfctl_probe_disable(tnfctl_handle_t *, tnfctl_probe_t *,
284 tnfctl_errcode_t tnfctl_probe_trace(tnfctl_handle_t *, tnfctl_probe_t *,
286 tnfctl_errcode_t tnfctl_probe_untrace(tnfctl_handle_t *, tnfctl_probe_t *,
288 tnfctl_errcode_t tnfctl_probe_disconnect_all(tnfctl_handle_t *,
291 tnfctl_handle_t *,