Lines Matching full:sector
153 printf("Volume descriptor in sector %" PRId64 in debug_print_volume_descriptor_information()
155 tmp->sector, tmp->volumeDescriptorData[0], temp); in debug_print_volume_descriptor_information()
193 debug_dump_to_xml_path_table(FILE *fd, off_t sector, int size, int mode) in debug_dump_to_xml_path_table() argument
199 if (fseeko(fd, CD9660_SECTOR_SIZE * sector, SEEK_SET) == -1) in debug_dump_to_xml_path_table()
225 off_t sector; in debug_dump_to_xml() local
233 sector = 16; in debug_dump_to_xml()
235 if (fseeko(fd, CD9660_SECTOR_SIZE * sector, SEEK_SET) == -1) in debug_dump_to_xml()
247 debug_dump_to_xml_volume_descriptor(buf, sector); in debug_dump_to_xml()
248 sector++; in debug_dump_to_xml()
254 printf("Path table 1 located at sector %i and is %i bytes long\n", in debug_dump_to_xml()
364 debug_dump_to_xml_volume_descriptor(unsigned char* buf, int sector) in debug_dump_to_xml_volume_descriptor() argument
369 printf("<volumedescriptor sector=\"%i\">\n", sector); in debug_dump_to_xml_volume_descriptor()