Home
last modified time | relevance | path

Searched refs:ForEachListEntry (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/services/include/
Dlist.h78 #define ForEachListEntry(list, node) for (node = (list)->next; node != (list); node = node->next) macro
/base/startup/init/ueventd/
Dueventd_read_cfg.c333 ForEachListEntry(&g_devices, node) { in GetDeviceUdevConfByDevNode()
352 ForEachListEntry(&g_devices, node) { in GetDeviceNodePermissions()
375 ForEachListEntry(&g_sysDevices, node) { in ChangeSysAttributePermissions()
/base/startup/init/services/utils/
Dlist.c228 ForEachListEntry(head, node) { in OH_ListGetCnt()