Searched refs:QLIST_FOREACH (Results 1 – 11 of 11) sorted by relevance
/external/qemu/hw/watchdog/ |
D | watchdog.c | 51 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/ |
D | aio-android.c | 47 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()
|
D | aio.c | 46 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()
|
D | iohandler.c | 59 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()
|
D | qemu-timer.c | 147 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()
|
D | block.c | 172 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()
|
D | savevm.c | 2396 QLIST_FOREACH(le, &loadvm_handlers, entry) { in qemu_loadvm_state()
|
/external/qemu/qobject/ |
D | qdict.c | 114 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/ |
D | qdev.c | 410 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/ |
D | queue.h | 147 #define QLIST_FOREACH(var, head, field) \ macro
|
/external/qemu/block/ |
D | qcow2-cluster.c | 818 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) { in qcow2_alloc_cluster_offset()
|