Home
last modified time | relevance | path

Searched refs:BbsEntry (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
DLegacyBm.c72 IN BBS_TABLE *BbsEntry in LegacyBmValidBbsEntry() argument
75 switch (BbsEntry->BootPriority) { in LegacyBmValidBbsEntry()
519 IN BBS_TABLE *BbsEntry, in LegacyBmCreateLegacyBootOption() argument
531 if ((BootOption == NULL) || (BbsEntry == NULL)) { in LegacyBmCreateLegacyBootOption()
535 LegacyBmBuildLegacyDevNameString (BbsEntry, BbsIndex, sizeof (Description), Description); in LegacyBmCreateLegacyBootOption()
549 BbsNode->DeviceType = BbsEntry->DeviceType; in LegacyBmCreateLegacyBootOption()
550 CopyMem (&BbsNode->StatusFlag, &BbsEntry->StatusFlags, sizeof (BBS_STATUS_FLAGS)); in LegacyBmCreateLegacyBootOption()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfBootSupport.c67 IN UINTN BbsEntry, in LegacyBiosBootUnconventionalDevice() argument
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c1419 IN UINTN BbsEntry, in LegacyBiosBootUnconventionalDevice() argument
1437 mBbsEntry = BbsEntry; in LegacyBiosBootUnconventionalDevice()
1467 UcdTable->BbsTableEntryNumberForParentDevice = (UINT8) BbsEntry; in LegacyBiosBootUnconventionalDevice()
1481 if (BbsEntry < MAX_IDE_CONTROLLER * 2) { in LegacyBiosBootUnconventionalDevice()
1482 UcdTable->DeviceNumber = (UINT8) ((BbsEntry - 1) % 2); in LegacyBiosBootUnconventionalDevice()
1514 (VOID *) &BbsTable[BbsEntry].BootPriority, in LegacyBiosBootUnconventionalDevice()
1537 (VOID *) &BbsTable[BbsEntry].BootPriority, in LegacyBiosBootUnconventionalDevice()
DLegacyBiosInterface.h886 IN UINTN BbsEntry,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c451 OUT BBS_TABLE **BbsEntry, in BdsIsLegacyBootOption() argument
468 *BbsEntry = (BBS_TABLE *) Ptr; in BdsIsLegacyBootOption()
473 *BbsEntry = NULL; in BdsIsLegacyBootOption()
502 BBS_TABLE *BbsEntry; in BdsDeleteAllInvalidLegacyBootOptions() local
517 BbsEntry = NULL; in BdsDeleteAllInvalidLegacyBootOptions()
577 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) { in BdsDeleteAllInvalidLegacyBootOptions()
603 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) && in BdsDeleteAllInvalidLegacyBootOptions()
672 BBS_TABLE *BbsEntry; in BdsFindLegacyBootOptionByDevTypeAndName() local
675 BbsEntry = NULL; in BdsFindLegacyBootOptionByDevTypeAndName()
699 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, BbsIndex)) { in BdsFindLegacyBootOptionByDevTypeAndName()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c453 OUT BBS_TABLE **BbsEntry, in BdsIsLegacyBootOption() argument
470 *BbsEntry = (BBS_TABLE *) Ptr; in BdsIsLegacyBootOption()
475 *BbsEntry = NULL; in BdsIsLegacyBootOption()
504 BBS_TABLE *BbsEntry; in BdsDeleteAllInvalidLegacyBootOptions() local
519 BbsEntry = NULL; in BdsDeleteAllInvalidLegacyBootOptions()
579 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) { in BdsDeleteAllInvalidLegacyBootOptions()
605 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) && in BdsDeleteAllInvalidLegacyBootOptions()
674 BBS_TABLE *BbsEntry; in BdsFindLegacyBootOptionByDevTypeAndName() local
677 BbsEntry = NULL; in BdsFindLegacyBootOptionByDevTypeAndName()
701 if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, BbsIndex)) { in BdsFindLegacyBootOptionByDevTypeAndName()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBBSsupport.c21 BBS_TABLE BbsEntry; member
DBootMaint.h289 BBS_TABLE *BbsEntry; member
DBootOption.c766 NewLegacyDevContext->BbsEntry = &BbsTable[Index]; in BOpt_GetLegacyOptions()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h589 IN UINTN BbsEntry,
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h1379 IN UINTN BbsEntry,