HomeSort by relevance Sort by last modified time
    Searched refs:InfoTypesBuffer (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 115 in InfoTypesBuffer, and the number of GUID pointers in InfoTypesBuffer is returned in
119 @param[out] InfoTypesBuffer A pointer to the list of InformationType GUID pointers that are supported
121 @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer.
124 returned in InfoTypesBuffer. The number of information type GUIDs was
127 @retval EFI_INVALID_PARAMETER InfoTypesBuffer is NULL.
136 OUT EFI_GUID **InfoTypesBuffer,
140 if (This == NULL || InfoTypesBuffer == NULL || InfoTypesBufferCount == NULL) {
145 *InfoTypesBuffer = AllocateCopyPool (sizeof (EFI_GUID), &gEfiAdapterInfoUndiIpv6SupportGuid);
146 if (InfoTypesBuffer == NULL) {
    [all...]
Undi32.h 420 in InfoTypesBuffer, and the number of GUID pointers in InfoTypesBuffer is returned in
424 @param[out] InfoTypesBuffer A pointer to the list of InformationType GUID pointers that are supported
426 @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer.
429 returned in InfoTypesBuffer. The number of information type GUIDs was
432 @retval EFI_INVALID_PARAMETER InfoTypesBuffer is NULL.
441 OUT EFI_GUID **InfoTypesBuffer,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiAip.c 133 in InfoTypesBuffer, and the number of GUID pointers in InfoTypesBuffer is returned in
137 @param[out] InfoTypesBuffer A pointer to the array of InformationType GUIDs that are supported
139 @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer.
142 returned in InfoTypesBuffer. The number of information type GUIDs was
145 @retval EFI_INVALID_PARAMETER InfoTypesBuffer is NULL.
154 OUT EFI_GUID **InfoTypesBuffer,
158 if ((This == NULL) || (InfoTypesBuffer == NULL) || (InfoTypesBufferCount == NULL)) {
162 *InfoTypesBuffer = AllocateCopyPool (sizeof(gAdapterInfoPlatformSecurityGuid), &gAdapterInfoPlatformSecurityGuid);
163 if (*InfoTypesBuffer == NULL) {
    [all...]
HstiDxe.c 45 EFI_GUID *InfoTypesBuffer;
83 &InfoTypesBuffer,
92 if (CompareGuid (&InfoTypesBuffer[InfoTypesIndex], &gAdapterInfoPlatformSecurityGuid)) {
97 FreePool (InfoTypesBuffer);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AdapterInformation.h 193 in InfoTypesBuffer, and the number of GUID pointers in InfoTypesBuffer is returned in
197 @param[out] InfoTypesBuffer A pointer to the array of InformationType GUIDs that are supported
199 @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer.
202 returned in InfoTypesBuffer. The number of information type GUIDs was
205 @retval EFI_INVALID_PARAMETER InfoTypesBuffer is NULL.
214 OUT EFI_GUID **InfoTypesBuffer,
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 466 EFI_GUID *InfoTypesBuffer;
505 InfoTypesBuffer = NULL;
507 Status = Aip->GetSupportedTypes (Aip, &InfoTypesBuffer, &InfoTypeBufferCount);
508 if (EFI_ERROR (Status) || InfoTypesBuffer == NULL) {
509 FreePool (InfoTypesBuffer);
515 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoUndiIpv6SupportGuid)) {
521 FreePool (InfoTypesBuffer);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 849 EFI_GUID *InfoTypesBuffer;
861 InfoTypesBuffer = NULL;
883 &InfoTypesBuffer,
907 TempRetVal = CatSPrint (RetVal, TempStr, (GuidIndex + 1), &InfoTypesBuffer[GuidIndex]);
917 if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoMediaStateGuid)) {
921 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoNetworkBootGuid)) {
925 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoSanMacAddressGuid)) {
929 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoUndiIpv6SupportGuid)) {
935 GuidStr = GetStringNameFromGuid (&InfoTypesBuffer[GuidIndex], NULL);
962 &InfoTypesBuffer[GuidIndex],
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 95 EFI_GUID *InfoTypesBuffer;
143 InfoTypesBuffer = NULL;
145 Status = Aip->GetSupportedTypes (Aip, &InfoTypesBuffer, &InfoTypeBufferCount);
146 if (EFI_ERROR (Status) || InfoTypesBuffer == NULL) {
154 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoNetworkBootGuid)) {
160 FreePool (InfoTypesBuffer);
    [all...]

Completed in 133 milliseconds