Searched refs:_GET_UINT32 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libtnf/ |
H A D | reader.c | 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 | abi.c | 41 _GET_UINT32(tnf, &((struct tnf_array_hdr *)(p))->self_size) 53 _GET_UINT32(tnf, &((struct tnf_struct_type_hdr *)(p))->type_size) 56 _GET_UINT32(tnf, &((struct tnf_array_type_hdr *)(p))->header_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 | 179 #define _GET_UINT32(tnf, ptr) \ macro 185 ((tnf_int32_t)_GET_UINT32(tnf, ptr)) 220 _GET_UINT32(tnf, (caddr_t)bhdr + tnf->block_generation_offset)
|
H A D | scalar.c | 154 u.i32 = _GET_UINT32(DATUM_TNF(datum), DATUM_VAL(datum)); /* XXX */ in tnf_get_float32()
|