Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dbootmap.c81 *c = ptr->ldptr.chs.cylinder; in eckd_format_chs()
82 *h = ptr->ldptr.chs.head; in eckd_format_chs()
83 *s = ptr->ldptr.chs.sector; in eckd_format_chs()
85 *c = ptr->bptr.chs.cylinder; in eckd_format_chs()
86 *h = ptr->bptr.chs.head; in eckd_format_chs()
87 *s = ptr->bptr.chs.sector; in eckd_format_chs()
103 static block_number_t eckd_block_num(EckdCHS *chs) in eckd_block_num() argument
105 return eckd_chs_to_block(chs->cylinder, chs->head, chs->sector); in eckd_block_num()
240 cur_block_nr = eckd_block_num(&s1b->seek[i].chs); in eckd_get_boot_menu_index()
364 s1b_block_nr = eckd_block_num(&ipl2->stage1.seek[0].chs); in ipl_eckd_cdl()
[all …]
H A Dbootmap.h42 EckdCHS chs; /* cylinder/head/sector is an address of the block */ member
55 LdEckdCHS chs; /* cylinder/head/sector is an address of the block */ member
283 EckdCHS chs; member
/qemu/tests/qemu-iotests/
H A D14668 echo === Testing VPC with chs force ===
95 echo === Testing Hyper-V with chs force ===
122 echo === Testing d2v with chs force ===
148 echo === Read created image, force_size_calc=chs ====
178 echo === Read created image, force_size_calc=chs ====
H A D146.out11 === Testing VPC with chs force ===
23 === Testing Hyper-V with chs force ===
285 === Testing d2v with chs force ===
422 === Read created image, force_size_calc=chs ====
438 === Read created image, force_size_calc=chs ====
/qemu/.gitlab-ci.d/
H A Dbuildtest-template.yml100 du -chs ${CI_PROJECT_DIR}/avocado-cache ;
105 - du -chs ${CI_PROJECT_DIR}/avocado-cache
/qemu/tests/qtest/
H A Dhd-geo-test.c522 CHS chs; member
550 &(r->chs.c), &(r->chs.h), &(r->chs.s)); in read_bootdevices()
567 !memcmp(&(r->chs), &(expected[i].chs), sizeof(r->chs))) { in read_bootdevices()
/qemu/block/
H A Dvvfat.c345 static int sector2CHS(mbr_chs_t *chs, int spos, int cyls, int heads, int secs) in sector2CHS() argument
354 chs->head = 0xFF; in sector2CHS()
355 chs->sector = 0xFF; in sector2CHS()
356 chs->cylinder = 0xFF; in sector2CHS()
359 chs->head = (uint8_t)head; in sector2CHS()
360 chs->sector = (uint8_t)( (sector+1) | ((spos>>8)<<6) ); in sector2CHS()
361 chs->cylinder = (uint8_t)spos; in sector2CHS()
/qemu/target/mips/
H A Dhelper.h105 FOP_PROTO(chs)
/qemu/docs/about/
H A Dremoved-features.rst16 ``-device ide-hd,drive=dr,cyls=c,heads=h,secs=s,bios-chs-trans=t``
57 Use ``-device ...,drive=dr,serial=r,bios-chs-trans=t,addr=a`` instead