HomeSort by relevance Sort by last modified time
    Searched refs:ptrSection (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 273 SectionItem->ptrSection = NULL;
283 SectionItem->ptrSection = AllocatePool (Length + 1);
284 if (SectionItem->ptrSection == NULL) {
291 CopyMem (SectionItem->ptrSection, Buffer + 1, Length);
292 *(SectionItem->ptrSection + Length) = '\0';
317 SECTION_ITEM *PtrSection;
364 PtrSection = *SectionHead;
371 SectionItem->ptrSection = NULL;
374 SectionItem->SecNameLen = PtrSection->SecNameLen;
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1);
    [all...]
UpdateDriver.h 63 CHAR8 *ptrSection;

Completed in 82 milliseconds