HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each (Results 1 - 13 of 13) sorted by null

  /external/u-boot/cmd/
console.c 26 list_for_each(pos, list) { function
  /external/ltp/utils/ffsb-6.0-rc2/
list.h 26 #define list_for_each(pos, head) \ macro
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 106 #define list_for_each(pos, head) \ macro
  /external/e2fsprogs/lib/blkid/
list.h 160 * list_for_each - iterate over elements in a list
164 #define list_for_each(pos, head) \ macro
  /external/ltp/testcases/realtime/include/
list.h 267 * list_for_each - iterate over a list
271 #define list_for_each(pos, head) \ macro
  /external/blktrace/iowatcher/
list.h 290 * list_for_each - iterate over a list
294 #define list_for_each(pos, head) \ macro
303 * This variant differs from list_for_each() in that it's the
  /external/e2fsprogs/debugfs/
revoke.c 493 list_for_each(list_entry, hash_list) { function
  /external/e2fsprogs/e2fsck/
revoke.c 493 list_for_each(list_entry, hash_list) { function
  /external/iptables/libiptc/
linux_list.h 334 * list_for_each - iterate over a list
338 #define list_for_each(pos, head) \ macro
347 * This variant differs from list_for_each() in that it's the
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 339 * list_for_each - iterate over a list
343 #define list_for_each(pos, head) \ macro
352 * This variant differs from list_for_each() in that it's the
  /external/libnfnetlink/include/
linux_list.h 338 * list_for_each - iterate over a list
342 #define list_for_each(pos, head) \ macro
351 * This variant differs from list_for_each() in that it's the
  /external/u-boot/common/
console.c 896 list_for_each(pos, list) { function
  /external/u-boot/include/linux/
list.h 352 * list_for_each - iterate over a list
356 #define list_for_each(pos, head) \ macro
365 * This variant differs from list_for_each() in that it's the

Completed in 510 milliseconds