Home
last modified time | relevance | path

Searched refs:ref32 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libtnf/
H A Dref.c112 tnf_ref32_t ref32, reftemp; in _tnf_get_ref32() local
114 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
116 if (TNF_REF32_IS_NULL(ref32)) in _tnf_get_ref32()
119 if (TNF_REF32_IS_RSVD(ref32)) { in _tnf_get_ref32()
124 if (TNF_REF32_IS_PAIR(ref32)) { in _tnf_get_ref32()
128 tag16 = TNF_REF32_TAG16(ref32); in _tnf_get_ref32()
135 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
142 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
149 } else if (TNF_REF32_IS_PERMANENT(ref32)) { in _tnf_get_ref32()
151 reftemp = TNF_REF32_VALUE(ref32); in _tnf_get_ref32()
[all …]
H A Daccess.c125 tnf_ref32_t *bhdr, *cell, ref32; in tnf_get_next_record() local
156 ref32 = _GET_INT32(tnf, cell); in tnf_get_next_record()
158 switch (TNF_REF32_TYPE(ref32)) { in tnf_get_next_record()
H A Dinfo.c136 tnf_ref32_t ref32; in _tnf_record_info() local
141 ref32 = _GET_INT32(tnf, record); in _tnf_record_info()
144 if (TNF_REF32_IS_PAIR(ref32)) { in _tnf_record_info()
145 tag16 = TNF_REF32_TAG16(ref32); in _tnf_record_info()