Home
last modified time | relevance | path

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

/qemu/monitor/
H A Dhmp.c1129 const char *cmd_start = cmdline; in handle_hmp_command() local
1141 (int)(cmdline - cmd_start), cmd_start); in handle_hmp_command()
1147 while (cmdline > cmd_start && qemu_isspace(cmdline[-1])) { in handle_hmp_command()
1151 (int)(cmdline - cmd_start), cmd_start); in handle_hmp_command()
/qemu/hw/display/
H A Dvmware_vga.c622 uint32_t cmd_start; in vmsvga_fifo_run() local
627 cmd_start = s->fifo_stop; in vmsvga_fifo_run()
787 s->fifo_stop = cmd_start; in vmsvga_fifo_run()
/qemu/hw/ide/
H A Dahci.c275 bool cmd_start = pr->cmd & PORT_CMD_START; in ahci_cond_start_engines() local
280 if (cmd_start && !cmd_on) { in ahci_cond_start_engines()
287 } else if (!cmd_start && cmd_on) { in ahci_cond_start_engines()