Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c267 off_t working_sector; in cd9660_write_file() local
310 working_sector = writenode->fileDataSector; in cd9660_write_file()
311 if (fseeko(fd, working_sector * diskStructure->sectorSize, in cd9660_write_file()
333 working_sector++; in cd9660_write_file()
336 if (fseeko(fd, working_sector * in cd9660_write_file()
345 cur_sector_offset, working_sector); in cd9660_write_file()
347 if (fseeko(fd, working_sector * in cd9660_write_file()
418 static int working_sector = -1;