HomeSort by relevance Sort by last modified time
    Searched refs:QLIST_ENTRY (Results 1 - 19 of 19) sorted by null

  /external/qemu/hw/
watchdog.h 37 QLIST_ENTRY(WatchdogTimerModel) entry;
qdev.h 25 QLIST_ENTRY(DeviceState) sibling;
41 QLIST_ENTRY(BusState) sibling;
  /external/qemu/audio/
audio_int.h 88 QLIST_ENTRY (HWVoiceOut) entries;
107 QLIST_ENTRY (HWVoiceIn) entries;
124 QLIST_ENTRY (SWVoiceOut) entries;
140 QLIST_ENTRY (SWVoiceIn) entries;
174 QLIST_ENTRY (capture_callback) entries;
181 QLIST_ENTRY (CaptureVoiceOut) entries;
187 QLIST_ENTRY (SWVoiceCap) entries;
audio.h 74 QLIST_ENTRY (CaptureState) entries;
83 QLIST_ENTRY (QEMUSoundCard) entries;
  /external/qemu/memcheck/
memcheck_proc_management.h 43 QLIST_ENTRY(ProcDesc) global_entry;
89 QLIST_ENTRY(ThreadDesc) global_entry;
92 QLIST_ENTRY(ThreadDesc) proc_entry;
  /external/qemu/
iohandler.c 41 QLIST_ENTRY(IOHandlerRecord) next;
140 QLIST_ENTRY(ChildProcessRecord) next;
qdict.h 26 QLIST_ENTRY(QDictEntry) next;
aio-android.c 40 QLIST_ENTRY(AioHandler) node;
aio.c 39 QLIST_ENTRY(AioHandler) node;
envlist.c 12 QLIST_ENTRY(envlist_entry) ev_link;
block_int.h 136 QLIST_ENTRY(BlockDriver) list;
qemu-queue.h 90 #define QLIST_ENTRY(type) \