Lines Matching full:ide

14  * Covers only IDE and tests only CMOS contents.  Better than nothing.
226 ide_idx, dev ? "none" : "ide"); in setup_ide()
244 "bus=ide.%d,unit=%d", in setup_ide()
252 * Test case: no IDE devices
281 dev = use_device ? (is_hd(cur_ide[i]) ? "ide-hd" : "ide-cd") : NULL; in test_ide_mbr()
293 * Test case: IDE devices (if=ide) with blank MBRs
301 * Test case: IDE devices (if=ide) with MBRs indicating LBA is in use
309 * Test case: IDE devices (if=ide) with MBRs indicating CHS is in use
317 * Test case: IDE devices (if=none) with blank MBRs
325 * Test case: IDE devices (if=none) with MBRs indicating LBA is in use
333 * Test case: IDE devices (if=none) with MBRs indicating CHS is in use
366 * Test case: IDE device (if=none) with explicit CHS
370 test_ide_drive_user("ide-hd", false); in test_ide_device_user_chs()
374 * Test case: IDE device (if=none) with explicit CHS and translation
378 test_ide_drive_user("ide-hd", true); in test_ide_device_user_chst()
382 * Test case: IDE devices (if=ide), but use index=0 for CD-ROM
634 "-device ide-hd,drive=disk%d,bus=ide.%d,unit=%d," in add_ide_disk()
727 {"/pci@i0cf8/ide@1,1/drive@0/disk@0", {10000, 120, 30} }, in test_override_ide()
728 {"/pci@i0cf8/ide@1,1/drive@0/disk@1", {9000, 120, 30} }, in test_override_ide()
729 {"/pci@i0cf8/ide@1,1/drive@1/disk@0", {0, 1, 1} }, in test_override_ide()
730 {"/pci@i0cf8/ide@1,1/drive@1/disk@1", {1, 0, 0} }, in test_override_ide()
1078 qtest_add_func("hd-geo/ide/none", test_ide_none); in main()
1079 qtest_add_func("hd-geo/ide/drive/mbr/blank", test_ide_drive_mbr_blank); in main()
1080 qtest_add_func("hd-geo/ide/drive/mbr/lba", test_ide_drive_mbr_lba); in main()
1081 qtest_add_func("hd-geo/ide/drive/mbr/chs", test_ide_drive_mbr_chs); in main()
1082 qtest_add_func("hd-geo/ide/drive/cd_0", test_ide_drive_cd_0); in main()
1083 qtest_add_func("hd-geo/ide/device/mbr/blank", test_ide_device_mbr_blank); in main()
1084 qtest_add_func("hd-geo/ide/device/mbr/lba", test_ide_device_mbr_lba); in main()
1085 qtest_add_func("hd-geo/ide/device/mbr/chs", test_ide_device_mbr_chs); in main()
1086 qtest_add_func("hd-geo/ide/device/user/chs", test_ide_device_user_chs); in main()
1087 qtest_add_func("hd-geo/ide/device/user/chst", test_ide_device_user_chst); in main()
1097 qtest_add_func("hd-geo/override/ide", test_override_ide); in main()