Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DMultiThread.h25 typedef struct _COMPONENTS_ITEM COMPONENTS_ITEM; typedef
64 COMPONENTS_ITEM *Next;
66 } COMPONENTS_ITEM; typedef
99 COMPONENTS_ITEM *
101 COMPONENTS_ITEM **ComponentsList
106 COMPONENTS_ITEM *ComponentsList
DMultiThread.c252 COMPONENTS_ITEM *
254 COMPONENTS_ITEM **ComponentsList in AddComponentsItem()
272 COMPONENTS_ITEM *NewComponents; in AddComponentsItem()
273 COMPONENTS_ITEM *TempComponents; in AddComponentsItem()
278 NewComponents = malloc (sizeof (COMPONENTS_ITEM)); in AddComponentsItem()
282 memset (NewComponents, 0, sizeof (COMPONENTS_ITEM)); in AddComponentsItem()
302 COMPONENTS_ITEM *ComponentsList in FreeComponentsList()
318 COMPONENTS_ITEM *TempComponents; in FreeComponentsList()
319 COMPONENTS_ITEM *FreeComponents; in FreeComponentsList()
DProcessDsc.c248 COMPONENTS_ITEM *ComponentsList;
603 COMPONENTS_ITEM *TempComponents; in main()