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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
ParseUpdateProfile.c 275 SectionItem->ptrEntry = NULL;
372 SectionItem->ptrEntry = NULL;
390 SectionItem->ptrEntry = AllocatePool (Length + 1);
391 if (SectionItem->ptrEntry == NULL) {
394 CopyMem (SectionItem->ptrEntry, Buffer, Length);
395 *(SectionItem->ptrEntry + Length) = '\0';
448 if (PtrSection->ptrEntry != NULL) {
449 FreePool (PtrSection->ptrEntry);
496 if (Section->ptrEntry != NULL) {
497 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrEntry, (CONST CHAR8 *) EntryName) == 0) {
    [all...]
UpdateDriver.h 65 CHAR8 *ptrEntry;

Completed in 422 milliseconds