Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dbootmap.c675 uint8_t *magic_sec = (uint8_t *)(sec + ISO_SECTOR_SIZE); in is_iso_bc_entry_compatible()
698 uint8_t *temp = sec + ISO_SECTOR_SIZE; in iso_get_file_size()
708 IPL_assert(sec_offset[level] <= ISO_SECTOR_SIZE, in iso_get_file_size()
729 if (!cur_record->dr_len || sec_offset[level] == ISO_SECTOR_SIZE) { in iso_get_file_size()
731 dir_rem[level] -= ISO_SECTOR_SIZE - sec_offset[level]; in iso_get_file_size()
780 blks_to_load = (real_size + ISO_SECTOR_SIZE - 1) / ISO_SECTOR_SIZE; in load_iso_bc_entry()
H A Dbootmap.h384 #define ISO_SECTOR_SIZE 2048 macro
494 #define ISO_BC_ENTRY_PER_SECTOR (ISO_SECTOR_SIZE / sizeof(IsoBcEntry))