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

/illumos-gate/usr/src/lib/libtnf/
H A Dref.c57 tnf_ref32_t src_off, exp_off, dst_off, *dst_blk, *dst_cell; local
84 dst_cell = (tnf_ref32_t *)(base + dst_off);
87 dst_blk = _GET_BLOCK(tnf, dst_cell);
98 ((char *)dst_cell - (char *)dst_blk) < bytes_valid))
99 return (dst_cell);

Completed in 56 milliseconds