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

  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiAip.c 24 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
25 @param[out] InformationBlock The service returns a pointer to the buffer with the InformationBlock
27 @param[out] InformationBlockSize The driver returns the size of the InformationBlock in bytes.
34 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
43 OUT VOID **InformationBlock,
49 if ((This == NULL) || (InformationBlock == NULL) || (InformationBlockSize == NULL)) {
58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti);
59 if (*InformationBlock == NULL) {
74 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
    [all...]
HstiDxe.c 49 VOID *InformationBlock;
66 InformationBlock = NULL;
110 &InformationBlock,
117 Hsti = InformationBlock;
123 FreePool (InformationBlock);
134 *HstiData = InformationBlock;
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 30 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
31 @param[out] InforamtionBlock The service returns a pointer to the buffer with the InformationBlock
33 @param[out] InforamtionBlockSize The driver returns the size of the InformationBlock in bytes.
40 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
49 OUT VOID **InformationBlock,
56 if (This == NULL || InformationBlock == NULL || InformationBlockSize == NULL) {
66 *InformationBlock = AllocateZeroPool (*InformationBlockSize);
67 if (*InformationBlock == NULL) {
71 UndiIpv6Support = (EFI_ADAPTER_INFO_UNDI_IPV6_SUPPORT *) (*InformationBlock);
85 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
    [all...]
Undi32.h 362 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
363 @param[out] InforamtionBlock The service returns a pointer to the buffer with the InformationBlock
365 @param[out] InforamtionBlockSize The driver returns the size of the InformationBlock in bytes.
372 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
381 OUT VOID **InformationBlock,
393 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
394 @param[in] InforamtionBlock A pointer to the InformationBlock structure which contains details
396 @param[in] InforamtionBlockSize The size of the InformationBlock in bytes.
402 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
411 IN VOID *InformationBlock,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AdapterInformation.h 135 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
136 @param[out] InforamtionBlock The service returns a pointer to the buffer with the InformationBlock
138 @param[out] InforamtionBlockSize The driver returns the size of the InformationBlock in bytes.
145 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
154 OUT VOID **InformationBlock,
166 @param[in] InformationType A pointer to an EFI_GUID that defines the contents of InformationBlock.
167 @param[in] InforamtionBlock A pointer to the InformationBlock structure which contains details
169 @param[in] InforamtionBlockSize The size of the InformationBlock in bytes.
175 @retval EFI_INVALID_PARAMETER InformationBlock is NULL.
184 IN VOID *InformationBlock,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 618 VOID *InformationBlock;
626 InformationBlock = NULL;
727 &InformationBlock,
748 ((EFI_ADAPTER_INFO_MEDIA_STATE *)InformationBlock)->MediaState,
749 ((EFI_ADAPTER_INFO_MEDIA_STATE *)InformationBlock)->MediaState
761 ((EFI_ADAPTER_INFO_NETWORK_BOOT *)InformationBlock)->iScsiIpv4BootCapablity,
762 ((EFI_ADAPTER_INFO_NETWORK_BOOT *)InformationBlock)->iScsiIpv6BootCapablity,
763 ((EFI_ADAPTER_INFO_NETWORK_BOOT *)InformationBlock)->FCoeBootCapablity,
764 ((EFI_ADAPTER_INFO_NETWORK_BOOT *)InformationBlock)->OffloadCapability,
765 ((EFI_ADAPTER_INFO_NETWORK_BOOT *)InformationBlock)->iScsiMpioCapability,
    [all...]

Completed in 157 milliseconds