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

  /external/qemu/
notify.c 36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
qlist.c 150 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry) {
input.c 64 QTAILQ_FOREACH_SAFE(cursor, &kbd_handlers, next, cursor_next) {
qemu-queue.h 319 #define QTAILQ_FOREACH_SAFE(var, head, field, next_var) \
qemu-option.c 719 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next_opts) {
kvm-all.c 1002 QTAILQ_FOREACH_SAFE(bp, &s->kvm_sw_breakpoints, entry, next) {
exec.c     [all...]
vl.c     [all...]

Completed in 251 milliseconds