Searched refs:tnf_ref32 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 629 *fw_p = tnf_ref32(ops, tag_data->tag_index, (tnf_record_p)fw_p); in tnf_root_tag_1() 635 *fw_p = tnf_ref32(ops, tag_data->tag_index, in tnf_root_tag_1() 686 *fw_p = tnf_ref32(ops, _TAG_DATA(tnf_file_header).tag_index, in tnf_root_tag_1() 691 *fw_p = tnf_ref32(ops, _TAG_DATA(tnf_block_header).tag_index, in tnf_root_tag_1() 699 *fw_p = tnf_ref32(ops, _TAG_DATA(tnf_file_header).tag_index, in tnf_root_tag_1() 705 *fw_p = tnf_ref32(ops, _TAG_DATA(tnf_block_header).tag_index, in tnf_root_tag_1() 760 return (tnf_ref32(ops, (tnf_record_p)bufhdr, reference)); in tnf_string_1() 803 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); in tnf_string_array_1() 828 return (tnf_ref32(ops, tag_data->tag_index, reference)); in tnf_tag_element_1() 875 return (tnf_ref32(ops, (tnf_record_p)bufhdr, reference)); in tnf_tag_array_1()
|
H A D | tnf_trace.c | 222 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); in tnf_opaque_array_1() 263 return (tnf_ref32(ops, (tnf_record_p) bufhdr, reference)); in tnf_opaque32_array_1()
|
H A D | tnf_probe.c | 99 *fwp = tnf_ref32(ops, (tnf_record_p) buffer, in tnf_probe_tag()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | tnf_probe.h | 195 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 259 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 328 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 402 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \ 481 return (tnf_ref32(ops, (tnf_record_p) buffer, reference)); \
|
H A D | tnf_writer.h | 229 #define tnf_ref32(ops, item, ref) \ macro 235 (tnf_ref32(ops, item, ref) | TNF_REF32_T_TAG)
|