OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalRefStrLen
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c
71
UINTN
InternalRefStrLen
;
128
InternalRefStrLen
= StrLen(InternalRef);
129
if (
InternalRefStrLen
> SMBIOS_STRING_MAX_LENGTH) {
142
SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
143
ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
159
UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart +
InternalRefStrLen
+ 1);
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscPortInternalConnectorDesignatorFunction.c
71
UINTN
InternalRefStrLen
;
128
InternalRefStrLen
= StrLen(InternalRef);
129
if (
InternalRefStrLen
> SMBIOS_STRING_MAX_LENGTH) {
142
SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
143
ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
159
UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart +
InternalRefStrLen
+ 1);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c
78
UINTN
InternalRefStrLen
;
120
InternalRefStrLen
= StrLen(InternalRef);
121
if (
InternalRefStrLen
> SMBIOS_STRING_MAX_LENGTH) {
134
SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
135
ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
152
UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart +
InternalRefStrLen
+ 1);
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscPortInternalConnectorDesignatorFunction.c
188
UINTN
InternalRefStrLen
;
254
InternalRefStrLen
= StrLen(InternalRef);
255
if (
InternalRefStrLen
> SMBIOS_STRING_MAX_LENGTH) {
267
SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
268
ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE8) +
InternalRefStrLen
+ 1 + ExternalRefStrLen + 1 + 1);
284
UnicodeStrToAsciiStr(ExternalRef, OptionalStrStart +
InternalRefStrLen
+ 1);
Completed in 55 milliseconds