Lines Matching defs:tnfctl_errcode_t
134 } tnfctl_errcode_t;
187 const char *tnfctl_strerror(tnfctl_errcode_t);
192 tnfctl_errcode_t tnfctl_pid_open(
196 tnfctl_errcode_t tnfctl_indirect_open(
201 tnfctl_errcode_t tnfctl_exec_open(
209 tnfctl_errcode_t tnfctl_internal_open(tnfctl_handle_t **);
211 tnfctl_errcode_t tnfctl_kernel_open(tnfctl_handle_t **);
216 tnfctl_errcode_t tnfctl_continue(
224 tnfctl_errcode_t tnfctl_check_libs(tnfctl_handle_t *);
229 tnfctl_errcode_t tnfctl_close(tnfctl_handle_t *, tnfctl_targ_op_t);
230 tnfctl_errcode_t tnfctl_trace_attrs_get(
233 tnfctl_errcode_t tnfctl_buffer_alloc(
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);
251 typedef tnfctl_errcode_t (*tnfctl_probe_op_t)(
256 tnfctl_errcode_t tnfctl_probe_apply(
261 tnfctl_errcode_t tnfctl_probe_apply_ids(
268 tnfctl_errcode_t tnfctl_register_funcs(
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 *,
290 tnfctl_errcode_t tnfctl_probe_connect(