Home
last modified time | relevance | path

Searched refs:QLIST_ENTRY (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/qemu/util/
H A Daio-posix.h31 QLIST_ENTRY(AioHandler) node;
32 QLIST_ENTRY(AioHandler) node_ready; /* only used during aio_poll() */
33 QLIST_ENTRY(AioHandler) node_deleted;
34 QLIST_ENTRY(AioHandler) node_poll;
H A Dyank.c23 QLIST_ENTRY(YankFuncAndParam) next;
29 QLIST_ENTRY(YankInstanceEntry) next;
/openbmc/qemu/audio/
H A Daudio_int.h82 QLIST_ENTRY (HWVoiceOut) entries;
103 QLIST_ENTRY (HWVoiceIn) entries;
120 QLIST_ENTRY (SWVoiceOut) entries;
136 QLIST_ENTRY (SWVoiceIn) entries;
153 QLIST_ENTRY(audio_driver) next;
203 QLIST_ENTRY (capture_callback) entries;
210 QLIST_ENTRY (CaptureVoiceOut) entries;
216 QLIST_ENTRY (SWVoiceCap) entries;
H A Daudio.h76 QLIST_ENTRY (CaptureState) entries;
87 QLIST_ENTRY (QEMUSoundCard) entries;
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h96 QLIST_ENTRY(VFIOHostDMAWindow) hostwin_next;
105 QLIST_ENTRY(VFIOIOASHwpt) next;
120 QLIST_ENTRY(VFIODevice) next;
121 QLIST_ENTRY(VFIODevice) container_next;
122 QLIST_ENTRY(VFIODevice) global_next;
152 QLIST_ENTRY(VFIODevice) hwpt_next;
192 QLIST_ENTRY(VFIOGroup) next;
193 QLIST_ENTRY(VFIOGroup) container_next;
H A Dvfio-container-base.h30 QLIST_ENTRY(VFIOAddressSpace) list;
49 QLIST_ENTRY(VFIOContainerBase) next;
60 QLIST_ENTRY(VFIOGuestIOMMU) giommu_next;
70 QLIST_ENTRY(VFIORamDiscardListener) next;
H A Dvfio-platform.h35 QLIST_ENTRY(VFIOINTp) next; /* entry for IRQ list */
/openbmc/qemu/include/qemu/
H A Dnotify.h24 QLIST_ENTRY(Notifier) node;
58 QLIST_ENTRY(NotifierWithReturn) node;
H A Djob.h178 QLIST_ENTRY(Job) job_list;
184 QLIST_ENTRY(Job) txn_list;
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h62 QLIST_ENTRY(vhost_iommu) iommu_next;
131 QLIST_ENTRY(vhost_dev) entry;
132 QLIST_ENTRY(vhost_dev) logdev_entry;
/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h52 QLIST_ENTRY(XenPhysmap) list;
58 QLIST_ENTRY(XenPciDevice) entry;
/openbmc/qemu/migration/
H A Dthreadinfo.h21 QLIST_ENTRY(MigrationThread) node;
/openbmc/qemu/hw/hyperv/
H A Dhyperv_testdev.c23 QLIST_ENTRY(TestSintRoute) le;
30 QLIST_ENTRY(TestMsgConn) le;
37 QLIST_ENTRY(TestEvtConn) le;
/openbmc/qemu/include/hw/
H A Dqdev-core.h191 QLIST_ENTRY(NamedGPIOList) node;
202 QLIST_ENTRY(NamedClockList) node;
365 typedef QLIST_ENTRY(BusState) BusStateEntry;
/openbmc/qemu/include/block/
H A Dblock_int-common.h86 QLIST_ENTRY(BdrvTrackedRequest) list;
482 QLIST_ENTRY(BlockDriver) list;
910 QLIST_ENTRY(BdrvAioNotifier) list;
1047 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next;
1048 QLIST_ENTRY(BdrvChild GRAPH_RDLOCK_PTR) next_parent;
H A Dexport.h80 QLIST_ENTRY(BlockExport) next;
H A Dreplication.h100 QLIST_ENTRY(ReplicationState) node;
H A Dreqlist.h31 QLIST_ENTRY(BlockReq) list;
H A Dthrottle-groups.h58 QLIST_ENTRY(ThrottleGroupMember) round_robin;
/openbmc/qemu/include/exec/
H A Dramblock.h40 QLIST_ENTRY(RAMBlock) next;
/openbmc/qemu/hw/vfio/
H A Dpci.h29 QLIST_ENTRY(VFIOIOEventFD) next;
42 QLIST_ENTRY(VFIOQuirk) next;
/openbmc/qemu/monitor/
H A Dfds.c39 QLIST_ENTRY(mon_fd_t) next;
47 QLIST_ENTRY(MonFdsetFd) next;
56 QLIST_ENTRY(MonFdset) next;
/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h50 QLIST_ENTRY(PCIBus) sibling;/* this will be replaced by qdev later */
H A Dpci_host.h50 QLIST_ENTRY(PCIHostState) next;
/openbmc/qemu/ui/
H A Dvnc-palette.h40 QLIST_ENTRY(VncPaletteEntry) next;

1234