Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dhd-geometry.c45 uint8_t end_head; /* end head */ member
75 if (nr_sects && p->end_head) { in guess_disk_lchs()
78 heads = p->end_head + 1; in guess_disk_lchs()
/openbmc/u-boot/disk/
H A Dpart_dos.h25 unsigned char end_head; /* end head */ member
/openbmc/u-boot/include/
H A Dpart_efi.h68 u8 end_head; /* end head */ member
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A DCVE-2021-40426.patch27 while (strncmp(buf, "end_head", (size_t)8) != 0) {
/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c411 uint32_t end_head; member
452 g_assert(mbr[i].end_head < 256); in create_qcow2_with_mbr()
455 head = mbr[i].end_head; in create_qcow2_with_mbr()