Home | History | Annotate | Download | only in AcpiPlatformDxe

Lines Matching defs:Status

25   EFI_STATUS              Status;

28 Status = gBS->LocateProtocol (
33 ASSERT_EFI_ERROR (Status);
46 EFI_STATUS Status;
51 Status = InstallAcpiTables (FindAcpiTableProtocol ());
52 if (EFI_ERROR (Status)) {
53 DEBUG ((EFI_D_ERROR, "%a: InstallAcpiTables: %r\n", __FUNCTION__, Status));
66 EFI_STATUS Status;
82 // connected. The entry point's return status will only reflect the callback
86 Status = gBS->CreateEventEx (EVT_NOTIFY_SIGNAL, TPL_CALLBACK,
89 if (!EFI_ERROR (Status)) {
95 return Status;