Searched refs:KeyValue (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ui/ |
H A D | input-keymap.c | 33 int qemu_input_key_value_to_number(const KeyValue *value) in qemu_input_key_value_to_number() 54 int qemu_input_key_value_to_qcode(const KeyValue *value) in qemu_input_key_value_to_qcode() 64 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down, in qemu_input_key_value_to_scancode()
|
H A D | input-legacy.c | 74 static KeyValue *copy_key_value(KeyValue *src) in copy_key_value() 76 KeyValue *dst = g_new(KeyValue, 1); in copy_key_value() 90 KeyValue **up = NULL; in qmp_send_key()
|
H A D | input.c | 166 KeyValue *key = evt->u.key.data->key; in qmp_input_send_event() 375 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key() 385 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key() 409 KeyValue *key = g_new0(KeyValue, 1); in qemu_input_event_send_key_qcode()
|
H A D | ui-hmp-cmds.c | 355 KeyValue *v = NULL; in hmp_sendkey()
|
/openbmc/qemu/include/ui/ |
H A D | input.h | 45 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down); 50 int qemu_input_key_value_to_number(const KeyValue *value); 51 int qemu_input_key_value_to_qcode(const KeyValue *value); 52 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down,
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | volume.hpp | 123 KeyValue, enumerator 267 {NamespaceType::KeyValue, "KeyValue"},
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/ |
H A D | 0001-include-stdint.h-for-int64_t-types.patch | 24 #include "etcd/v3/KeyValue.hpp"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-include-missing-array-header.patch | 27 int KeyValue::Execute(const std::string& command, std::string& output) {
|
/openbmc/qemu/replay/ |
H A D | replay-input.c | 79 KeyValue keyValue; in replay_read_input_event()
|
/openbmc/qemu/ |
H A D | qemu-keymap.c | 37 KeyValue keyvalue; in qcode_to_number()
|
/openbmc/qemu/qapi/ |
H A D | ui.json | 1006 # @KeyValue: 1014 { 'union': 'KeyValue', 1026 # @keys: An array of @KeyValue elements. All @KeyValues in this array 1027 # are simultaneously sent to the guest. A @KeyValue.number value 1028 # is sent directly to the guest, while @KeyValue.qcode must be a 1048 'data': { 'keys': ['KeyValue'], '*hold-time': 'int' } } 1110 'data' : { 'key' : 'KeyValue',
|