Searched refs:tnfctl_probe_t (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | tnfctl.h | 72 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 D | probes_ext.c | 57 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 D | tnfctl_int.h | 93 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 D | close.c | 54 tnfctl_probe_t *probe_hdl, *tmp_hdl; in tnfctl_close()
|
H A D | probes.c | 250 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 D | kernel_int.c | 518 probe_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in alloc_probe_space()
|
/titanic_44/usr/src/cmd/tnf/prex/ |
H A D | list.c | 87 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 D | main.c | 122 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 D | list.h | 52 char *list_getattrs(tnfctl_probe_t *ref_p);
|