Searched defs:ref_p (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.c193 tnf_opaque_t *ref_p; local
205 record_size += sizeof (*ref_p);
215 ref_p = (tnf_opaque_t *)((char *)bufhdr + sizeof (*bufhdr));
217 *ref_p = tnf_opaque(ops, *tmp, (tnf_reference_t *)ref_p);
219 ref_p++;
234 tnf_uint32_t *ref_p; local
246 record_size += sizeof (*ref_p);
256 ref_p = (tnf_uint32_t *)((char *)bufhdr + sizeof (*bufhdr));
258 *ref_p
[all...]
H A Dtnf_writer.c774 tnf_reference_t *ref_p; local
796 ref_p = (tnf_reference_t *)((char *)bufhdr + sizeof (*bufhdr));
798 *ref_p = tnf_string(ops, *tmp, (tnf_record_p)ref_p);
800 ref_p++;
846 tnf_reference_t *ref_p; local
867 ref_p = (tnf_reference_t *)((char *)bufhdr + sizeof (*bufhdr));
869 *ref_p = tnf_tag_element_1(ops, *tmp, (tnf_record_p)ref_p,
872 ref_p
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprobes.c740 _tnfctl_flush_a_probe(tnfctl_handle_t *hndl, prbctlref_t *ref_p, size_t offset, argument
757 prexstat = _tnfctl_prbk_flush(hndl, ref_p);
762 ref_p->addr + offset,
763 ((char *)&(ref_p->wrkprbctl)) + offset, size);
/illumos-gate/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);
301 probescan(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) argument
311 attrs = list_getattrs(ref_p);
510 listprobe(tnfctl_handle_t *hndl, tnfctl_probe_t *ref_p, void *calldata_p) argument
535 attrs = list_getattrs(ref_p);

Completed in 48 milliseconds