Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DMultiThread.c272 COMPONENTS_ITEM *NewComponents; in AddComponentsItem() local
278 NewComponents = malloc (sizeof (COMPONENTS_ITEM)); in AddComponentsItem()
279 if (NewComponents == NULL) { in AddComponentsItem()
282 memset (NewComponents, 0, sizeof (COMPONENTS_ITEM)); in AddComponentsItem()
289 *ComponentsList = NewComponents; in AddComponentsItem()
294 TempComponents->Next = NewComponents; in AddComponentsItem()
297 return NewComponents; in AddComponentsItem()