Lines Matching refs:cell

110 _tnf_get_ref32(TNF *tnf, tnf_ref32_t *cell)  in _tnf_get_ref32()  argument
114 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
131 cell = (tnf_ref32_t *) in _tnf_get_ref32()
135 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
138 cell = vaddr_to_phys(tnf, cell, in _tnf_get_ref32()
140 if (cell == TNF_NULL) in _tnf_get_ref32()
142 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
154 cell = (tnf_ref32_t *) ((char *)tnf->file_start + reftemp); in _tnf_get_ref32()
155 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
158 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32()
159 if (cell == TNF_NULL) in _tnf_get_ref32()
161 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
169 cell = (tnf_ref32_t *) ((char *)tnf->file_start + in _tnf_get_ref32()
174 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32()
175 if (cell == TNF_NULL) in _tnf_get_ref32()
178 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
181 return (cell); in _tnf_get_ref32()
190 _tnf_get_ref16(TNF *tnf, tnf_ref32_t *cell) in _tnf_get_ref16() argument
194 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()
205 cell = vaddr_to_phys(tnf, cell, in _tnf_get_ref16()
207 if (cell == TNF_NULL) in _tnf_get_ref16()
209 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()
219 cell = (tnf_ref32_t *) ((char *)tnf->file_start + in _tnf_get_ref16()
224 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref16()
225 if (cell == TNF_NULL) in _tnf_get_ref16()
228 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()
231 return (cell); in _tnf_get_ref16()