Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Domapimage.c66 static void omapimage_print_section(struct ch_settings *chs) in omapimage_print_section() argument
70 if (chs->section_key) in omapimage_print_section()
81 chs->section_key, in omapimage_print_section()
82 chs->valid, in omapimage_print_section()
83 chs->version, in omapimage_print_section()
84 chs->reserved, in omapimage_print_section()
85 chs->flags); in omapimage_print_section()
130 struct ch_settings *chs = (struct ch_settings *) in omapimage_set_header() local
134 toc->section_offset = toc_offset(ptr, chs); in omapimage_set_header()
138 chs->section_key = KEY_CHSETTINGS; in omapimage_set_header()
[all …]
/openbmc/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 ====
/openbmc/qemu/pc-bios/s390-ccw/
H A Dbootmap.c101 *c = ptr->ldptr.chs.cylinder; in eckd_format_chs()
102 *h = ptr->ldptr.chs.head; in eckd_format_chs()
103 *s = ptr->ldptr.chs.sector; in eckd_format_chs()
105 *c = ptr->bptr.chs.cylinder; in eckd_format_chs()
106 *h = ptr->bptr.chs.head; in eckd_format_chs()
107 *s = ptr->bptr.chs.sector; in eckd_format_chs()
123 static block_number_t eckd_block_num(EckdCHS *chs) in eckd_block_num() argument
125 return eckd_chs_to_block(chs->cylinder, chs->head, chs->sector); in eckd_block_num()
277 cur_block_nr = eckd_block_num(&s1b->seek[i].chs); in eckd_get_boot_menu_index()
301 next_block_nr = eckd_block_num(&s1b->seek[i + 1].chs); in eckd_get_boot_menu_index()
[all …]
H A Dbootmap.h43 EckdCHS chs; /* cylinder/head/sector is an address of the block */ member
56 LdEckdCHS chs; /* cylinder/head/sector is an address of the block */ member
284 EckdCHS chs; member
/openbmc/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()
/openbmc/qemu/target/mips/
H A Dhelper.h107 FOP_PROTO(chs)