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

  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.h 34 @param[out] SrvList Pointer to EFI_PXE_BASE_CODE_SRVLIST.
46 OUT EFI_PXE_BASE_CODE_SRVLIST **SrvList
59 @param[in] SrvList Pointer to the server address list.
75 IN EFI_PXE_BASE_CODE_SRVLIST *SrvList
PxeBcBoot.c 701 @param[out] SrvList Pointer to EFI_PXE_BASE_CODE_SRVLIST.
713 OUT EFI_PXE_BASE_CODE_SRVLIST **SrvList
731 Info->SrvList[0].Type = Type;
732 Info->SrvList[0].AcceptAnyResponse = FALSE;
737 CopyMem (&Info->SrvList[0].IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS));
739 *SrvList = Info->SrvList;
787 *DiscoverInfo = AllocatePool (sizeof (*Info) + (Info->IpCnt - 1) * sizeof (**SrvList));
796 CopyMem (&Info->SrvList[Index].IpAddr, &Entry->IpAddr[Index], sizeof (EFI_IPv4_ADDRESS));
797 Info->SrvList[Index].AcceptAnyResponse = !Info->MustUseList;
    [all...]
PxeBcImpl.c 498 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
502 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot
546 EFI_PXE_BASE_CODE_SRVLIST *SrvList;
561 SrvList = NULL;
609 SrvList = Info->SrvList;
610 SrvList[0].Type = Type;
611 SrvList[0].AcceptAnyResponse = FALSE;
613 CopyMem (&SrvList->IpAddr, &Private->ServerIp, sizeof (EFI_IP_ADDRESS));
620 Status = PxeBcExtractDiscoverInfo (Private, Type, &NewCreatedInfo, &BootSvrEntry, &SrvList);
    [all...]
PxeBcDhcp4.h 358 @param[in] SrvList Pointer to EFI_PXE_BASE_CODE_SRVLIST.
374 IN EFI_PXE_BASE_CODE_SRVLIST *SrvList
PxeBcDhcp4.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 762 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
766 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot
810 EFI_PXE_BASE_CODE_SRVLIST *SrvList;
826 SrvList = NULL;
868 SrvList = &DefaultSrvList;
903 SrvList = Info->SrvList;
926 CreatedInfo = AllocatePool (sizeof (DefaultInfo) + (DefaultInfo.IpCnt - 1) * sizeof (*SrvList));
935 SrvList = Info->SrvList;
    [all...]
PxeBcDhcp.h 406 @param SrvList Server list
424 IN EFI_PXE_BASE_CODE_SRVLIST * SrvList,
PxeBcDhcp.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 160 EFI_PXE_BASE_CODE_SRVLIST SrvList[1];
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 187 EFI_PXE_BASE_CODE_SRVLIST SrvList[1];
454 In the structure referenced by parameter Info, the PXE Boot Server list, SrvList[],
458 is TRUE and the AcceptAnyResponse field in the SrvList[] array is TRUE, any Boot
    [all...]
  /external/syslinux/efi32/include/efi/
efipxebc.h 189 EFI_PXE_BASE_CODE_SRVLIST SrvList[1];
  /external/syslinux/efi64/include/efi/
efipxebc.h 189 EFI_PXE_BASE_CODE_SRVLIST SrvList[1];
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 189 EFI_PXE_BASE_CODE_SRVLIST SrvList[1];

Completed in 152 milliseconds