Lines Matching refs:total
1568 ssize_t total; in st_write() local
1660 total = count; in st_write()
1818 if (count < total) in st_write()
1819 retval = total - count; in st_write()
1828 retval = total - count; in st_write()
2040 ssize_t total; in st_read() local
2112 for (total = 0, special = 0; total < count && !special;) { in st_read()
2116 special = read_tape(STp, count - total, &SRpnt); in st_read()
2130 (int)(count - total)); in st_read()
2132 transfer = STbp->buffer_bytes < count - total ? in st_read()
2133 STbp->buffer_bytes : count - total; in st_read()
2142 total += transfer; in st_read()
2152 if (total == 0) { in st_read()
2167 retval = total; in st_read()
3905 int count, total; in move_buffer_data() local
3911 total=st_bp->buffer_bytes - offset; in move_buffer_data()
3919 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()
3920 for (dst_seg=dst_offset=0; total > 0; ) { in move_buffer_data()
3937 total -= count; in move_buffer_data()