Searched refs:QTAILQ_FOREACH_SAFE (Results 1 - 9 of 9) sorted by relevance

/external/qemu/include/qom/
H A Dcpu.h101 QTAILQ_FOREACH_SAFE(cpu, &cpus, node, next_cpu)
/external/qemu/qobject/
H A Dqlist.c163 QTAILQ_FOREACH_SAFE(entry, &qlist->head, next, next_entry) {
/external/qemu/ui/
H A Dinput.c64 QTAILQ_FOREACH_SAFE(cursor, &kbd_handlers, next, cursor_next) {
/external/qemu/
H A Darch_init.c242 QTAILQ_FOREACH_SAFE(block, &ram_list.blocks, next, nblock) {
H A Dkvm-all.c1029 QTAILQ_FOREACH_SAFE(bp, &s->kvm_sw_breakpoints, entry, next) {
H A Dexec.c301 QTAILQ_FOREACH_SAFE(wp, &env->watchpoints, entry, next) {
374 QTAILQ_FOREACH_SAFE(bp, &env->breakpoints, entry, next) {
H A Dsavevm.c1809 QTAILQ_FOREACH_SAFE(se, &savevm_handlers, entry, new_se) {
1871 QTAILQ_FOREACH_SAFE(se, &savevm_handlers, entry, new_se) {
/external/qemu/include/qemu/
H A Dqueue.h392 #define QTAILQ_FOREACH_SAFE(var, head, field, next_var) \ macro
/external/qemu/util/
H A Dqemu-option.c719 QTAILQ_FOREACH_SAFE(opts, &list->head, next, next_opts) {

Completed in 180 milliseconds