Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dui-hmp-cmds.c34 const char *dx_str = qdict_get_str(qdict, "dx_str"); in hmp_mouse_move() local
38 dx = strtol(dx_str, NULL, 0); in hmp_mouse_move()
/openbmc/qemu/
H A Dhmp-commands.hx738 .args_type = "dx_str:s,dy_str:s,dz_str:s?",