Searched refs:_GET_REF32 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libtnf/ |
H A D | abi.c | 35 _GET_REF32(tnf, p) 44 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->name) 47 _GET_REF32(tnf, &((struct tnf_type_hdr *)(p))->properties) 50 _GET_REF32(tnf, &((struct tnf_struct_type_hdr *)(p))->slot_types) 59 _GET_REF32(tnf, &((struct tnf_derived_type_hdr *)(p))->derived_base) 236 if ((type_elt = _GET_REF32(tnf, &elts[i])) == TNF_NULL) { in _tnf_get_element_named() 456 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) { in _tnf_get_slot_typed() 534 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) { in _tnf_get_slot_named() 556 if ((((name_elt = _GET_REF32(tnf, &names[i])) != TNF_NULL) && in _tnf_get_slot_named() 577 return ((caddr_t)_GET_REF32(tnf, (tnf_ref32_t *)p)); in fetch_slot()
|
H A D | info.c | 373 type_elt = _GET_REF32(tnf, &types[i]); in init_slots() 374 name_elt = names ? _GET_REF32(tnf, &names[i]) : TNF_NULL; in init_slots()
|
H A D | array.c | 147 rec = _GET_REF32(tnf, (tnf_ref32_t *) in tnf_get_element()
|
H A D | struct.c | 115 rec = _GET_REF32(tnf, (tnf_ref32_t *) in get_slot()
|
H A D | libtnf.h | 202 #define _GET_REF32(tnf, ptr) _tnf_get_ref32(tnf, ptr) macro
|