Home
last modified time | relevance | path

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

/external/qemu/hw/
Dpc.c422 static int shutdown_index = 0; in bochs_bios_write() local
438 if (val == shutdown_str[shutdown_index]) { in bochs_bios_write()
439 shutdown_index++; in bochs_bios_write()
440 if (shutdown_index == 8) { in bochs_bios_write()
441 shutdown_index = 0; in bochs_bios_write()
445 shutdown_index = 0; in bochs_bios_write()