Lines Matching refs:item

128 #define	tnf_char(ops, item, ref)	(item)
131 #define tnf_int8(ops, item, ref) (item)
134 #define tnf_uint8(ops, item, ref) (item)
137 #define tnf_int16(ops, item, ref) (item)
140 #define tnf_uint16(ops, item, ref) (item)
143 #define tnf_int32(ops, item, ref) (item)
146 #define tnf_uint32(ops, item, ref) (item)
149 #define tnf_int64(ops, item, ref) (item)
152 #define tnf_uint64(ops, item, ref) (item)
155 #define tnf_float32(ops, item, ref) (item)
158 #define tnf_float64(ops, item, ref) (item)
167 #define tnf_uchar(ops, item, ref) tnf_uint8(ops, item, ref)
171 #define tnf_short(ops, item, ref) tnf_int16(ops, item, ref)
175 #define tnf_ushort(ops, item, ref) tnf_uint16(ops, item, ref)
179 #define tnf_int(ops, item, ref) tnf_int32(ops, item, ref)
183 #define tnf_uint(ops, item, ref) tnf_uint32(ops, item, ref)
189 #define tnf_long(ops, item, ref) tnf_int64(ops, item, ref)
193 #define tnf_ulong(ops, item, ref) tnf_uint64(ops, item, ref)
199 #define tnf_long(ops, item, ref) tnf_int32(ops, item, ref)
203 #define tnf_ulong(ops, item, ref) tnf_uint32(ops, item, ref)
209 #define tnf_longlong(ops, item, ref) tnf_int64(ops, item, ref)
213 #define tnf_ulonglong(ops, item, ref) tnf_uint64(ops, item, ref)
217 #define tnf_float(ops, item, ref) tnf_float32(ops, item, ref)
221 #define tnf_double(ops, item, ref) tnf_float64(ops, item, ref)
229 #define tnf_ref32(ops, item, ref) \
230 tnf_ref32_1(ops, item, ref)
234 #define tnf_tag(ops, item, ref) \
235 (tnf_ref32(ops, item, ref) | TNF_REF32_T_TAG)
239 #define tnf_string(ops, item, ref) \
240 tnf_string_1(ops, item, ref, tnf_string_tag_data)
244 #define tnf_name(ops, item, ref) \
245 tnf_string_1(ops, item, ref, tnf_name_tag_data)
249 #define tnf_size(ops, item, ref) \
250 tnf_ulong(ops, item, ref)
257 #define tnf_opaque(ops, item, ref) \
258 ((tnf_uint64_t)(item))
263 #define tnf_opaque(ops, item, ref) \
264 ((tnf_uint32_t)(item))
274 #define tnf_time_base(ops, item, ref) \
275 tnf_int64(ops, item, ref)
279 #define tnf_time_delta(ops, item, ref) \
280 tnf_uint32(ops, item, ref)
284 #define tnf_probe_event(ops, item, ref) \
285 ((tnf_ref32_t)(item) | TNF_REF32_T_PAIR)
290 #define tnf_pid(ops, item, ref) \
291 tnf_int32(ops, item, ref)
296 #define tnf_lwpid(ops, item, ref) \
297 tnf_uint32(ops, item, ref)
304 #define tnf_kthread_id(ops, item, ref) \
305 tnf_opaque(ops, item, ref)
310 #define tnf_cpuid(ops, item, ref) \
311 tnf_int32(ops, item, ref)
316 #define tnf_device(ops, item, ref) \
317 tnf_ulong(ops, item, ref)
322 #define tnf_symbol(ops, item, ref) \
323 tnf_opaque(ops, item, ref)
330 #define tnf_symbols(ops, item, ref) \
331 tnf_opaque32_array_1(ops, item, ref, tnf_symbols_tag_data)
333 #define tnf_symbols(ops, item, ref) \
334 tnf_opaque_array_1(ops, item, ref, tnf_symbols_tag_data)
340 #define tnf_sysnum(ops, item, ref) \
341 tnf_int16(ops, item, ref)
348 #define tnf_microstate(ops, item, ref) \
349 tnf_int32(ops, (tnf_int32_t)(item), ref)
354 #define tnf_offset(ops, item, ref) \
355 tnf_int64(ops, item, ref)
362 #define tnf_fault_type(ops, item, ref) \
363 tnf_int32(ops, (tnf_int32_t)(item), ref)
370 #define tnf_seg_access(ops, item, ref) \
371 tnf_int32(ops, (tnf_int32_t)(item), ref)
376 #define tnf_bioflags(ops, item, ref) \
377 tnf_int32(ops, item, ref)
382 #define tnf_diskaddr(ops, item, ref) \
383 tnf_int64(ops, item, ref)