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

/opensolaris-onvv-gate/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) {
456 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
534 if ((type_elt = _GET_REF32(tnf, &types[i])) == TNF_NULL) {
556 if ((((name_elt = _GET_REF32(tnf, &names[i])) != TNF_NULL) &&
577 return ((caddr_t)_GET_REF32(tn
[all...]
H A Darray.c147 rec = _GET_REF32(tnf, (tnf_ref32_t *)
H A Dstruct.c115 rec = _GET_REF32(tnf, (tnf_ref32_t *)
H A Dinfo.c373 type_elt = _GET_REF32(tnf, &types[i]);
374 name_elt = names ? _GET_REF32(tnf, &names[i]) : TNF_NULL;
H A Dlibtnf.h202 #define _GET_REF32(tnf, ptr) _tnf_get_ref32(tnf, ptr) macro

Completed in 105 milliseconds