Home | History | Annotate | Download | only in PlatformBootManagerLib

Lines Matching defs:NULL

82   HandleBuffer = NULL;

86 NULL,
97 for (IndexFv = 0, FvHandle = NULL; IndexFv < HandleCount && FvHandle == NULL; IndexFv++) {
110 UiSection = NULL;
139 if (FvHandle == NULL) {
162 NULL,
217 for (Index = 0; gPlatformConsole[Index].DevicePath != NULL; Index++) {
219 EfiBootManagerUpdateConsoleVariable (ConIn, gPlatformConsole[Index].DevicePath, NULL);
223 EfiBootManagerUpdateConsoleVariable (ConOut, gPlatformConsole[Index].DevicePath, NULL);
227 EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
236 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
244 EfiBootManagerAddKeyOptionVariable (NULL, (UINT16) BootOption.OptionNumber, 0, &F2, NULL);
251 Status = gBS->LocateProtocol(&gEsrtManagementProtocolGuid, NULL, (VOID **)&EsrtManagement);
253 EsrtManagement = NULL;
268 if (EsrtManagement != NULL) {
279 if (EsrtManagement != NULL) {
288 Status = gBS->LocateProtocol (&gEfiAcpiS3SaveProtocolGuid, NULL, (VOID **)&AcpiS3Save);
290 AcpiS3Save->S3Save (AcpiS3Save, NULL);
301 NULL,
316 Handle = NULL;
321 NULL
353 Status = gBS->LocateProtocol(&gEsrtManagementProtocolGuid, NULL, (VOID **)&EsrtManagement);
355 EsrtManagement = NULL;
369 if (EsrtManagement != NULL) {
398 if (EsrtManagement != NULL) {