Searched refs:LIST_FOREACH (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/queue/ |
H A D | sys_queue.c | 48 LIST_FOREACH(node, &head, entries) { in delete_node() 63 LIST_FOREACH(node, &head, entries) { in traverse_list()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 155 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 D | list.h | 121 #define LIST_FOREACH(name,i,head) \ macro
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 208 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 D | pppoe.c | 511 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 D | queue.h | 540 #define LIST_FOREACH(var, head, field) \ macro
|
Completed in 7 milliseconds