Lines Matching defs:current_offset
2440 off_t current_offset, out_offset, to_send;
2453 current_offset = td->td_uretoff.tdu_off;
2457 current_offset = *offset;
2483 auio.uio_offset = current_offset;
2504 current_offset += n_read;
2512 *offset = current_offset;
2514 error = fo_seek(fp, current_offset, SEEK_SET, td);
2528 off_t current_offset;
2536 current_offset = td->td_uretoff.tdu_off;
2538 current_offset = *offset;
2539 error = fo_sendfile(fp, out, NULL, NULL, current_offset, count,
2549 current_offset += *sbytes;
2551 *offset = current_offset;
2553 error = fo_seek(fp, current_offset, SEEK_SET, td);