Home
last modified time | relevance | path

Searched refs:curr_offset (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c705 off_t curr_offset = offset; in pwrite_new() local
725 next_offset = curr_offset + SIZE_TO_READ_WRITE; in pwrite_new()
733 bytes, curr_offset, format); in pwrite_new()
740 curr_offset = next_offset; in pwrite_new()
758 off_t curr_offset = offset; in pread_new() local
779 next_offset = curr_offset + SIZE_TO_READ_WRITE; in pread_new()
787 ret = (* func_ptr)(curr_offset, bytes, in pread_new()
795 curr_offset = next_offset; in pread_new()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c145 int curr_offset; member
180 fraglen = tce->curr_offset; in interpret_slp()
636 tce->curr_offset = fraglen; in reg_tcp_cont()
645 if ((fraglen + tce->curr_offset) > tce->totallen) in add_tcp_cont()
648 memcpy(tce->msg + tce->curr_offset, msg, fraglen); in add_tcp_cont()
649 tce->curr_offset += fraglen; in add_tcp_cont()
/titanic_41/usr/src/uts/common/sys/1394/
H A Dh1394.h110 unsigned char *curr_offset; member
/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c543 h_priv->mblk.curr_offset = in s1394_setup_asynch_command()
546 h_priv->mblk.curr_offset = in s1394_setup_asynch_command()
865 h_priv->mblk.curr_offset = h_priv->mblk.next_offset; in s1394_atreq_cmd_complete()
1181 h_priv->mblk.curr_offset = resp->cmd_u.b.data_block->b_rptr; in s1394_send_response()
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c1295 mblk->next_offset = mblk->curr_offset; in hci1394_q_at_copy_from_mblk()
1612 mblk->next_offset = mblk->curr_offset; in hci1394_q_ar_copy_to_mblk()