Searched refs:LIST_FOREACH (Results 1 – 9 of 9) sorted by relevance
/external/qemu/hw/ |
D | watchdog.c | 53 LIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog() 60 LIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog() 68 LIST_FOREACH(model, &watchdog_list, entry) { in select_watchdog()
|
D | qdev.c | 296 LIST_FOREACH(bus, &dev->child_bus, sibling) { in qdev_get_child_bus() 387 LIST_FOREACH(child, &dev->child_bus, sibling) { in qdev_print() 399 LIST_FOREACH(dev, &bus->children, sibling) { in qbus_print()
|
/external/ipsec-tools/src/racoon/ |
D | handler.c | 109 LIST_FOREACH(p, &ph1tree, chain) { 129 LIST_FOREACH(p, &ph1tree, chain) { 155 LIST_FOREACH(p, &ph1tree, chain) { 183 LIST_FOREACH(p, &ph1tree, chain) { 205 LIST_FOREACH(p, &ph1tree, chain) { 227 LIST_FOREACH(iph1, &ph1tree, chain) in dumpph1() 238 LIST_FOREACH(iph1, &ph1tree, chain) { in dumpph1() 442 LIST_FOREACH(p, &ph2tree, chain) { 463 LIST_FOREACH(p, &ph2tree, chain) { 481 LIST_FOREACH(p, &ph2tree, chain) { [all …]
|
D | var.h | 98 #ifndef LIST_FOREACH 99 #define LIST_FOREACH(elm, head, field) \ macro
|
D | sainfo.c | 122 LIST_FOREACH(s, &sitree, chain) {
|
/external/qemu/ |
D | aio-android.c | 46 LIST_FOREACH(node, &aio_handlers, node) { in find_aio_handler() 113 LIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_flush() 136 LIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_wait()
|
D | aio.c | 45 LIST_FOREACH(node, &aio_handlers, node) { in find_aio_handler() 112 LIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_flush() 136 LIST_FOREACH(node, &aio_handlers, node) { in qemu_aio_wait()
|
D | sys-queue.h | 124 #define LIST_FOREACH(var, head, field) \ macro
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 277 #define LIST_FOREACH(var, head, field) \ macro
|