Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dhd-geo-test.c84 static bool is_hd(const CHST *expected_chst) in is_hd() function
112 (is_hd(cur_ide[0]) ? 0xf0 : 0) | in test_cmos_disk_data()
113 (is_hd(cur_ide[1]) ? 0x0f : 0)); in test_cmos_disk_data()
119 if (is_hd(expected_chst)) { in test_cmos_drive_cyl()
139 test_cmos_byte(qts, 0x19, is_hd(cur_ide[0]) ? 47 : 0); in test_cmos_drive1()
145 test_cmos_byte(qts, 0x1a, is_hd(cur_ide[1]) ? 47 : 0); in test_cmos_drive2()
155 if (is_hd(cur_ide[i])) { in test_cmos_disktransflag()
281 dev = use_device ? (is_hd(cur_ide[i]) ? "ide-hd" : "ide-cd") : NULL; in test_ide_mbr()