/external/qemu/hw/ |
ps2.c | 82 int32_t write_cmd; member in struct:__anon25459 194 switch(s->common.write_cmd) { 223 s->common.write_cmd = val; 259 s->common.write_cmd = -1; 263 s->common.write_cmd = -1; 267 s->common.write_cmd = -1; 371 switch(s->common.write_cmd) { 412 s->common.write_cmd = val; 481 s->common.write_cmd = -1; 486 s->common.write_cmd = -1 [all...] |
pckbd.c | 116 uint8_t write_cmd; /* if non zero, write data to port 60 is expected */ member in struct:KBDState 215 s->write_cmd = val; 301 switch(s->write_cmd) { 331 s->write_cmd = 0; 346 qemu_put_8s(f, &s->write_cmd); 358 qemu_get_8s(f, &s->write_cmd);
|
/external/qemu/ |
qemu-io.c | 642 static const cmdinfo_t write_cmd = { variable 686 return command_usage(&write_cmd); 691 return command_usage(&write_cmd); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_cli.c | 441 static int write_cmd(char *buf, size_t buflen, const char *cmd, int argc, function 481 if (write_cmd(buf, sizeof(buf), cmd, argc, argv) < 0) [all...] |