Searched refs:ref_p (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/tnf/ |
H A D | tnf_trace.c | 193 tnf_opaque_t *ref_p; in tnf_opaque_array_1() local 205 record_size += sizeof (*ref_p); in tnf_opaque_array_1() 215 ref_p = (tnf_opaque_t *)((char *)bufhdr + sizeof (*bufhdr)); in tnf_opaque_array_1() 217 *ref_p = tnf_opaque(ops, *tmp, (tnf_reference_t *)ref_p); in tnf_opaque_array_1() 219 ref_p++; in tnf_opaque_array_1() 234 tnf_uint32_t *ref_p; in tnf_opaque32_array_1() local 246 record_size += sizeof (*ref_p); in tnf_opaque32_array_1() 256 ref_p = (tnf_uint32_t *)((char *)bufhdr + sizeof (*bufhdr)); in tnf_opaque32_array_1() 258 *ref_p = tnf_uint32(ops, *tmp, (tnf_reference_t *)ref_p); in tnf_opaque32_array_1() 260 ref_p++; in tnf_opaque32_array_1()
|
H A D | tnf_writer.c | 774 tnf_reference_t *ref_p; in tnf_string_array_1() local 796 ref_p = (tnf_reference_t *)((char *)bufhdr + sizeof (*bufhdr)); in tnf_string_array_1() 798 *ref_p = tnf_string(ops, *tmp, (tnf_record_p)ref_p); in tnf_string_array_1() 800 ref_p++; in tnf_string_array_1() 846 tnf_reference_t *ref_p; in tnf_tag_array_1() local 867 ref_p = (tnf_reference_t *)((char *)bufhdr + sizeof (*bufhdr)); in tnf_tag_array_1() 869 *ref_p = tnf_tag_element_1(ops, *tmp, (tnf_record_p)ref_p, in tnf_tag_array_1() 872 ref_p++; in tnf_tag_array_1()
|
/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); 301 probescan(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) in probescan() argument 311 attrs = list_getattrs(ref_p); in probescan() 510 listprobe(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) in listprobe() argument 535 attrs = list_getattrs(ref_p); in listprobe()
|
H A D | list.h | 52 char *list_getattrs(tnfctl_probe_t *ref_p);
|
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | probes.c | 740 _tnfctl_flush_a_probe(tnfctl_handle_t *hndl, prbctlref_t *ref_p, size_t offset, in _tnfctl_flush_a_probe() argument 757 prexstat = _tnfctl_prbk_flush(hndl, ref_p); in _tnfctl_flush_a_probe() 762 ref_p->addr + offset, in _tnfctl_flush_a_probe() 763 ((char *)&(ref_p->wrkprbctl)) + offset, size); in _tnfctl_flush_a_probe()
|
H A D | tnfctl_int.h | 245 prbctlref_t *ref_p, size_t offset, size_t size);
|