Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c507 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in eckd_find_bmt() local
511 if (virtio_read(blockno, tmp_sec)) { in eckd_find_bmt()
515 br = (BootRecord *)tmp_sec; in eckd_find_bmt()
683 uint8_t tmp_sec[MAX_SECTOR_SIZE]; in zipl_run() local
685 if (virtio_read(pte->blockno, tmp_sec)) { in zipl_run()
689 header = (ComponentHeader *)tmp_sec; in zipl_run()
691 if (!magic_match(tmp_sec, ZIPL_MAGIC)) { in zipl_run()
719 if ((uint8_t *)(&entry[1]) > (tmp_sec + MAX_SECTOR_SIZE)) { in zipl_run()
/openbmc/linux/drivers/md/
H A Draid5.c916 sector_t head_sector, tmp_sec; in stripe_add_to_batch_list() local
921 tmp_sec = sh->sector; in stripe_add_to_batch_list()
922 if (!sector_div(tmp_sec, conf->chunk_sectors)) in stripe_add_to_batch_list()