Home
last modified time | relevance | path

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

/qemu/include/hw/ide/
H A Dide-dev.h140 uint8_t *smart_selftest_data; member
/qemu/hw/ide/
H A Dcore.c1982 s->smart_selftest_data[3 + in cmd_smart()
2029 s->io_buffer[n] = s->smart_selftest_data[n]; in cmd_smart()
2056 s->smart_selftest_data[n] = s->sector; in cmd_smart()
2057 s->smart_selftest_data[n + 1] = 0x00; /* OK and finished */ in cmd_smart()
2058 s->smart_selftest_data[n + 2] = 0x34; /* hour count lsb */ in cmd_smart()
2059 s->smart_selftest_data[n + 3] = 0x12; /* hour count msb */ in cmd_smart()
2684 s->smart_selftest_data = blk_blockalign(s->blk, 512); in ide_init1()
2685 memset(s->smart_selftest_data, 0, 512); in ide_init1()
2819 qemu_vfree(s->smart_selftest_data); in ide_exit()