Home
last modified time | relevance | path

Searched refs:BS (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/
DEfiScriptLib.c99 EFI_BOOT_SERVICES *BS; in BootScriptSaveInitialize() local
101 BS = SystemTable->BootServices; in BootScriptSaveInitialize()
103 Status = BS->LocateProtocol (&gEfiBootScriptSaveGuid, NULL, (VOID **)&mBootScriptSave); in BootScriptSaveInitialize()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableSmm.uni6 // into BS protocol database, which can be used to notify the SMM Runtime
31 …, which can be used by SMM driver, and installs SMM variable protocol into BS protocol database, w…
DVariableSmm.inf6 # into BS protocol database, which can be used to notify the SMM Runtime
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dtokens.h38 #define BS 30 macro
Dparser.dlg260 NLA = BS;
Ddlg_a.c296 NLA = BS;
Ddlg_p.c759 if ( (LA(1)==BS) ) { in anychar()
760 zzmatch(BS); in anychar()
Ddlg_p.g160 #token BS "\\b" << zzlextext[0] = '\b';>>
400 | BS <<$$.letter = $1.letter - MIN_CHAR;>>
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch597 Status = BS->LocateProtocol (
936 Status = BS->HandleProtocol (
1257 Status = BS->HandleProtocol (
1533 Status = BS->HandleProtocol (
1542 Status = BS->HandleProtocol (
1774 - Status = BS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, &Decompress);
1775 + Status = BS->LocateProtocol (&gEfiDecompressProtocolGuid, NULL, (VOID**)&Decompress);
1907 - Status = BS->LocateProtocol (&gEfiCpuArchProtocolGuid, NULL, &Cpu);
1908 + Status = BS->LocateProtocol (&gEfiCpuArchProtocolGuid, NULL, (VOID**)&Cpu);
3991 - Status = BS->LocateProtocol (&gEfiPciRootBridgeIoProtocolGuid, NULL, &PciRootBridgeIo);
[all …]
DShellR33.patch635 - Status = BS->LocateProtocol (&gEfiPciRootBridgeIoProtocolGuid, NULL, &PciRootBridgeIo);
636 + Status = BS->LocateProtocol (&gEfiPciRootBridgeIoProtocolGuid, NULL, (VOID **)&PciRootBridgeIo…
653 - Status = BS->LocateProtocol (&gEfiPciRootBridgeIoProtocolGuid, NULL, &PciRootBridgeIo);
654 + Status = BS->LocateProtocol (&gEfiPciRootBridgeIoProtocolGuid, NULL, (VOID **)&PciRootBridgeIo…
1236 Status = BS->HandleProtocol (
1245 Status = BS->HandleProtocol (
1649 - Status = BS->HandleProtocol (Handle, &gEfiDebugMaskProtocolGuid, &dmp);
1650 + Status = BS->HandleProtocol (Handle, &gEfiDebugMaskProtocolGuid, (VOID **)&dmp);
1658 - Status = BS->HandleProtocol (RealHandle, &gEfiDebugMaskProtocolGuid, &dmp);
1659 + Status = BS->HandleProtocol (RealHandle, &gEfiDebugMaskProtocolGuid, (VOID **)&dmp);
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/
DEdkDxeSalLib.inf18 # SAL library for BS/RT drivers
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
DGdbDebugAgent.h124 UINT32 BS:1; // Single step member
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStubInternal.h156 UINT32 BS:1; // Single step member
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart.S70 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
108 # cx = Start Cluster of Efildr -> BS.com has filled already
Dstart16.S71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
109 # cx = Start Cluster of Efildr -> BS.com has filled already
Dstart16.asm67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
105 ; cx = Start Cluster of Efildr -> BS.com has filled already
Dstart32.S86 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
124 # cx = Start Cluster of Efildr -> BS.com has filled already
Dstart.asm67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
105 ; cx = Start Cluster of Efildr -> BS.com has filled already
Dstart32.asm82 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
120 ; cx = Start Cluster of Efildr -> BS.com has filled already
Dst32_64.S86 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
124 # cx = Start Cluster of Efildr -> BS.com has filled already
Dstart64.S71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
109 # cx = Start Cluster of Efildr -> BS.com has filled already
Dst16_64.S71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
109 # cx = Start Cluster of Efildr -> BS.com has filled already
Dst16_64.asm67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
105 ; cx = Start Cluster of Efildr -> BS.com has filled already
Dst32_64.asm82 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
120 ; cx = Start Cluster of Efildr -> BS.com has filled already
Dstart64.asm67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already
105 ; cx = Start Cluster of Efildr -> BS.com has filled already

12