/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/ |
D | BiosBlkIo.c | 693 if ((AsciiStrnCmp ("ATAPI", Drive->Parameters.InterfaceType, 5) == 0) || in BuildEdd30DevicePath() 694 (AsciiStrnCmp ("ATA", Drive->Parameters.InterfaceType, 3) == 0) in BuildEdd30DevicePath() 720 if (AsciiStrnCmp ("SCSI", Drive->Parameters.InterfaceType, 4) == 0) { in BuildEdd30DevicePath() 735 } else if (AsciiStrnCmp ("USB", Drive->Parameters.InterfaceType, 3) == 0) { in BuildEdd30DevicePath() 744 } else if (AsciiStrnCmp ("1394", Drive->Parameters.InterfaceType, 4) == 0) { in BuildEdd30DevicePath() 753 } else if (AsciiStrnCmp ("FIBRE", Drive->Parameters.InterfaceType, 5) == 0) { in BuildEdd30DevicePath() 768 Drive->Parameters.InterfaceType in BuildEdd30DevicePath()
|
D | Edd.h | 104 CHAR8 InterfaceType[8]; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Handle.c | 178 IN EFI_INTERFACE_TYPE InterfaceType, in SmmInstallProtocolInterface() argument 185 InterfaceType, in SmmInstallProtocolInterface() 212 IN EFI_INTERFACE_TYPE InterfaceType, in SmmInstallProtocolInterfaceNotify() argument 231 if (InterfaceType != EFI_NATIVE_INTERFACE) { in SmmInstallProtocolInterfaceNotify()
|
D | PiSmmCore.h | 252 IN EFI_INTERFACE_TYPE InterfaceType, 435 IN EFI_INTERFACE_TYPE InterfaceType,
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | DebugPortTable.h | 32 UINT8 InterfaceType; member
|
D | SerialPortConsoleRedirectionTable.h | 37 UINT8 InterfaceType; member
|
D | SmBios.h | 2160 …UINT8 InterfaceType; ///< The enumeration value from BMC_INTERFACE_TY… member 2281 UINT8 InterfaceType; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | ServerProcessorManagementInterfaceTable.h | 39 UINT8 InterfaceType; member
|
D | Smbios.h | 540 UINT8 InterfaceType; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
D | BlockIo2.h | 49 UINT8 InterfaceType; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/ |
D | PeiCdExpress.c | 224 ((Media2.InterfaceType != MSG_ATAPI_DP) && (Media2.InterfaceType != MSG_USB_DP)) || in UpdateBlocksAndVolumes() 229 DEBUG ((EFI_D_INFO, "PeiCdExpress InterfaceType is %d\n", Media2.InterfaceType)); in UpdateBlocksAndVolumes()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
D | EfiMgmtModeRuntimeLib.h | 158 IN EFI_INTERFACE_TYPE InterfaceType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
D | Handle.c | 307 IN EFI_INTERFACE_TYPE InterfaceType, in CoreInstallProtocolInterface() argument 314 InterfaceType, in CoreInstallProtocolInterface() 342 IN EFI_INTERFACE_TYPE InterfaceType, in CoreInstallProtocolInterfaceNotify() argument 361 if (InterfaceType != EFI_NATIVE_INTERFACE) { in CoreInstallProtocolInterfaceNotify()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.h | 709 IN EFI_INTERFACE_TYPE InterfaceType, 735 IN EFI_INTERFACE_TYPE InterfaceType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
D | UsbBotPeim.c | 217 PeiBotDevice->Media2.InterfaceType = MSG_USB_DP; in InitUsbBot()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | DevicePath.h | 187 UINT8 InterfaceType; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiSpec.h | 1144 IN EFI_INTERFACE_TYPE InterfaceType,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
D | EfiApi.h | 489 IN EFI_INTERFACE_TYPE InterfaceType,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/ |
D | AtapiPeim.c | 1674 MediaInfo2->InterfaceType = MSG_ATAPI_DP; in Inquiry() 1690 MediaInfo2->InterfaceType = MSG_ATAPI_DP; in Inquiry()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 1009 DisplayIPMIDIBMCInterfaceType (Struct->Type38->InterfaceType, Option); in SmbiosPrintStructure() 1082 PRINT_STRUCT_VALUE_H (Struct, Type42, InterfaceType); in SmbiosPrintStructure()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
D | MiscConv.c | 2232 …*(UINT8 *) ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE38, InterfaceType))… in SmbiosFldMiscType38()
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/ |
D | DevicePathToText.c | 337 Bmc->InterfaceType, in DevPathToTextBmc()
|
D | DevicePathFromText.c | 821 BmcDp->InterfaceType = (UINT8) Strtoi (InterfaceTypeStr); in DevPathFromTextBmc()
|