Home | History | Annotate | Download | only in lib

Lines Matching refs:BS

46         Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface);
87 BS->LocateHandle,
146 BS->LocateHandle,
183 BS->HandleProtocol,
314 Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volume);
457 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY);
486 Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE, Interface);
508 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface);
522 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl);
557 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface);
583 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY);
611 Status = uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface);
635 uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface);
646 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl);