HomeSort by relevance Sort by last modified time
    Searched defs:BbsTable (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 236 BBS_TABLE *BbsTable;
548 // Get the BbsTable from LOW_MEMORY_THUNK
550 BbsTable = (BBS_TABLE *)(UINTN)Private->IntThunk->BbsTable;
551 ZeroMem ((VOID *)BbsTable, sizeof (Private->IntThunk->BbsTable));
553 EfiToLegacy16BootTable->BbsTable = (UINT32)(UINTN)BbsTable;
554 Private->BbsTablePtr = (VOID *) BbsTable;
560 for (Index = 0; Index < (sizeof (Private->IntThunk->BbsTable) / sizeof (BBS_TABLE)); Index++) {
    [all...]
LegacyBootSupport.c 43 @param BbsTable The BBS table.
49 IN BBS_TABLE *BbsTable
63 if (BbsTable[Index].BootPriority == BBS_IGNORE_ENTRY) {
71 (UINTN) BbsTable[Index].BootPriority,
72 (UINTN) BbsTable[Index].Bus,
73 (UINTN) BbsTable[Index].Device,
74 (UINTN) BbsTable[Index].Function,
75 (UINTN) BbsTable[Index].Class,
76 (UINTN) BbsTable[Index].SubClass,
77 (UINTN) BbsTable[Index].DeviceType,
    [all...]
LegacyPci.c     [all...]
LegacyBiosInterface.h 297 BBS_TABLE BbsTable[MAX_BBS_ENTRIES];
342 BBS_TABLE BbsTable[MAX_BBS_ENTRIES];
415 BBS_TABLE BbsTable[MAX_BBS_ENTRIES];
849 @param BbsTable List BBS entries
859 OUT BBS_TABLE **BbsTable
869 @param BbsEntry The 0-based index into the BbsTable for the parent
954 @param BbsTable List BBS entries
968 OUT BBS_TABLE **BbsTable
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 192 // BbsTable 16 entries are for onboard IDE.
207 @param BbsTable The input Bbs table.
216 BBS_TABLE *BbsTable,
231 (LegacyBmDeviceType (BootOption->FilePath) == BbsTable[BbsData->BbsIndex].DeviceType)) {
233 &BbsTable[BbsData->BbsIndex],
254 if (!LegacyBmValidBbsEntry (&BbsTable[Index]) ||
255 (BbsTable[Index].DeviceType != LegacyBmDeviceType (BootOption->FilePath))) {
260 &BbsTable[Index],
400 BBS_TABLE *BbsTable;
413 BbsTable = NULL;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 706 BBS_TABLE *BbsTable;
717 BbsTable = NULL;
740 &BbsTable
754 if ((BBS_IGNORE_ENTRY == BbsTable[Index].BootPriority) ||
755 (BBS_DO_NOT_BOOT_FROM == BbsTable[Index].BootPriority)
766 NewLegacyDevContext->BbsEntry = &BbsTable[Index];
770 &BbsTable[Index],
783 switch (BbsTable[Index].DeviceType) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 900 /// This field contains the zero-based index into the BbsTable for the parent device.
907 /// This field contains the zero-based index into the BbsTable for the boot entry.
912 /// This field contains the zero-based index into the BbsTable for the HDD diagnostics entry.
953 UINT32 BbsTable; ///< A pointer to the BBS table. Type BBS_TABLE is defined below.
    [all...]

Completed in 101 milliseconds