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

  /external/qemu/
notify.c 29 QTAILQ_REMOVE(&list->notifiers, notifier, node);
acl.c 105 QTAILQ_REMOVE(&acl->entries, entry, next);
170 QTAILQ_REMOVE(&acl->entries, entry, next);
qlist.c 98 QTAILQ_REMOVE(&qlist->head, entry, next);
151 QTAILQ_REMOVE(&qlist->head, entry, next);
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);
posix-aio-compat.c 331 QTAILQ_REMOVE(&request_list, aiocb, node);
546 QTAILQ_REMOVE(&request_list, acb, node);
qemu-option.c 596 QTAILQ_REMOVE(&opt->opts->head, opt, next);
756 QTAILQ_REMOVE(&opts->list->head, opts, next);
blockdev.c 113 QTAILQ_REMOVE(&drives, dinfo, next);
qemu-queue.h 305 #define QTAILQ_REMOVE(head, elm, field) do { \
kvm-all.c 980 QTAILQ_REMOVE(&current_env->kvm_state->kvm_sw_breakpoints, bp, entry);
exec.c     [all...]
block.c 693 QTAILQ_REMOVE(&bdrv_states, bs, list);
    [all...]
qemu-char.c     [all...]

Completed in 137 milliseconds