Lines Matching refs:total
1622 ssize_t total; in st_write() local
1714 total = count; in st_write()
1872 if (count < total) in st_write()
1873 retval = total - count; in st_write()
1882 retval = total - count; in st_write()
2094 ssize_t total; in st_read() local
2166 for (total = 0, special = 0; total < count && !special;) { in st_read()
2170 special = read_tape(STp, count - total, &SRpnt); in st_read()
2184 (int)(count - total)); in st_read()
2186 transfer = STbp->buffer_bytes < count - total ? in st_read()
2187 STbp->buffer_bytes : count - total; in st_read()
2196 total += transfer; in st_read()
2206 if (total == 0) { in st_read()
2221 retval = total; in st_read()
3959 int count, total; in move_buffer_data() local
3965 total=st_bp->buffer_bytes - offset; in move_buffer_data()
3973 st_bp->buffer_bytes = st_bp->read_pointer = total; in move_buffer_data()
3974 for (dst_seg=dst_offset=0; total > 0; ) { in move_buffer_data()
3991 total -= count; in move_buffer_data()