Home
last modified time | relevance | path

Searched refs:_GET_REF32 (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libtnf/
H A Dabi.c35 _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 Dinfo.c373 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 Darray.c147 rec = _GET_REF32(tnf, (tnf_ref32_t *) in tnf_get_element()
H A Dstruct.c115 rec = _GET_REF32(tnf, (tnf_ref32_t *) in get_slot()
H A Dlibtnf.h202 #define _GET_REF32(tnf, ptr) _tnf_get_ref32(tnf, ptr) macro