Home
last modified time | relevance | path

Searched refs:QLIST_FOREACH (Results 1 – 11 of 11) sorted by relevance

/external/qemu/hw/watchdog/
Dwatchdog.c51 QLIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog()
58 QLIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog()
66 QLIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog()
/external/qemu/
Daio-android.c47 QLIST_FOREACH(node, &aio_handlers, node) { in find_aio_handler()
116 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_flush()
131 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_process_queue()
168 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_wait()
Daio.c46 QLIST_FOREACH(node, &aio_handlers, node) { in find_aio_handler()
115 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_flush()
130 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_process_queue()
168 QLIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_wait()
Diohandler.c59 QLIST_FOREACH(ioh, &io_handlers, next) { in qemu_set_fd_handler2()
66 QLIST_FOREACH(ioh, &io_handlers, next) { in qemu_set_fd_handler2()
95 QLIST_FOREACH(ioh, &io_handlers, next) { in qemu_iohandler_fill()
183 QLIST_FOREACH(rec, &child_watches, next) { in qemu_add_child_watch()
Dqemu-timer.c147 QLIST_FOREACH(timer_list, &clock->timerlists, list) { in qemu_clock_notify()
168 QLIST_FOREACH(tl, &clock->timerlists, list) { in qemu_clock_enable()
251 QLIST_FOREACH(timer_list, &clock->timerlists, list) { in qemu_clock_deadline_ns_all()
Dblock.c172 QLIST_FOREACH(drv1, &bdrv_drivers, list) { in bdrv_find_format()
277 QLIST_FOREACH(d, &bdrv_drivers, list) { in find_hdev_driver()
326 QLIST_FOREACH(drv1, &bdrv_drivers, list) { in bdrv_find_protocol()
368 QLIST_FOREACH(drv1, &bdrv_drivers, list) { in find_image_format()
1417 QLIST_FOREACH(drv, &bdrv_drivers, list) { in bdrv_iterate_format()
Dsavevm.c2396 QLIST_FOREACH(le, &loadvm_handlers, entry) { in qemu_loadvm_state()
/external/qemu/qobject/
Dqdict.c114 QLIST_FOREACH(entry, &qdict->table[bucket], next) in qdict_find()
361 QLIST_FOREACH(entry, &qdict->table[i], next) in qdict_iter()
416 QLIST_FOREACH(entry, &src->table[i], next) { in qdict_clone_shallow()
/external/qemu/hw/core/
Dqdev.c410 QLIST_FOREACH(bus, &dev->child_bus, sibling) { in qdev_get_child_bus()
501 QLIST_FOREACH(child, &dev->child_bus, sibling) { in qdev_print()
513 QLIST_FOREACH(dev, &bus->children, sibling) { in qbus_print()
/external/qemu/include/qemu/
Dqueue.h147 #define QLIST_FOREACH(var, head, field) \ macro
/external/qemu/block/
Dqcow2-cluster.c818 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) { in qcow2_alloc_cluster_offset()