Searched refs:BbsEntry (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
D | LegacyBm.c | 72 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/ |
D | IpfBootSupport.c | 67 IN UINTN BbsEntry, in LegacyBiosBootUnconventionalDevice() argument
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBootSupport.c | 1419 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()
|
D | LegacyBiosInterface.h | 886 IN UINTN BbsEntry,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsBoot.c | 451 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/ |
D | BdsBoot.c | 453 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/ |
D | BBSsupport.c | 21 BBS_TABLE BbsEntry; member
|
D | BootMaint.h | 289 BBS_TABLE *BbsEntry; member
|
D | BootOption.c | 766 NewLegacyDevContext->BbsEntry = &BbsTable[Index]; in BOpt_GetLegacyOptions()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
D | LegacyBios.h | 589 IN UINTN BbsEntry,
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBios.h | 1379 IN UINTN BbsEntry,
|