Lines Matching refs:ifd
2231 read_chunk(int ifd, char *buffer, size_t datasize, data_in_t *data_in_info) in read_chunk() argument
2234 return (read(ifd, buffer, datasize)); in read_chunk()
2278 read_bytes(int ifd, char *buf, size_t bytes, size_t rdblocksz, in read_bytes() argument
2290 if ((got = read_chunk(ifd, buf + bytesread, in read_bytes()
2356 rdwr_bytes(int ifd, int ofd, char *buf, off_t bytes, in rdwr_bytes() argument
2374 sz = read_bytes(ifd, buf, wrblocksz, rdblocksz, data_in_info); in rdwr_bytes()
2486 data_copy(int ifd, int ofd, int rw_sysattr, off_t bytes, in data_copy() argument
2500 rv = rdwr_bytes(ifd, ofd, buf, bytes, maxwrite, in data_copy()
2508 data_copy_with_holes(int ifd, int ofd, int rw_sysattr, off_t bytes, in data_copy_with_holes() argument
2547 (void) lseek(ifd, hl->hl_data, SEEK_SET); in data_copy_with_holes()
2565 rv = rdwr_bytes(ifd, ofd, buf, datasize, maxwrite, in data_copy_with_holes()
2594 rv = rdwr_bytes(ifd, ofd, buf, datasize, maxwrite, in data_copy_with_holes()