Home
last modified time | relevance | path

Searched refs:tnfw_w_write_off (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_buf.h133 ushort_t tnfw_w_write_off; member
175 xx_off = xx_pos->tnfw_w_write_off; \
179 xx_pos->tnfw_w_write_off = xx_nof; \
190 ((wcb)->tnfw_w_pos.tnfw_w_write_off = \
204 xx_blk->bytes_valid = (pos)->tnfw_w_write_off; \
228 (pos)->tnfw_w_write_off = xx_blk->bytes_valid; \
H A Dtnf_buf.c237 offset = pos->tnfw_w_write_off; in tnfw_b_alloc()
290 pos->tnfw_w_write_off = offset + size; in tnfw_b_alloc()
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c476 offset = pos->tnfw_w_write_off; in tnfw_b_alloc()
531 pos->tnfw_w_write_off = new_block->bytes_valid; in tnfw_b_alloc()
535 destp = (char *)pos->tnfw_w_block + pos->tnfw_w_write_off; in tnfw_b_alloc()
536 pos->tnfw_w_write_off += size; in tnfw_b_alloc()
587 block->generation, block, pos->tnfw_w_write_off); in tnfw_b_xcommit()
589 block->bytes_valid = pos->tnfw_w_write_off; in tnfw_b_xcommit()
616 block->bytes_valid = pos->tnfw_w_write_off; in tnfw_b_xcommit()
635 pos->tnfw_w_write_off = block->bytes_valid; in tnfw_b_xabort()
659 block->bytes_valid = pos->tnfw_w_write_off; in tnfw_b_xabort()
H A Dtnf_buf.h83 short tnfw_w_write_off; member
154 ((wcb)->tnfw_w_pos.tnfw_w_write_off = \