Home
last modified time | relevance | path

Searched refs:LIST_FOREACH (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c48 LIST_FOREACH(node, &head, entries) { in delete_node()
63 LIST_FOREACH(node, &head, entries) { in traverse_list()
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c155 LIST_FOREACH(entry, &pid_info, ptr) { in get_pid_entry()
256 LIST_FOREACH(entry, &pid_info, ptr) { in __print_pid()
/third_party/eudev/src/shared/
H A Dlist.h121 #define LIST_FOREACH(name,i,head) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c208 LIST_FOREACH(udrv, &usb_linux_driver_list, linux_driver_list) { in usb_linux_probe()
253 LIST_FOREACH(udrv, &usb_linux_driver_list, linux_driver_list) { in usb_linux_attach()
1316 LIST_FOREACH(sc, &usb_linux_attached_list, sc_attached_list) { in usb_linux_deregister()
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c511 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_disc_input()
1168 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) {
/third_party/FreeBSD/sys/sys/
H A Dqueue.h540 #define LIST_FOREACH(var, head, field) \ macro

Completed in 7 milliseconds