Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ide/
H A Dinternal.h456 int smart_errors; member
/openbmc/qemu/hw/ide/
H A Dcore.c1925 if (!s->smart_errors) { in cmd_smart()
2001 s->io_buffer[452] = s->smart_errors & 0xff; in cmd_smart()
2002 s->io_buffer[453] = (s->smart_errors & 0xff00) >> 8; in cmd_smart()
2614 s->smart_errors = 0; in ide_init_drive()