Searched refs:vd_temp (Results 1 – 1 of 1) sorted by relevance
145 volume_descriptor *vd_temp = diskStructure->firstVolumeDescriptor; in cd9660_write_volume_descriptors() local147 while (vd_temp != NULL) { in cd9660_write_volume_descriptors()148 cd9660_write_filedata(diskStructure, fd, vd_temp->sector, in cd9660_write_volume_descriptors()149 vd_temp->volumeDescriptorData, 1); in cd9660_write_volume_descriptors()150 vd_temp = vd_temp->next; in cd9660_write_volume_descriptors()