Home
last modified time | relevance | path

Searched refs:key (Results 201 – 225 of 396) sorted by relevance

12345678910>>...16

/qemu/tests/qapi-schema/
H A Denum-dict-member-unknown.json2 { 'enum': 'MyEnum', 'data': [ { 'name': 'foo', 'bad-key': 'str' } ] }
H A Denum-if-invalid.err2 enum-if-invalid.json:2: 'if' condition of 'data' member 'bar' has unknown key 'val'
/qemu/hw/arm/
H A Dmusicpal.c1071 InputKeyEvent *key = evt->u.key.data; in musicpal_key_event() local
1072 int qcode = qemu_input_key_value_to_qcode(key->key); in musicpal_key_event()
1115 if (key->down && (s->pressed_keys & event)) { in musicpal_key_event()
1122 if (key->down && (s->pressed_keys & event)) { in musicpal_key_event()
1131 qemu_set_irq(s->out[i], !key->down); in musicpal_key_event()
1134 if (key->down) { in musicpal_key_event()
/qemu/block/
H A Dssh.c255 if (!strcmp(qe->key, "host") || in ssh_has_filename_options_conflict()
256 !strcmp(qe->key, "port") || in ssh_has_filename_options_conflict()
257 !strcmp(qe->key, "path") || in ssh_has_filename_options_conflict()
258 !strcmp(qe->key, "user") || in ssh_has_filename_options_conflict()
259 !strcmp(qe->key, "host_key_check") || in ssh_has_filename_options_conflict()
260 strstart(qe->key, "server.", NULL)) in ssh_has_filename_options_conflict()
263 qe->key); in ssh_has_filename_options_conflict()
637 qdict_del(options, e->key); in ssh_parse_options()
H A Dwin32-aio.c99 ULONG_PTR key; in win32_aio_completion_cb() local
103 while (GetQueuedCompletionStatus(s->hIOCP, &count, &key, &ov, 0)) { in win32_aio_completion_cb()
H A Drbd.c263 char *key, *acr; in qemu_rbd_set_auth() local
269 key = qcrypto_secret_lookup_as_base64(opts->key_secret, errp); in qemu_rbd_set_auth()
270 if (!key) { in qemu_rbd_set_auth()
273 r = rados_conf_set(cluster, "key", key); in qemu_rbd_set_auth()
274 g_free(key); in qemu_rbd_set_auth()
308 const char *key; in qemu_rbd_set_keypairs() local
324 key = qstring_get_str(name); in qemu_rbd_set_keypairs()
326 ret = rados_conf_set(cluster, key, qstring_get_str(value)); in qemu_rbd_set_keypairs()
329 error_setg_errno(errp, -ret, "invalid conf option %s", key); in qemu_rbd_set_keypairs()
1117 qdict_del(options, e->key); in qemu_rbd_open()
/qemu/tests/keys/
H A Dvagrant.pub1 …IPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== well-known vagrant key for qemu-test, do n…
H A Did_rsa.pub1 …dXtA1Eox9gc/p4jIXim6xrPNmpN6WyrrEjaCF5xYvNv8wXkD6uSWwbHYU24lIAn well-known key for qemu-test, do n…
/qemu/hw/scsi/
H A Dscsi-bus.c482 if (req->dev->unit_attention.key == UNIT_ATTENTION) { in scsi_fetch_unit_attention_sense()
484 } else if (req->bus->unit_attention.key == UNIT_ATTENTION) { in scsi_fetch_unit_attention_sense()
813 if ((d->unit_attention.key == UNIT_ATTENTION || in scsi_req_new()
814 bus->unit_attention.key == UNIT_ATTENTION) && in scsi_req_new()
894 if (req->dev->unit_attention.key == UNIT_ATTENTION) { in scsi_clear_reported_luns_changed()
896 } else if (req->bus->unit_attention.key == UNIT_ATTENTION) { in scsi_clear_reported_luns_changed()
1657 if (sense.key != UNIT_ATTENTION) { in scsi_ua_precedence()
1687 if (sense.key != UNIT_ATTENTION) { in scsi_bus_set_ua()
1705 if (sense.key != UNIT_ATTENTION) { in scsi_device_set_ua()
1708 trace_scsi_device_set_ua(sdev->id, sdev->lun, sense.key, in scsi_device_set_ua()
[all …]
/qemu/migration/
H A Drdma.c428 } key; member
454 reg->key.current_addr -= local_block->offset; in register_to_network()
457 reg->key.current_addr = htonll(reg->key.current_addr); in register_to_network()
464 reg->key.current_addr = ntohll(reg->key.current_addr); in network_to_register()
1415 reg.key.chunk = chunk; in qemu_rdma_unregister_waiting()
2109 reg.key.current_addr = current_addr; in qemu_rdma_write_one()
2111 reg.key.chunk = chunk; in qemu_rdma_write_one()
3692 reg->key.current_addr); in rdma_registration_handle()
3700 chunk = reg->key.chunk; in rdma_registration_handle()
3707 block->block_name, reg->key.chunk); in rdma_registration_handle()
[all …]
/qemu/qga/
H A Dcommands-posix-ssh.c307 strList key = { in test_invalid_key() local
312 qmp_guest_ssh_add_authorized_keys(g_get_user_name(), &key, in test_invalid_key()
316 qmp_guest_ssh_remove_authorized_keys(g_get_user_name(), &key, &err); in test_invalid_key()
/qemu/crypto/
H A Dpbkdf-stub.c31 const uint8_t *key G_GNUC_UNUSED, in qcrypto_pbkdf2()
H A Divgenpriv.h30 const uint8_t *key, size_t nkey,
H A Dcipherpriv.h47 const uint8_t *key,
H A Dcipher-afalg.c65 const uint8_t *key, in qcrypto_afalg_cipher_ctx_new() argument
86 if (setsockopt(afalg->tfmfd, SOL_ALG, ALG_SET_KEY, key, in qcrypto_afalg_cipher_ctx_new()
H A Divgen-plain64.c26 const uint8_t *key, size_t nkey, in qcrypto_ivgen_plain_init() argument
H A Divgen-plain.c26 const uint8_t *key, size_t nkey, in qcrypto_ivgen_plain_init() argument
H A Dcipher-gcrypt.c.inc233 const uint8_t *key,
277 err = gcry_cipher_setkey(ctx->handle, key, nkey);
279 error_setg(errp, "Cannot set key: %s", gcry_strerror(err));
/qemu/contrib/gitdm/
H A Dgroup-map-interns6 # GSoC 2020 Virtual FIDO/U2F security key
/qemu/monitor/
H A Dmonitor.c378 MonitorQAPIEventState key = { .event = event, .data = data }; in monitor_qapi_event_queue_no_reenter() local
380 evstate = g_hash_table_lookup(monitor_qapi_event_state, &key); in monitor_qapi_event_queue_no_reenter()
484 static unsigned int qapi_event_throttle_hash(const void *key) in qapi_event_throttle_hash() argument
486 const MonitorQAPIEventState *evstate = key; in qapi_event_throttle_hash()
/qemu/include/crypto/
H A Divgen.h139 const uint8_t *key, size_t nkey,
/qemu/python/qemu/qmp/
H A Dqmp_client.py328 for key in keys:
329 self.logger.debug("Cancelling execution '%s'", key)
330 self._pending[key].put_nowait(
/qemu/hw/s390x/
H A Ds390-skeys.c82 uint8_t key; in hmp_info_skeys() local
98 r = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in hmp_info_skeys()
104 monitor_printf(mon, " key: 0x%X\n", key); in hmp_info_skeys()
/qemu/.gitlab-ci.d/
H A Dwindows.yml6 key: "$CI_JOB_NAME"
71 - ((Get-Content -path .\msys64\etc\\post-install\\07-pacman-key.post -Raw)
73 Set-Content -Path ${CI_PROJECT_DIR}\msys64\etc\\post-install\\07-pacman-key.post
/qemu/include/hw/input/
H A Dtsc2xxx.h34 void tsc210x_key_event(uWireSlave *chip, int key, int down);

12345678910>>...16