Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDevices.c49 IN OUT BOOLEAN *Cfg, in GetDeviceHandleInfo() argument
64 || Cfg == NULL in GetDeviceHandleInfo()
73 *Cfg = FALSE; in GetDeviceHandleInfo()
102 *Cfg = TRUE; in GetDeviceHandleInfo()
144 BOOLEAN Cfg; in ShellCommandRunDevices() local
233 …Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children,… in ShellCommandRunDevices()
243 Cfg?(SfoFlag?L'Y':L'X'):(SfoFlag?L'N':L'-'), in ShellCommandRunDevices()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c1296 IKEV2_CFG *Cfg; in Ikev2GenerateCpPayload() local
1314 Cfg = (IKEV2_CFG *) AllocateZeroPool (PayloadLen); in Ikev2GenerateCpPayload()
1316 if (Cfg == NULL) { in Ikev2GenerateCpPayload()
1320 CfgAttributes = (IKEV2_CFG_ATTRIBUTES *)((UINT8 *)Cfg + sizeof (IKEV2_CFG)); in Ikev2GenerateCpPayload()
1327 Cfg->Header.NextPayload = NextPayload; in Ikev2GenerateCpPayload()
1328 Cfg->Header.PayloadLength = PayloadLen; in Ikev2GenerateCpPayload()
1329 Cfg->CfgType = IKEV2_CFG_TYPE_REQUEST; in Ikev2GenerateCpPayload()
1336 if (Cfg != NULL) { in Ikev2GenerateCpPayload()
1337 FreePool (Cfg); in Ikev2GenerateCpPayload()
1343 CpPayload->PayloadBuf = (UINT8 *) Cfg; in Ikev2GenerateCpPayload()