Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c506 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in eckd_find_bmt() local
510 if (virtio_read(blockno, tmp_sec)) { in eckd_find_bmt()
514 br = (BootRecord *)tmp_sec; in eckd_find_bmt()
682 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in zipl_run() local
684 if (virtio_read(pte->blockno, tmp_sec)) { in zipl_run()
688 header = (ComponentHeader *)tmp_sec; in zipl_run()
690 if (!magic_match(tmp_sec, ZIPL_MAGIC)) { in zipl_run()
718 if ((uint8_t *)(&entry[1]) > (tmp_sec + MAX_SECTOR_SIZE)) { in zipl_run()