Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dui-hmp-cmds.c35 const char *dy_str = qdict_get_str(qdict, "dy_str"); in hmp_mouse_move() local
39 dy = strtol(dy_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?",