Searched refs:BS (Results 1 – 25 of 31) sorted by relevance
12
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/ |
D | EfiScriptLib.c | 99 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/ |
D | VariableSmm.uni | 6 // 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…
|
D | VariableSmm.inf | 6 # into BS protocol database, which can be used to notify the SMM Runtime
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | tokens.h | 38 #define BS 30 macro
|
D | parser.dlg | 260 NLA = BS;
|
D | dlg_a.c | 296 NLA = BS;
|
D | dlg_p.c | 759 if ( (LA(1)==BS) ) { in anychar() 760 zzmatch(BS); in anychar()
|
D | dlg_p.g | 160 #token BS "\\b" << zzlextext[0] = '\b';>> 400 | BS <<$$.letter = $1.letter - MIN_CHAR;>>
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeSalLib/ |
D | EdkDxeSalLib.inf | 18 # SAL library for BS/RT drivers
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR64.patch | 597 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 …]
|
D | ShellR33.patch | 635 - 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/EmbeddedPkg/Library/GdbDebugAgent/ |
D | GdbDebugAgent.h | 124 UINT32 BS:1; // Single step member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/ |
D | GdbStubInternal.h | 156 UINT32 BS:1; // Single step member
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start16.S | 71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 109 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start.S | 70 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 108 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start16.asm | 67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 105 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start32.S | 86 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 124 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start.asm | 67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 105 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start32.asm | 82 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 120 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start64.S | 71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 109 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | st32_64.S | 86 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 124 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | st16_64.S | 71 # 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 109 # cx = Start Cluster of Efildr -> BS.com has filled already
|
D | st32_64.asm | 82 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 120 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
D | st16_64.asm | 67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 105 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
D | start64.asm | 67 ; 1000:dx = DirectoryEntry of Efivar.bin -> BS.com has filled already 105 ; cx = Start Cluster of Efildr -> BS.com has filled already
|
12