Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 54) sorted by relevance

123

/qemu/tests/unit/
H A Dtest-clone-visitor.c128 src->alt = g_new(UserDefAlternate, 1); in test_clone_complex2()
129 src->alt->type = QTYPE_QDICT; in test_clone_complex2()
130 src->alt->u.udfu.integer = 42; in test_clone_complex2()
132 src->alt->u.udfu.string = NULL; in test_clone_complex2()
133 src->alt->u.udfu.enum1 = ENUM_ONE_VALUE3; in test_clone_complex2()
134 src->alt->u.udfu.u.value3.intb = 99; in test_clone_complex2()
135 src->alt->u.udfu.u.value3.has_a_b = true; in test_clone_complex2()
136 src->alt->u.udfu.u.value3.a_b = true; in test_clone_complex2()
140 g_assert(dst->alt); in test_clone_complex2()
141 g_assert_cmpint(dst->alt->type, ==, QTYPE_QDICT); in test_clone_complex2()
[all …]
H A Dtest-qobject-input-visitor.c791 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QNUM); in test_visitor_in_alternate()
792 g_assert_cmpint(wrap->alt->u.i, ==, 42); in test_visitor_in_alternate()
797 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QSTRING); in test_visitor_in_alternate()
798 g_assert_cmpint(wrap->alt->u.e, ==, ENUM_ONE_VALUE1); in test_visitor_in_alternate()
804 g_assert_cmpint(wrap->alt->type, ==, QTYPE_QDICT); in test_visitor_in_alternate()
805 g_assert_cmpint(wrap->alt->u.udfu.integer, ==, 1); in test_visitor_in_alternate()
806 g_assert_cmpstr(wrap->alt->u.udfu.string, ==, "str"); in test_visitor_in_alternate()
807 g_assert_cmpint(wrap->alt->u.udfu.enum1, ==, ENUM_ONE_VALUE1); in test_visitor_in_alternate()
808 g_assert_cmpint(wrap->alt->u.udfu.u.value1.boolean, ==, true); in test_visitor_in_alternate()
1046 GenericAlternate *alt; in test_visitor_in_fail_struct_missing() local
[all …]
/qemu/hw/misc/
H A Dmac_via.c453 trace_via1_rtc_internal_status(v1s->cmd, v1s->alt, v1s->data_out); in via1_rtc_update()
514 if (v1s->alt == REG_EMPTY) { in via1_rtc_update()
554 v1s->alt = addr; in via1_rtc_update()
567 v1s->PRAM[sector * 32 + v1s->alt] = v1s->data_out; in via1_rtc_update()
569 trace_via1_rtc_cmd_pram_sect_write(sector, v1s->alt, sector * 32 + v1s->alt, in via1_rtc_update()
571 v1s->alt = REG_EMPTY; in via1_rtc_update()
1225 v1s->alt = REG_EMPTY; in mos6522_q800_via1_reset_hold()
1308 VMSTATE_INT32(alt, MOS6522Q800VIA1State),
H A Dtrace-events300 via1_rtc_internal_status(int cmd, int alt, int value) "cmd=0x%02x alt=0x%02x value=0x%02x"
306 via1_rtc_internal_set_alt(int alt, int sector, int offset) "alt=0x%02x sector=%u offset=%u"
/qemu/tests/qapi-schema/
H A Ddoc-good.json133 # @alt-feat: a feature
136 'features': [ 'alt-feat' ],
H A Ddoc-good.out41 feature alt-feat
152 feature=alt-feat
H A Ddoc-good.txt156 "alt-feat"
H A Dqapi-schema-test.json109 'data': { 'alt': 'UserDefAlternate' } }
280 'data': { 'alt-cmd-arg': 'TestIfAlternate' },
H A Dqapi-schema-test.out98 member alt: UserDefAlternate optional=False
310 member alt-cmd-arg: TestIfAlternate optional=False
/qemu/qapi/
H A Dcommon.json191 'data': [ 'ctrl-ctrl', 'alt-alt', 'shift-shift','meta-meta', 'scrolllock',
H A Dui.json947 # 'alt+print' was pressed. This flaw is now fixed and the 'sysrq' key
955 'shift', 'shift_r', 'alt', 'alt_r', 'ctrl',
1292 # 2. Press ctrl-alt-del.
/qemu/include/hw/misc/
H A Dmac_via.h60 int alt; member
/qemu/hw/usb/
H A Dhost-libusb.c877 int pid, ep, alt; in usb_host_ep_update() local
896 alt = udev->altsetting[intf->bInterfaceNumber]; in usb_host_ep_update()
898 if (alt != 0) { in usb_host_ep_update()
899 assert(alt < conf->interface[i].num_altsetting); in usb_host_ep_update()
900 intf = &conf->interface[i].altsetting[alt]; in usb_host_ep_update()
1435 static void usb_host_set_interface(USBHostDevice *s, int iface, int alt, in usb_host_set_interface() argument
1441 trace_usb_host_set_interface(s->bus_num, s->addr, iface, alt); in usb_host_set_interface()
1450 rc = libusb_set_interface_alt_setting(s->dh, iface, alt); in usb_host_set_interface()
1460 udev->altsetting[iface] = alt; in usb_host_set_interface()
H A Ddesc.c395 int nif, int alt) in usb_desc_find_interface() argument
407 iface->bAlternateSetting == alt) { in usb_desc_find_interface()
415 iface->bAlternateSetting == alt) { in usb_desc_find_interface()
H A Dredirect.c1062 int interface, int alt) in usbredir_set_interface() argument
1067 DPRINTF("set interface %d alt %d id %"PRIu64"\n", interface, alt, p->id); in usbredir_set_interface()
1076 set_alt.alt = alt; in usbredir_set_interface()
1886 alt_setting_status->alt, id); in usbredir_alt_setting_status()
1891 dev->dev.data_buf[0] = alt_setting_status->alt; in usbredir_alt_setting_status()
H A Dtrace-events246 usb_set_interface(int addr, int iface, int alt, int ret) "dev %d, interface %d, altsetting %d, ret …
322 usb_host_set_interface(int bus, int addr, int interface, int alt) "dev %d:%d, interface %d, alt %d"
337 usb_host_parse_interface(int bus, int addr, int num, int alt, int active) "dev %d:%d, num %d, alt %…
/qemu/docs/system/
H A Dtls.rst16 constraints data, key purpose, key usage and subject alt name.
133 the subject alt name extension data. The ``tls_www_server`` keyword is
185 The subject alt name extension data is not required for clients, so
271 always validate the server hostname against the certificate subject alt
/qemu/hw/display/
H A Dtcx.c82 MemoryRegion alt; member
805 memory_region_init_io(&s->alt, obj, &tcx_dummy_ops, s, "tcx.alt", in tcx_initfn()
807 sysbus_init_mmio(sbd, &s->alt); in tcx_initfn()
/qemu/target/arm/tcg/
H A Dm_helper.c2782 bool alt = op & 2; in HELPER() local
2795 if (alt) { in HELPER()
2819 if (arm_current_el(env) != 0 || alt) { in HELPER()
/qemu/
H A Dhmp-commands.hx611 .help = "send keys to the VM (e.g. 'sendkey ctrl-alt-f1', default hold time=100 ms)",
622 sendkey ctrl-alt-f1
625 intercepts at low level, such as ``ctrl-alt-f1`` in X Window.
/qemu/ui/
H A Dcocoa.m910 // handle control + alt Key Combos (ctrl+alt+[1..9,g] is reserved for QEMU)
/qemu/pc-bios/keymaps/
H A Dmk246 # evdev 56 (0x38), QKeyCode "alt", number 0x38
H A Dru247 # evdev 56 (0x38), QKeyCode "alt", number 0x38
H A Dar292 # evdev 56 (0x38), QKeyCode "alt", number 0x38
H A Det244 # evdev 56 (0x38), QKeyCode "alt", number 0x38

123