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

/external/qemu/hw/
H A Dwatchdog.c51 QLIST_FOREACH(model, &watchdog_list, entry) {
58 QLIST_FOREACH(model, &watchdog_list, entry) {
66 QLIST_FOREACH(model, &watchdog_list, entry) {
H A Dqdev.c296 QLIST_FOREACH(bus, &dev->child_bus, sibling) {
387 QLIST_FOREACH(child, &dev->child_bus, sibling) {
399 QLIST_FOREACH(dev, &bus->children, sibling) {
/external/qemu/
H A Daio-android.c46 QLIST_FOREACH(node, &aio_handlers, node) {
113 QLIST_FOREACH(node, &aio_handlers, node) {
136 QLIST_FOREACH(node, &aio_handlers, node) {
H A Daio.c45 QLIST_FOREACH(node, &aio_handlers, node) {
112 QLIST_FOREACH(node, &aio_handlers, node) {
136 QLIST_FOREACH(node, &aio_handlers, node) {
H A Dqdict.c93 QLIST_FOREACH(entry, &qdict->table[hash], next)
322 QLIST_FOREACH(entry, &qdict->table[i], next)
H A Dqemu-queue.h132 #define QLIST_FOREACH(var, head, field) \ macro
/external/qemu/memcheck/
H A Dmemcheck_proc_management.c191 QLIST_FOREACH(thread, &thread_list, global_entry) {
216 QLIST_FOREACH(thread, &thread_list, global_entry) {
332 QLIST_FOREACH(proc, &proc_list, global_entry) {

Completed in 114 milliseconds