HomeSort by: relevance | last modified time | path
    Searched defs:vd_temp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 147 volume_descriptor *vd_temp = diskStructure->firstVolumeDescriptor; local in function:cd9660_write_volume_descriptors
148 while (vd_temp != NULL) {
149 cd9660_write_filedata(diskStructure, fd, vd_temp->sector,
150 vd_temp->volumeDescriptorData, 1);
151 vd_temp = vd_temp->next;
cd9660_write.c 147 volume_descriptor *vd_temp = diskStructure->firstVolumeDescriptor; local in function:cd9660_write_volume_descriptors
148 while (vd_temp != NULL) {
149 cd9660_write_filedata(diskStructure, fd, vd_temp->sector,
150 vd_temp->volumeDescriptorData, 1);
151 vd_temp = vd_temp->next;

Completed in 24 milliseconds