Searched refs:prbctlref_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | probes_ext.c | 53 prbctlref_t *, void *); 55 prbctlref_t *, void *); 56 static tnfctl_errcode_t apply_func(tnfctl_handle_t *, prbctlref_t *, void *); 94 _tnfctl_destructor_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in _tnfctl_destructor_wrapper() 103 _tnfctl_creator_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in _tnfctl_creator_wrapper() 135 prbctlref_t *probe; in tnfctl_probe_apply_ids() 449 apply_func(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) in apply_func()
|
H A D | tnfctl_int.h | 83 typedef struct prbctlref prbctlref_t; typedef 109 prbctlref_t *probes; /* pointer to an array of probes */ 117 prbctlref_t *probe_p; 226 (*_tnfctl_traverse_probe_func_t)(tnfctl_handle_t *, prbctlref_t *, void *); 245 prbctlref_t *ref_p, size_t offset, size_t size);
|
H A D | probes.c | 217 sizeof (prbctlref_t)); in _tnfctl_find_all_probes() 293 prbctlref_t *probe_p; in free_obj_fields() 513 prbctlref_t *prbctl_p; in read_a_probe() 609 prbctlref_t *probe_p; in link_targ_obj_probes() 686 prbctlref_t *probe_p; in unlink_targ_obj_probes() 740 _tnfctl_flush_a_probe(tnfctl_handle_t *hndl, prbctlref_t *ref_p, size_t offset, in _tnfctl_flush_a_probe()
|
H A D | kernel_int.c | 349 _tnfctl_prbk_flush(tnfctl_handle_t *hndl, prbctlref_t *p) in _tnfctl_prbk_flush() 372 prbctlref_t *p = NULL; in _tnfctl_refresh_kernel() 474 prbctlref_t *probe_p; in alloc_probe_space() 506 nobj_p->probes = calloc(nobj_p->probecnt, sizeof (prbctlref_t)); in alloc_probe_space()
|
H A D | kernel_int.h | 54 tnfctl_errcode_t _tnfctl_prbk_flush(tnfctl_handle_t *, prbctlref_t *);
|