Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosBlkIo.c693 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()
DEdd.h104 CHAR8 InterfaceType[8]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DHandle.c178 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()
DPiSmmCore.h252 IN EFI_INTERFACE_TYPE InterfaceType,
435 IN EFI_INTERFACE_TYPE InterfaceType,
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DDebugPortTable.h32 UINT8 InterfaceType; member
DSerialPortConsoleRedirectionTable.h37 UINT8 InterfaceType; member
DSmBios.h2160 …UINT8 InterfaceType; ///< The enumeration value from BMC_INTERFACE_TY… member
2281 UINT8 InterfaceType; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DServerProcessorManagementInterfaceTable.h39 UINT8 InterfaceType; member
DSmbios.h540 UINT8 InterfaceType; member
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DBlockIo2.h49 UINT8 InterfaceType; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c224 ((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/
DEfiMgmtModeRuntimeLib.h158 IN EFI_INTERFACE_TYPE InterfaceType,
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DHandle.c307 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/
DDxeMain.h709 IN EFI_INTERFACE_TYPE InterfaceType,
735 IN EFI_INTERFACE_TYPE InterfaceType,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
DUsbBotPeim.c217 PeiBotDevice->Media2.InterfaceType = MSG_USB_DP; in InitUsbBot()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h187 UINT8 InterfaceType; member
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiSpec.h1144 IN EFI_INTERFACE_TYPE InterfaceType,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiApi.h489 IN EFI_INTERFACE_TYPE InterfaceType,
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
DAtapiPeim.c1674 MediaInfo2->InterfaceType = MSG_ATAPI_DP; in Inquiry()
1690 MediaInfo2->InterfaceType = MSG_ATAPI_DP; in Inquiry()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c1009 DisplayIPMIDIBMCInterfaceType (Struct->Type38->InterfaceType, Option); in SmbiosPrintStructure()
1082 PRINT_STRUCT_VALUE_H (Struct, Type42, InterfaceType); in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DMiscConv.c2232 …*(UINT8 *) ((UINT8 *) (StructureNode->Structure) + OFFSET_OF (SMBIOS_TABLE_TYPE38, InterfaceType))… in SmbiosFldMiscType38()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c337 Bmc->InterfaceType, in DevPathToTextBmc()
DDevicePathFromText.c821 BmcDp->InterfaceType = (UINT8) Strtoi (InterfaceTypeStr); in DevPathFromTextBmc()