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

  /external/qemu/
notify.h 29 QTAILQ_HEAD(, Notifier) notifiers;
acl.h 43 QTAILQ_HEAD(,qemu_acl_entry) entries;
module.c 25 typedef QTAILQ_HEAD(, ModuleEntry) ModuleTypeList;
qlist.h 27 QTAILQ_HEAD(,QListEntry) head;
cpu-defs.h 181 QTAILQ_HEAD(breakpoints_head, CPUBreakpoint) breakpoints; \
184 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
input.c 38 static QTAILQ_HEAD(, QEMUPutKBDEntry) kbd_handlers =
40 static QTAILQ_HEAD(, QEMUPutLEDEntry) led_handlers = QTAILQ_HEAD_INITIALIZER(led_handlers);
41 static QTAILQ_HEAD(, QEMUPutMouseEntry) mouse_handlers =
kvm.h 112 QTAILQ_HEAD(kvm_sw_breakpoint_head, kvm_sw_breakpoint);
qemu-option.h 103 QTAILQ_HEAD(, QemuOpts) head;
blockdev.c 18 static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);
qemu-queue.h 251 #define QTAILQ_HEAD(name, type) Q_TAILQ_HEAD(name, struct type,)
posix-aio-compat.c 69 static QTAILQ_HEAD(, qemu_paiocb) request_list;
qemu-option.c 523 QTAILQ_HEAD(QemuOptHead, QemuOpt) head;
block.c 60 static QTAILQ_HEAD(, BlockDriverState) bdrv_states =
    [all...]
qemu-char.c 116 static QTAILQ_HEAD(CharDriverStateHead, CharDriverState) chardevs =
    [all...]
vl.c     [all...]
  /external/qemu/slirp-android/
slirp.c 1068 static QTAILQ_HEAD(net_forwardq, net_forward_entry) net_forwards;
    [all...]

Completed in 796 milliseconds