Searched refs:QLIST_HEAD (Results 1 – 16 of 16) sorted by relevance
/external/qemu/audio/ |
D | audio_int.h | 85 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/qemu/ |
D | notify.h | 29 QLIST_HEAD(, Notifier) notifiers; 56 QLIST_HEAD(, NotifierWithReturn) notifiers;
|
D | queue.h | 86 #define QLIST_HEAD(name, type) \ macro
|
/external/qemu/include/hw/ |
D | qdev-core.h | 21 QLIST_HEAD(, BusState) child_bus; 38 QLIST_HEAD(, DeviceState) children;
|
/external/qemu/ |
D | iohandler.c | 44 static QLIST_HEAD(, IOHandlerRecord) io_handlers = 143 static QLIST_HEAD(, ChildProcessRecord) child_watches =
|
D | aio-android.c | 23 static QLIST_HEAD(, AioHandler) aio_handlers;
|
D | aio.c | 22 static QLIST_HEAD(, AioHandler) aio_handlers;
|
D | qemu-timer.c | 50 QLIST_HEAD(, QEMUTimerList) timerlists;
|
D | exec.c | 2076 static QLIST_HEAD(map_client_list, MapClient) map_client_list
|
D | savevm.c | 2320 QLIST_HEAD(, LoadStateEntry) loadvm_handlers = in qemu_loadvm_state()
|
D | block.c | 65 static QLIST_HEAD(, BlockDriver) bdrv_drivers =
|
D | vl-android.c | 1261 static QLIST_HEAD(vm_change_state_head, vm_change_state_entry) vm_change_state_head;
|
/external/qemu/block/ |
D | qcow2.h | 101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs; 143 QLIST_HEAD(QCowAioDependencies, QCowAIOCB) dependent_requests;
|
/external/qemu/hw/watchdog/ |
D | watchdog.c | 27 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
|
/external/qemu/include/qapi/qmp/ |
D | qdict.h | 32 QLIST_HEAD(,QDictEntry) table[QDICT_BUCKET_MAX];
|
/external/qemu/util/ |
D | envlist.c | 11 QLIST_HEAD(, envlist_entry) el_entries; /* actual entries */
|