Home
last modified time | relevance | path

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

/qemu/hw/block/
H A Dhd-geometry.c50 uint32_t nr_sects; /* nr of sectors in partition */ member
61 uint32_t nr_sects; in guess_disk_lchs() local
75 nr_sects = le32_to_cpu(p->nr_sects); in guess_disk_lchs()
76 if (nr_sects && p->end_head) { in guess_disk_lchs()
/qemu/tests/qtest/
H A Dhd-geo-test.c415 uint32_t nr_sects; member
465 stl_le_p(&buf[offset + 0xc], mbr[i].nr_sects); in create_qcow2_with_mbr()