OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForType8InputData
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c
80
EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *
ForType8InputData
;
82
ForType8InputData
= (EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *)RecordData;
93
switch (
ForType8InputData
->PortInternalConnectorDesignator) {
152
SmbiosRecord->InternalConnectorType = (UINT8)
ForType8InputData
->PortInternalConnectorType;
154
SmbiosRecord->ExternalConnectorType = (UINT8)
ForType8InputData
->PortExternalConnectorType;
155
SmbiosRecord->PortType = (UINT8)
ForType8InputData
->PortType;
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c
80
EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *
ForType8InputData
;
82
ForType8InputData
= (EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *)RecordData;
93
switch (
ForType8InputData
->PortInternalConnectorDesignator) {
152
SmbiosRecord->InternalConnectorType = (UINT8)
ForType8InputData
->PortInternalConnectorType;
154
SmbiosRecord->ExternalConnectorType = (UINT8)
ForType8InputData
->PortExternalConnectorType;
155
SmbiosRecord->PortType = (UINT8)
ForType8InputData
->PortType;
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c
87
EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *
ForType8InputData
;
89
ForType8InputData
= (EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *)RecordData;
101
switch (
ForType8InputData
->PortInternalConnectorDesignator) {
145
SmbiosRecord->InternalConnectorType = (UINT8)
ForType8InputData
->PortInternalConnectorType;
147
SmbiosRecord->ExternalConnectorType = (UINT8)
ForType8InputData
->PortExternalConnectorType;
148
SmbiosRecord->PortType = (UINT8)
ForType8InputData
->PortType;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c
201
EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *
ForType8InputData
;
204
ForType8InputData
= (EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR *)RecordData;
224
if (
ForType8InputData
->PortInternalConnectorDesignator == (mMiscConnectorArray[Index])->PortInternalConnectorDesignator) {
Completed in 66 milliseconds