Home
last modified time | relevance | path

Searched refs:KeyValue (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-keymap.c33 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 Dinput-legacy.c74 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 Dinput.c166 KeyValue *key = evt->u.key.data->key; in qmp_input_send_event()
411 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key()
421 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key()
445 KeyValue *key = g_new0(KeyValue, 1); in qemu_input_event_send_key_qcode()
H A Dui-hmp-cmds.c355 KeyValue *v = NULL; in hmp_sendkey()
/openbmc/qemu/include/ui/
H A Dinput.h45 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 Dvolume.hpp121 KeyValue, enumerator
265 {NamespaceType::KeyValue, "KeyValue"},
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/
H A D0001-include-missing-array-header.patch27 int KeyValue::Execute(const std::string& command, std::string& output) {
/openbmc/qemu/replay/
H A Dreplay-input.c79 KeyValue keyValue; in replay_read_input_event()
/openbmc/qemu/
H A Dqemu-keymap.c37 KeyValue keyvalue; in qcode_to_number()
/openbmc/qemu/qapi/
H A Dui.json1007 # @KeyValue:
1013 { 'union': 'KeyValue',
1025 # @keys: An array of @KeyValue elements. All @KeyValues in this array
1026 # are simultaneously sent to the guest. A @KeyValue.number value
1027 # is sent directly to the guest, while @KeyValue.qcode must be a
1048 'data': { 'keys': ['KeyValue'], '*hold-time': 'int' } }
1100 'data' : { 'key' : 'KeyValue',