/titanic_50/usr/src/uts/common/sys/ |
H A D | tnf_com.h | 63 typedef unsigned int tnf_uint32_t; typedef 90 ((tnf_uint32_t)(x) & TNF_SPACE_MASK) 96 ((((tnf_uint32_t)(x) & TNF_SPACE_SIGN_BIT) == TNF_SPACE_SIGN_BIT) ? \ 97 ((tnf_ref32_t)((tnf_uint32_t)(x) | TNF_SPACE_MASK)) : \ 124 ((tnf_uint32_t)(x) & TNF_REF32_TYPE_MASK) 126 ((tnf_ref32_t)(((tnf_uint32_t)(x) & ~TNF_REF32_TYPE_MASK) & \ 137 ((tnf_ref16_t)((tnf_uint32_t)(x) & TNF_REF32_REF16_MASK)) 140 ((tnf_ref16_t)(((tnf_uint32_t)(x) >> TNF_REF32_TAG16_SHIFT) \ 146 ((tnf_uint32_t)(x) & TNF_REF16_TYPE_MASK) 148 ((tnf_ref16_t)((tnf_uint32_t)(x) & ~TNF_REF16_TYPE_MASK)) [all …]
|
H A D | tnf_writer.h | 182 typedef tnf_uint32_t tnf_uint_t; 202 typedef tnf_uint32_t tnf_ulong_t; 262 typedef tnf_uint32_t tnf_opaque_t; 264 ((tnf_uint32_t)(item)) 278 typedef tnf_uint32_t tnf_time_delta_t; 295 typedef tnf_uint32_t tnf_lwpid_t; 415 tnf_uint32_t *,
|
H A D | tnf_probe.h | 516 (tnf_uint32_t) 0, \ 572 (tnf_uint32_t) 0, \ 634 (tnf_uint32_t) 0, \ 702 (tnf_uint32_t) 0, \ 776 (tnf_uint32_t) 0, \ 856 (tnf_uint32_t) 0, \
|
/titanic_50/usr/src/lib/libtnf/ |
H A D | reader.c | 37 tnf_uint32_t magic; in tnf_reader_begin() 50 if ((magic = *(tnf_uint32_t *)base) == TNF_MAGIC) in tnf_reader_begin() 81 tnf->block_size = _GET_UINT32(tnf, (tnf_uint32_t *)p); in tnf_reader_begin() 86 tnf->directory_size = _GET_UINT32(tnf, (tnf_uint32_t *)p); in tnf_reader_begin() 91 tnf->block_count = _GET_UINT32(tnf, (tnf_uint32_t *)p); in tnf_reader_begin() 127 tnf->generation_shift = _GET_UINT32(tnf, (tnf_uint32_t *)p); in tnf_reader_begin()
|
H A D | scalar.c | 105 tnf_uint32_t hi32, lo32; /* XXX both assumed unsigned */ in get_uint64() 109 hi32 = *(tnf_uint32_t *)val; in get_uint64() 111 lo32 = *(tnf_uint32_t *)(val + sizeof (tnf_uint32_t)); in get_uint64() 147 tnf_uint32_t i32; in tnf_get_float32()
|
H A D | sparcdep.c | 30 tnf_uint32_t 31 _tnf_swap32(tnf_uint32_t x) in _tnf_swap32()
|
H A D | machlibtnf.h | 40 tnf_uint32_t _tnf_swap32(tnf_uint32_t);
|
H A D | ref.c | 55 tnf_uint32_t src_gen, dst_gen, exp_gen; in vaddr_to_phys() 58 tnf_uint32_t bytes_valid; in vaddr_to_phys() 95 if ((src_gen == (tnf_uint32_t)TNF_TAG_GENERATION_NUM) || in vaddr_to_phys() 96 (dst_gen == (tnf_uint32_t)TNF_TAG_GENERATION_NUM) || in vaddr_to_phys()
|
H A D | abi.c | 359 { TNF_N_UINT32, sizeof (tnf_uint32_t) }, in _tnf_get_storage_size() 387 return (_GET_UINT32(tnf, (tnf_uint32_t *)sizep)); in _tnf_get_storage_size() 417 return (_GET_UINT32(tnf, (tnf_uint32_t *)alignp)); in _tnf_get_align()
|
H A D | libtnf.h | 181 *(tnf_uint32_t *)(ptr) : \ 182 _tnf_swap32(*(tnf_uint32_t *)(ptr)))
|
/titanic_50/usr/src/lib/libtnfprobe/ |
H A D | tnf_trace.h | 70 tnf_uint32_t record_gen; 79 tnf_uint32_t tid; 80 tnf_uint32_t lwpid;
|
H A D | tnf_buf.c | 670 tnf_uint32_t * 673 tnf_uint32_t *ret_val; in tnfw_b_fw_alloc() 677 tnf_uint32_t *zone_end = (tnf_uint32_t *)((char *)fh + TNFW_B_FW_ZONE); in tnfw_b_fw_alloc() 679 ret_val = (tnf_uint32_t *)((char *)fh + fh->next_fw_alloc); in tnfw_b_fw_alloc() 681 fh->next_fw_alloc += sizeof (tnf_uint32_t); in tnfw_b_fw_alloc() 689 tnf_uint32_t * 701 tnf_uint32_t *retval; in tnfw_b_fw_alloc() 752 (tnf_uint32_t *)hint : NULL); in tnfw_b_fw_alloc()
|
H A D | tnf_buf.h | 68 tnf_uint32_t magic; 163 tnf_uint32_t *tnfw_b_fw_alloc(TNFW_B_WCB *);
|
H A D | trace_funcs.c | 108 tnf_uint32_t shift; in tnf_trace_alloc()
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf_trace.c | 228 tnf_opaque32_array_1(tnf_ops_t *ops, tnf_uint32_t *opaques, in tnf_opaque32_array_1() 233 tnf_uint32_t *tmp; in tnf_opaque32_array_1() 234 tnf_uint32_t *ref_p; in tnf_opaque32_array_1() 256 ref_p = (tnf_uint32_t *)((char *)bufhdr + sizeof (*bufhdr)); in tnf_opaque32_array_1()
|
H A D | tnf_types.h | 224 (sizeof (tnf_uint32_t))/(sizeof (char *)), \ 285 typedef tnf_uint32_t tnf_align_t; 290 typedef tnf_uint32_t tnf_self_size_t; 295 typedef tnf_uint32_t tnf_type_size_t; 300 typedef tnf_uint32_t tnf_header_size_t;
|
H A D | tnf_trace.h | 78 tnf_uint32_t record_gen;
|
H A D | tnf_buf.h | 115 tnf_uint32_t magic; /* magic number */
|
H A D | tnf_probe.c | 80 tnf_uint32_t *fwp; in tnf_probe_tag()
|
H A D | mkprobehdr.sh | 115 tnf_uint32_t index;
|
H A D | trace_funcs.c | 102 tnf_uint32_t shift; in tnf_trace_alloc()
|
H A D | tnf_writer.c | 257 sizeof (tnf_buf_file_header_t) - sizeof (tnf_uint32_t));
|
/titanic_50/usr/src/cmd/tnf/tnfxtract/ |
H A D | tnfxtract.c | 51 tnf_uint32_t generation; 245 tnf_uint32_t *magicp; in main() 298 magicp = (tnf_uint32_t *) local_buf; in main()
|
/titanic_50/usr/src/cmd/tnf/tnfdump/ |
H A D | main.c | 269 (tnf_uint32_t)tnf_get_int32(datum)); in describe_scalar() 272 (tnf_uint32_t)tnf_get_int32(datum)); in describe_scalar()
|