Lines Matching refs:item

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