Home
last modified time | relevance | path

Searched refs:tnfctl_probe_t (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libtnfctl/
H A Dtnfctl.h72 typedef struct tnfctl_probe_handle tnfctl_probe_t; typedef
253 tnfctl_probe_t *, /* opaque probe handle */
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 *,
289 tnfctl_probe_t *, void *);
292 tnfctl_probe_t *,
H A Dprobes_ext.c57 static tnfctl_errcode_t check_operation(tnfctl_handle_t *, tnfctl_probe_t *);
61 void *(*create_func)(tnfctl_handle_t *, tnfctl_probe_t *), in tnfctl_register_funcs() argument
105 tnfctl_probe_t *p_handle; in _tnfctl_creator_wrapper()
172 tnfctl_probe_state_get(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_state_get()
235 check_operation(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl) in check_operation()
259 tnfctl_probe_enable(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_enable()
284 tnfctl_probe_disable(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_disable()
310 tnfctl_probe_trace(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_trace()
336 tnfctl_probe_untrace(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_untrace()
363 tnfctl_probe_connect(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_connect()
[all …]
H A Dtnfctl_int.h93 tnfctl_probe_t *probe_handle; /* handle visible to client */
154 tnfctl_probe_t *probe_handle_list_head;
162 void *(*create_func)(tnfctl_handle_t *, tnfctl_probe_t *);
H A Dclose.c54 tnfctl_probe_t *probe_hdl, *tmp_hdl; in tnfctl_close()
H A Dprobes.c250 tnfctl_probe_t *probe_handle; in _tnfctl_find_all_probes()
560 prbctl_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in read_a_probe()
H A Dkernel_int.c518 probe_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in alloc_probe_space()
/titanic_41/usr/src/cmd/tnf/prex/
H A Dlist.c87 tnfctl_probe_t *ref_p, void *calldata_p);
89 tnfctl_probe_t *ref_p, void *calldata_p);
223 list_getattrs(tnfctl_probe_t *probe_p) in list_getattrs()
301 probescan(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) in probescan()
510 listprobe(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) in listprobe()
H A Dmain.c122 static void * perprobe(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_p);
124 tnfctl_probe_t *probe_p, void *ignored);
385 tnfctl_probe_t *probe_p;
395 tnfctl_probe_t *probe_p = args_p->probe_p; in percmd()
452 perprobe(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_p) in perprobe()
481 perprobe2(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_p, void *cd) in perprobe2()
H A Dlist.h52 char *list_getattrs(tnfctl_probe_t *ref_p);