Searched refs:QLIST_HEAD (Results 1 - 16 of 16) sorted by relevance

/external/qemu/include/qemu/
H A Dnotify.h29 QLIST_HEAD(, Notifier) notifiers;
56 QLIST_HEAD(, NotifierWithReturn) notifiers;
H A Dqueue.h86 #define QLIST_HEAD(name, type) \ macro
/external/qemu/audio/
H A Daudio_int.h85 QLIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head;
86 QLIST_HEAD (sw_cap_listhead, SWVoiceCap) cap_head;
105 QLIST_HEAD (sw_in_listhead, SWVoiceIn) sw_head;
180 QLIST_HEAD (cb_listhead, capture_callback) cb_head;
195 QLIST_HEAD (card_listhead, QEMUSoundCard) card_head;
196 QLIST_HEAD (hw_in_listhead, HWVoiceIn) hw_head_in;
197 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out;
198 QLIST_HEAD (cap_listhead, CaptureVoiceOut) cap_head;
/external/qemu/include/hw/
H A Dqdev-core.h21 QLIST_HEAD(, BusState) child_bus;
38 QLIST_HEAD(, DeviceState) children;
/external/qemu/hw/watchdog/
H A Dwatchdog.c27 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
/external/qemu/
H A Diohandler.c44 static QLIST_HEAD(, IOHandlerRecord) io_handlers =
143 static QLIST_HEAD(, ChildProcessRecord) child_watches =
H A Daio-android.c23 static QLIST_HEAD(, AioHandler) aio_handlers;
H A Daio.c22 static QLIST_HEAD(, AioHandler) aio_handlers;
H A Dqemu-timer.c50 QLIST_HEAD(, QEMUTimerList) timerlists;
H A Dblock.c65 static QLIST_HEAD(, BlockDriver) bdrv_drivers =
H A Dexec.c2076 static QLIST_HEAD(map_client_list, MapClient) map_client_list
H A Dsavevm.c2320 QLIST_HEAD(, LoadStateEntry) loadvm_handlers =
H A Dvl-android.c1261 static QLIST_HEAD(vm_change_state_head, vm_change_state_entry) vm_change_state_head;
/external/qemu/include/qapi/qmp/
H A Dqdict.h32 QLIST_HEAD(,QDictEntry) table[QDICT_BUCKET_MAX];
/external/qemu/block/
H A Dqcow2.h101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs;
143 QLIST_HEAD(QCowAioDependencies, QCowAIOCB) dependent_requests;
/external/qemu/util/
H A Denvlist.c11 QLIST_HEAD(, envlist_entry) el_entries; /* actual entries */

Completed in 1101 milliseconds