Searched refs:read_short (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | input-barrier.c | 134 #define read_short(x, p, l) \ macro 250 read_short(msg->version.major, p, len); in readcmd() 251 read_short(msg->version.minor, p, len); in readcmd() 275 read_short(msg->mousepos.x, p, len); in readcmd() 276 read_short(msg->mousepos.y, p, len); in readcmd() 283 read_short(msg->mousepos.y, p, len); in readcmd() 287 read_short(msg->mousepos.y, p, len); in readcmd() 294 read_short(msg->key.keyid, p, len); in readcmd() 295 read_short(msg->key.modifier, p, len); in readcmd() 298 read_short(msg->key.button, p, len); in readcmd() [all …]
|