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

/external/qemu/hw/watchdog/
H A Dwatchdog.c51 QLIST_FOREACH(model, &watchdog_list, entry) {
58 QLIST_FOREACH(model, &watchdog_list, entry) {
66 QLIST_FOREACH(model, &watchdog_list, entry) {
/external/qemu/
H A Daio-android.c47 QLIST_FOREACH(node, &aio_handlers, node) {
116 QLIST_FOREACH(node, &aio_handlers, node) {
131 QLIST_FOREACH(node, &aio_handlers, node) {
168 QLIST_FOREACH(node, &aio_handlers, node) {
H A Daio.c46 QLIST_FOREACH(node, &aio_handlers, node) {
115 QLIST_FOREACH(node, &aio_handlers, node) {
130 QLIST_FOREACH(node, &aio_handlers, node) {
168 QLIST_FOREACH(node, &aio_handlers, node) {
H A Diohandler.c59 QLIST_FOREACH(ioh, &io_handlers, next) {
66 QLIST_FOREACH(ioh, &io_handlers, next) {
95 QLIST_FOREACH(ioh, &io_handlers, next) {
183 QLIST_FOREACH(rec, &child_watches, next) {
H A Dqemu-timer.c147 QLIST_FOREACH(timer_list, &clock->timerlists, list) {
168 QLIST_FOREACH(tl, &clock->timerlists, list) {
251 QLIST_FOREACH(timer_list, &clock->timerlists, list) {
H A Dblock.c172 QLIST_FOREACH(drv1, &bdrv_drivers, list) {
277 QLIST_FOREACH(d, &bdrv_drivers, list) {
326 QLIST_FOREACH(drv1, &bdrv_drivers, list) {
368 QLIST_FOREACH(drv1, &bdrv_drivers, list) {
1417 QLIST_FOREACH(drv, &bdrv_drivers, list) {
H A Dsavevm.c2396 QLIST_FOREACH(le, &loadvm_handlers, entry) {
/external/qemu/qobject/
H A Dqdict.c114 QLIST_FOREACH(entry, &qdict->table[bucket], next)
361 QLIST_FOREACH(entry, &qdict->table[i], next)
416 QLIST_FOREACH(entry, &src->table[i], next) {
/external/qemu/hw/core/
H A Dqdev.c410 QLIST_FOREACH(bus, &dev->child_bus, sibling) {
501 QLIST_FOREACH(child, &dev->child_bus, sibling) {
513 QLIST_FOREACH(dev, &bus->children, sibling) {
/external/qemu/include/qemu/
H A Dqueue.h147 #define QLIST_FOREACH(var, head, field) \ macro
/external/qemu/block/
H A Dqcow2-cluster.c818 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) {

Completed in 2943 milliseconds