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

  /external/qemu/qobject/
qlist.c 98 QTAILQ_REMOVE(&qlist->head, entry, next);
164 QTAILQ_REMOVE(&qlist->head, entry, next);
  /external/qemu/ui/
input.c 66 QTAILQ_REMOVE(&kbd_handlers, cursor, next);
114 QTAILQ_REMOVE(&mouse_handlers, entry, node);
122 QTAILQ_REMOVE(&mouse_handlers, entry, node);
147 QTAILQ_REMOVE(&led_handlers, entry, next);
  /external/qemu/
posix-aio-compat.c 331 QTAILQ_REMOVE(&request_list, aiocb, node);
546 QTAILQ_REMOVE(&request_list, acb, node);
arch_init.c 244 QTAILQ_REMOVE(&ram_list.blocks, block, next);
blockdev.c 113 QTAILQ_REMOVE(&drives, dinfo, next);
exec.c 289 QTAILQ_REMOVE(&env->watchpoints, watchpoint, entry);
360 QTAILQ_REMOVE(&env->breakpoints, breakpoint, entry);
    [all...]
kvm-all.c 1008 QTAILQ_REMOVE(&cpu->kvm_state->kvm_sw_breakpoints, bp, entry);
savevm.c     [all...]
block.c 695 QTAILQ_REMOVE(&bdrv_states, bs, list);
    [all...]
qemu-char.c     [all...]
  /external/qemu/util/
qemu-option.c 596 QTAILQ_REMOVE(&opt->opts->head, opt, next);
756 QTAILQ_REMOVE(&opts->list->head, opts, next);
  /external/qemu/include/qemu/
queue.h 378 #define QTAILQ_REMOVE(head, elm, field) do { \
  /external/qemu/qom/
object.c 355 QTAILQ_REMOVE(&obj->properties, prop, node);
770 QTAILQ_REMOVE(&obj->properties, prop, node);
    [all...]

Completed in 154 milliseconds