Home
last modified time | relevance | path

Searched refs:BBS_BBS_DEVICE_PATH (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DPlatformData.c202 (UINT8)(sizeof(BBS_BBS_DEVICE_PATH)),
203 (UINT8)((sizeof(BBS_BBS_DEVICE_PATH)) >> 8),
218 (UINT8)(sizeof(BBS_BBS_DEVICE_PATH)),
219 (UINT8)((sizeof(BBS_BBS_DEVICE_PATH)) >> 8),
DBdsPlatform.h259 BBS_BBS_DEVICE_PATH LegacyHD;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBBSsupport.c98 DeviceTypeArray[Index] = ((BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType; in OrderLegacyBootOption4SameType()
209 …ASSERT ((((BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType & 0xF) < ARRAY_SIZE (DeviceT… in GroupMultipleLegacyBootOption4SameType()
210 … NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption->DevicePath)->DeviceType & 0xF]; in GroupMultipleLegacyBootOption4SameType()
DBootOption.c248 BBS_BBS_DEVICE_PATH BbsDevicePathNode; in BOpt_FindFileSystem()
473 sizeof (BBS_BBS_DEVICE_PATH) in BOpt_FindFileSystem()
1651 if (((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType != DeviceType) { in GetBootOrder()
1652 DeviceType = ((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType; in GetBootOrder()
1811 if (((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType != DeviceType) { in GetDriverOrder()
1812 DeviceType = ((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType; in GetDriverOrder()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h455 } BBS_BBS_DEVICE_PATH; typedef
525 BBS_BBS_DEVICE_PATH Bbs;
575 BBS_BBS_DEVICE_PATH *Bbs;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
DBootManager.c346 …ASSERT ((((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType & 0xF) < ARRAY_SIZE (DeviceType… in GroupMultipleLegacyBootOption4SameType()
347 NextIndex = &DeviceTypeIndex[((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType & 0xF]; in GroupMultipleLegacyBootOption4SameType()
519 …if (IsLegacyOption && DeviceType != ((BBS_BBS_DEVICE_PATH *) BootOption[Index].FilePath)->DeviceTy… in UpdateBootManager()
524 DeviceType = ((BBS_BBS_DEVICE_PATH *) BootOption[Index].FilePath)->DeviceType; in UpdateBootManager()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
DBootManager.c298 if (IsLegacyOption && DeviceType != ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType) { in CallBootManager()
303 DeviceType = ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType; in CallBootManager()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1192 } BBS_BBS_DEVICE_PATH; typedef
1262 BBS_BBS_DEVICE_PATH Bbs;
1319 BBS_BBS_DEVICE_PATH *Bbs;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DBootOption.c791 if (((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType != DeviceType) { in GetBootOrder()
792 DeviceType = ((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType; in GetBootOrder()
837 if (((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType != DeviceType) { in GetDriverOrder()
838 DeviceType = ((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType; in GetDriverOrder()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h290 IN BBS_BBS_DEVICE_PATH * BbsDevicePath,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c59 return ((BBS_BBS_DEVICE_PATH *) DevicePath)->DeviceType; in LegacyBmDeviceType()
529 BBS_BBS_DEVICE_PATH *BbsNode; in LegacyBmCreateLegacyBootOption()
542 DevicePath = AllocatePool (sizeof (BBS_BBS_DEVICE_PATH) + StringLen + END_DEVICE_PATH_LENGTH); in LegacyBmCreateLegacyBootOption()
545 BbsNode = (BBS_BBS_DEVICE_PATH *) DevicePath; in LegacyBmCreateLegacyBootOption()
546 SetDevicePathNodeLength (BbsNode, sizeof (BBS_BBS_DEVICE_PATH) + StringLen); in LegacyBmCreateLegacyBootOption()
1329 (BBS_BBS_DEVICE_PATH *) BootOption->FilePath, in LegacyBmBoot()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfBootSupport.c92 IN BBS_BBS_DEVICE_PATH *BbsDevicePath, in LegacyBiosLegacyBoot()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h720 IN BBS_BBS_DEVICE_PATH *BbsDevicePath,
DLegacyBios.h1289 IN BBS_BBS_DEVICE_PATH *BootOption,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c26 BBS_BBS_DEVICE_PATH *mBbsDevicePathPtr = NULL;
27 BBS_BBS_DEVICE_PATH mBbsDevicePathNode;
1557 SetDevicePathNodeLength (&mBbsDevicePathNode.Header, sizeof (BBS_BBS_DEVICE_PATH)); in LegacyBiosBootUnconventionalDevice()
1581 IN BBS_BBS_DEVICE_PATH *BbsDevicePath, in LegacyBiosLegacyBoot()
DLegacyBiosInterface.h1009 IN BBS_BBS_DEVICE_PATH *BbsDevicePath,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c299 BBS_BBS_DEVICE_PATH *NewBbsDevPathNode; in BdsCreateLegacyBootOption()
338 NewBbsDevPathNode = AllocateZeroPool (sizeof (BBS_BBS_DEVICE_PATH) + StringLen); in BdsCreateLegacyBootOption()
342 CopyMem (NewBbsDevPathNode, CurrentBbsDevPath, sizeof (BBS_BBS_DEVICE_PATH)); in BdsCreateLegacyBootOption()
344 SetDevicePathNodeLength (&(NewBbsDevPathNode->Header), sizeof (BBS_BBS_DEVICE_PATH) + StringLen); in BdsCreateLegacyBootOption()
745 BBS_BBS_DEVICE_PATH BbsDevPathNode; in BdsCreateOneLegacyBootOption()
756 SetDevicePathNodeLength (&BbsDevPathNode.Header, sizeof (BBS_BBS_DEVICE_PATH)); in BdsCreateOneLegacyBootOption()
1710 (BBS_BBS_DEVICE_PATH *) Option->DevicePath, in BdsLibDoLegacyBoot()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c297 BBS_BBS_DEVICE_PATH *NewBbsDevPathNode; in BdsCreateLegacyBootOption()
336 NewBbsDevPathNode = AllocateZeroPool (sizeof (BBS_BBS_DEVICE_PATH) + StringLen); in BdsCreateLegacyBootOption()
340 CopyMem (NewBbsDevPathNode, CurrentBbsDevPath, sizeof (BBS_BBS_DEVICE_PATH)); in BdsCreateLegacyBootOption()
342 SetDevicePathNodeLength (&(NewBbsDevPathNode->Header), sizeof (BBS_BBS_DEVICE_PATH) + StringLen); in BdsCreateLegacyBootOption()
743 BBS_BBS_DEVICE_PATH BbsDevPathNode; in BdsCreateOneLegacyBootOption()
754 SetDevicePathNodeLength (&BbsDevPathNode.Header, sizeof (BBS_BBS_DEVICE_PATH)); in BdsCreateOneLegacyBootOption()
1708 (BBS_BBS_DEVICE_PATH *) Option->DevicePath, in BdsLibDoLegacyBoot()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h488 IN BBS_BBS_DEVICE_PATH * BootOption,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
DLegacyBootMaintUi.c190 DeviceTypeArray[Index] = ((BBS_BBS_DEVICE_PATH *) BootOption.FilePath)->DeviceType; in OrderLegacyBootOption4SameType()
1364 switch (((BBS_BBS_DEVICE_PATH *) BootOption[Index].FilePath)->DeviceType) { in GetLegacyOptions()
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c924 IN BBS_BBS_DEVICE_PATH *BbsDevicePath, in PrepareToBoot()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c3420 BBS_BBS_DEVICE_PATH *Bbs; in DevPathFromTextBBS()
3425 Bbs = (BBS_BBS_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextBBS()
3428 (UINT16) (sizeof (BBS_BBS_DEVICE_PATH) + StrLen (IdStr)) in DevPathFromTextBBS()
DDevicePathToText.c2021 BBS_BBS_DEVICE_PATH *Bbs; in DevPathToTextBBS()