HomeSort by relevance Sort by last modified time
    Searched refs:OptionList (Results 26 - 44 of 44) sorted by null

12

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 946 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4);
994 UserOpt = Instance->Config->OptionList[Index];
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 701 OptionList = OptionString.split()
705 for Index in range(len(OptionList)):
706 Opt = OptionList[Index]
714 OptionList[Index] = ""
717 return " ".join(OptionList)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 120 EFI_DHCP4_PACKET_OPTION **OptionList;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp4.h 295 /// Number of DHCP options in the OptionList.
301 /// in outgoing DHCP packets. If OptionList itself contains pad option, they are
302 /// ignored by the driver. OptionList can be freed after EFI_DHCP4_PROTOCOL.Configure()
305 EFI_DHCP4_PACKET_OPTION **OptionList;
460 in the OptionList parameter as described in RFC 2131.
483 OptionCount >0 and OptionList is NULL.
652 @param AppendCount Number of entries in the OptionList.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 533 OptionList = [
564 Parser = OptionParser(description=__copyright__, version=__version__, option_list=OptionList, usage=UsageString)
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 490 Options = Token->OptionList;
1018 (Token->OptionCount != 0 && Token->OptionList == NULL) ||
1060 Token->OptionList,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 293 Options = Token->OptionList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 832 Config.OptionList = OptList;
HttpBootDhcp6.c 945 Config.OptionList = OptList;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 943 Mtftp4Token.OptionList = &ReqOpt;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PlatformDxe.h 560 IN OUT IFR_OPTION *OptionList,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c     [all...]
PxeBcDhcp6.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 622 Dhcp4CfgData.OptionList = OptList;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 236 Dhcp6CfgData.OptionList = &OptList[0];
    [all...]

Completed in 1591 milliseconds

12