Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 45) 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/ui/
H A Dqemu-pixman.c276 qemu_pixman_shareable *handle, in qemu_pixman_shareable_alloc()
287 qemu_pixman_shareable_free(qemu_pixman_shareable handle, in qemu_pixman_shareable_free()
300 qemu_pixman_shareable handle = PTR_TO_SHAREABLE(data); in qemu_pixman_shared_image_destroy() local
309 qemu_pixman_shareable *handle, in qemu_pixman_image_new_shareable()
/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
396 static int tap_win32_set_status(HANDLE handle, int status) in tap_win32_set_status()
405 static void tap_win32_overlapped_init(tap_win32_overlapped_t* const overlapped, const HANDLE handle) in tap_win32_overlapped_init()
598 HANDLE handle; in tap_win32_open() local
661 tap_win32_overlapped_t *handle; member
724 tap_win32_overlapped_t *handle; in tap_win32_init() local
/qemu/plugins/
H A Dapi-user.c54 void qemu_plugin_update_ns(const void *handle, int64_t new_time) in qemu_plugin_update_ns()
H A Dplugin.h56 GModule *handle; member
H A Dapi-system.c123 void qemu_plugin_update_ns(const void *handle, int64_t new_time) in qemu_plugin_update_ns()
/qemu/qga/
H A Dcommands-posix.c333 int64_t handle; in guest_file_handle_add() local
491 int64_t handle; in qmp_guest_file_open() local
522 void qmp_guest_file_close(int64_t handle, Error **errp) in qmp_guest_file_close()
580 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write()
636 struct GuestFileSeek *qmp_guest_file_seek(int64_t handle, int64_t offset, in qmp_guest_file_seek()
677 void qmp_guest_file_flush(int64_t handle, Error **errp) in qmp_guest_file_flush()
H A Dcommands-win32.c171 int64_t handle; in guest_file_handle_add() local
277 void qmp_guest_file_close(int64_t handle, Error **errp) in qmp_guest_file_close()
397 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write()
440 GuestFileSeek *qmp_guest_file_seek(int64_t handle, int64_t offset, in qmp_guest_file_seek()
476 void qmp_guest_file_flush(int64_t handle, Error **errp) in qmp_guest_file_flush()
1330 HANDLE handle; in qmp_guest_fstrim() local
/qemu/include/ui/
H A Dqemu-pixman.h105 #define SHAREABLE_TO_PTR(handle) (handle) argument
110 #define SHAREABLE_TO_PTR(handle) GINT_TO_POINTER(handle) argument
/qemu/crypto/
H A Dhmac-gcrypt.c36 gcry_mac_hd_t handle; member
H A Dhmac-gnutls.c35 gnutls_hmac_hd_t 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()
1405 uint32_t handle = c->argv[1]; in usb_mtp_command() local
1600 static void usb_mtp_write_data(MTPState *s, uint32_t handle) in usb_mtp_write_data()
1992 uint32_t handle; in usb_mtp_handle_data() local
/qemu/hw/acpi/
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.c224 uint16_t handle = pl->handle[nr]; in cxl_event_clear_records() local
/qemu/util/
H A Dqemu-thread-win32.c306 HANDLE handle; in qemu_thread_join() local
402 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/tests/qtest/
H A Ddbus-display-test.c124 gint32 handle = g_variant_get_handle(arg_handle); in listener_handle_scanout_map() local
/qemu/include/hw/cxl/
H A Dcxl_cdat.h91 uint8_t handle; member
115 uint8_t handle; member
H A Dcxl_events.h39 uint16_t handle; member
80 uint16_t handle[]; member
/qemu/migration/
H A Dmultifd-uadk.c25 handle_t handle; member
/qemu/tests/qemu-iotests/
H A Dnbd-fault-injector.py170 def write_reply(conn, error, handle): argument
/qemu/include/qemu/
H A Dqemu-plugin.h879 struct qemu_plugin_register *handle; member

12