Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 42) sorted by relevance

12

/qemu/disas/
H A Dcapstone.c62 static cs_err cap_disas_start(disassemble_info *info, csh *handle) in cap_disas_start()
181 csh handle; in cap_disas_target() local
240 csh handle; in cap_disas_host() local
270 csh handle; in cap_disas_monitor() local
323 csh handle; in cap_disas_plugin() local
/qemu/audio/
H A Dalsaaudio.c40 snd_pcm_t *handle; member
49 snd_pcm_t *handle; member
56 snd_pcm_t *handle; member
135 static int alsa_recover (snd_pcm_t *handle) in alsa_recover()
145 static int alsa_resume (snd_pcm_t *handle) in alsa_resume()
213 static int alsa_poll_helper (snd_pcm_t *handle, struct pollhlp *hlp, int mask) in alsa_poll_helper()
408 static void alsa_set_threshold (snd_pcm_t *handle, snd_pcm_uframes_t threshold) in alsa_set_threshold()
444 snd_pcm_t *handle; in alsa_open() local
711 snd_pcm_t *handle; in alsa_init_out() local
741 static int alsa_voice_ctl (snd_pcm_t *handle, const char *typ, int ctl) in alsa_voice_ctl()
[all …]
/qemu/hw/block/
H A Dxen_blkif.h25 blkif_vdev_t handle; /* only for read/write requests */ member
33 blkif_vdev_t handle; /* only for read/write requests */ member
51 blkif_vdev_t handle; /* only for read/write requests */ member
59 blkif_vdev_t handle; /* only for read/write requests */ member
/qemu/include/hw/xen/interface/io/
H A Dblkif.h641 blkif_vdev_t handle; /* only for read/write requests */ member
656 blkif_vdev_t handle; /* same as for read/write requests */ member
669 blkif_vdev_t handle; /* same as for read/write requests */ member
/qemu/net/
H A Dtap-win32.c101 HANDLE handle; member
399 static int tap_win32_set_status(HANDLE handle, int status) in tap_win32_set_status()
408 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle) in tap_win32_overlapped_init()
601 HANDLE handle; in tap_win32_open() local
664 tap_win32_overlapped_t *handle; member
727 tap_win32_overlapped_t *handle; in tap_win32_init() local
/qemu/crypto/
H A Dhmac-gcrypt.c33 gcry_mac_hd_t handle; member
H A Dhmac-gnutls.c35 gnutls_hmac_hd_t handle; member
H A Dtlssession.c39 gnutls_session_t handle; member
/qemu/plugins/
H A Dplugin.h55 GModule *handle; member
/qemu/hw/usb/
H A Ddev-mtp.c141 uint32_t handle; member
170 uint32_t handle; member
380 static MTPObject *usb_mtp_object_alloc(MTPState *s, uint32_t handle, in usb_mtp_object_alloc()
455 static MTPObject *usb_mtp_object_lookup(MTPState *s, uint32_t handle) in usb_mtp_object_lookup()
1190 static void usb_mtp_object_delete(MTPState *s, uint32_t handle, in usb_mtp_object_delete()
1407 uint32_t handle = c->argv[1]; in usb_mtp_command() local
1602 static void usb_mtp_write_data(MTPState *s, uint32_t handle) in usb_mtp_write_data()
1994 uint32_t handle; in usb_mtp_handle_data() local
/qemu/include/ui/
H A Dsurface.h27 HANDLE handle; member
/qemu/hw/acpi/
H A Dacpi_generic_initiator.c83 PCIDeviceHandle *handle) in build_srat_generic_pci_initiator_affinity()
H A Dnvdimm.c187 static NVDIMMDevice *nvdimm_get_device_by_handle(uint32_t handle) in nvdimm_get_device_by_handle()
265 uint32_t handle = nvdimm_slot_to_handle(slot); in nvdimm_build_structure_memdev() local
421 uint32_t handle; member
935 Aml *method, *ifctx, *function, *handle, *uuid, *dsm_mem, *elsectx2; in nvdimm_build_common_dsm() local
1141 static void nvdimm_build_device_dsm(Aml *dev, uint32_t handle) in nvdimm_build_device_dsm()
1254 uint32_t handle = nvdimm_slot_to_handle(slot); in nvdimm_build_nvdimm_devices() local
/qemu/hw/cxl/
H A Dcxl-events.c211 uint16_t handle = pl->handle[nr]; in cxl_event_clear_records() local
/qemu/util/
H A Dqemu-thread-win32.c435 HANDLE handle; in qemu_thread_join() local
531 HANDLE handle; in qemu_thread_get_handle() local
/qemu/include/hw/xen/interface/
H A Dgrant_table.h334 grant_handle_t handle; member
355 grant_handle_t handle; member
494 grant_handle_t handle; member
/qemu/qga/
H A Dcommands-win32.c148 int64_t handle; in guest_file_handle_add() local
255 void qmp_guest_file_close(int64_t handle, Error **errp) in qmp_guest_file_close()
379 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write()
422 GuestFileSeek *qmp_guest_file_seek(int64_t handle, int64_t offset, in qmp_guest_file_seek()
458 void qmp_guest_file_flush(int64_t handle, Error **errp) in qmp_guest_file_flush()
1312 HANDLE handle; in qmp_guest_fstrim() local
H A Dcommands-posix.c345 int64_t handle; in guest_file_handle_add() local
503 int64_t handle; in qmp_guest_file_open() local
534 void qmp_guest_file_close(int64_t handle, Error **errp) in qmp_guest_file_close()
592 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write()
648 struct GuestFileSeek *qmp_guest_file_seek(int64_t handle, int64_t offset, in qmp_guest_file_seek()
689 void qmp_guest_file_flush(int64_t handle, Error **errp) in qmp_guest_file_flush()
H A Dchannel-win32.c18 HANDLE handle; member
H A Dcommands.c610 GuestFileRead *qmp_guest_file_read(int64_t handle, bool has_count, in qmp_guest_file_read()
/qemu/include/hw/cxl/
H A Dcxl_events.h39 uint16_t handle; member
80 uint16_t handle[]; member
H A Dcxl_cdat.h91 uint8_t handle; member
115 uint8_t handle; member
/qemu/include/qemu/
H A Dqemu-plugin.h735 struct qemu_plugin_register *handle; global() member
[all...]
/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py170 def write_reply(conn, error, handle): argument
/qemu/contrib/plugins/
H A Dexeclog.c19 struct qemu_plugin_register *handle; member

12