Searched refs:tnf_uint32 (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | tnf_trace.c | 85 TNF_STD_DERIVED_TAG(tnf_time_delta, tnf_uint32, 91 TNF_STD_DERIVED_TAG(tnf_lwpid, tnf_uint32, 110 &TAG_DATA(tnf_uint32), /* tid XXX */
|
/illumos-gate/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 101 TNF_STD_SCALAR_TAG(tnf_uint32, TNF_UINT32); 154 TNF_STD_DERIVED_TAG(tnf_align, tnf_uint32, 163 TNF_STD_DERIVED_TAG(tnf_header_size, tnf_uint32, 176 TNF_STD_DERIVED_TAG(tnf_opaque, tnf_uint32, 184 TNF_STD_DERIVED_TAG(tnf_self_size, tnf_uint32, 202 TNF_STD_DERIVED_TAG(tnf_type_size, tnf_uint32, 242 &TAG_DATA(tnf_uint32), /* file_version */ 243 &TAG_DATA(tnf_uint32), /* file_header_size */ 244 &TAG_DATA(tnf_uint32), /* file_logical_size */ 245 &TAG_DATA(tnf_uint32), /* block_header_siz [all...] |
H A D | tnf_types.h | 287 tnf_uint32(ops, item, ref) 292 tnf_uint32(ops, item, ref) 297 tnf_uint32(ops, item, ref) 302 tnf_uint32(ops, item, ref)
|
H A D | tnf_trace.c | 53 TNF_STD_DERIVED_TAG(tnf_time_delta, tnf_uint32, 59 TNF_STD_DERIVED_TAG(tnf_lwpid, tnf_uint32, 258 *ref_p = tnf_uint32(ops, *tmp, (tnf_reference_t *)ref_p);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tnf_writer.h | 146 #define tnf_uint32(ops, item, ref) (item) macro 183 #define tnf_uint(ops, item, ref) tnf_uint32(ops, item, ref) 203 #define tnf_ulong(ops, item, ref) tnf_uint32(ops, item, ref) 280 tnf_uint32(ops, item, ref) 297 tnf_uint32(ops, item, ref)
|
Completed in 1948 milliseconds