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

  /external/ltp/utils/ffsb-6.0-rc2/
list.h 26 #define list_for_each(pos, head) \ macro
  /system/core/libcutils/include/cutils/
list.h 41 #define list_for_each(node, list) \ macro
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 106 #define list_for_each(pos, head) \ macro
  /external/syslinux/gpxe/src/include/gpxe/
list.h 150 #define list_for_each( pos, head ) \ macro
  /external/e2fsprogs/lib/blkid/
list.h 152 * list_for_each - iterate over elements in a list
156 #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/e2fsprogs/debugfs/
revoke.c 497 list_for_each(list_entry, hash_list) { function
  /external/e2fsprogs/e2fsck/
revoke.c 497 list_for_each(list_entry, hash_list) { function
  /external/syslinux/com32/include/linux/
list.h 266 * list_for_each - iterate over a list
270 #define list_for_each(pos, head) \ macro
279 * This variant differs from list_for_each() in that it's the
  /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
  /hardware/qcom/audio/hal/audio_extn/
usb.c 620 list_for_each(node_i, &usbmod->usb_card_conf_list) {
624 list_for_each(node_j, &card_info->usb_device_conf_list) {
643 list_for_each(node_i, dev_list) { function
676 list_for_each(node_i, dev_list) { function
775 list_for_each(node_i, dev_list) { function
893 list_for_each(node_i, &usbmod->usb_card_conf_list) {
    [all...]
  /system/sepolicy/tools/
check_seapp.c 45 #define list_for_each(list, var) \ macro
658 list_for_each(&nallow_list, cursor) {
854 list_for_each(&input_file_list, cursor) {
921 list_for_each(&input_file_list, cursor) {
1162 list_for_each(&input_file_list, cursor) {
1174 list_for_each(&line_order_list, cursor) {
1179 list_for_each(&line_order_list, cursor) {
1182 list_for_each(&r->violations, v) {
1213 list_for_each(&line_order_list, cursor) {
  /hardware/qcom/audio/hal/msm8916/
platform.c 599 list_for_each(node, &operator_info_list) {
620 list_for_each(node, operator_specific_device_table[snd_device]) { function
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 716 list_for_each(node, &operator_info_list) {
737 list_for_each(node, operator_specific_device_table[snd_device]) { function
    [all...]

Completed in 392 milliseconds