Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecConfigImpl.c2138 CHAR16 *VariableNameI; in IpSecGetVariable() local
2153 VariableNameI = AllocateZeroPool (VariableNameISize); in IpSecGetVariable()
2154 ASSERT (VariableNameI != NULL); in IpSecGetVariable()
2159 UnicodeSPrint (VariableNameI, VariableNameISize, L"%s%s", VariableName, L"Info"); in IpSecGetVariable()
2164 VariableNameI, in IpSecGetVariable()
2181 VariableNameI[0] = L'\0'; in IpSecGetVariable()
2190 VariableNameI, in IpSecGetVariable()
2194 VariableNameI = ReallocatePool ( in IpSecGetVariable()
2197 VariableNameI in IpSecGetVariable()
2199 if (VariableNameI == NULL) { in IpSecGetVariable()
[all …]