HomeSort by relevance Sort by last modified time
    Searched defs:OptionCount (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 198 UINT32 OptionCount;
206 OptionCount = 0;
208 Status = This->Parse (This, Packet, &OptionCount, NULL);
213 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
218 Status = This->Parse (This, Packet, &OptionCount, OptionList);
224 for (Index = 0; Index < OptionCount; Index++) {
238 if (Index == OptionCount) {
266 UINT32 OptionCount;
283 OptionCount = 0;
286 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 216 UINT32 OptionCount;
224 OptionCount = 0;
226 Status = This->Parse (This, Packet, &OptionCount, NULL);
231 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
236 Status = This->Parse (This, Packet, &OptionCount, OptionList);
242 for (Index = 0; Index < OptionCount; Index++) {
256 if ((Index == OptionCount)) {
286 UINT32 OptionCount;
306 OptionCount = 0;
309 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
    [all...]
IScsiDhcp6.c 249 UINT32 OptionCount;
255 OptionCount = 0;
258 Status = This->Parse (This, Packet, &OptionCount, NULL);
263 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP6_PACKET_OPTION *));
268 Status = This->Parse (This, Packet, &OptionCount, OptionList);
276 for (Index = 0; Index < OptionCount; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 137 UINT32 OptionCount;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 238 UINT32 OptionCount;
248 OptionCount = 0;
251 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList);
256 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
261 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList);
269 for (Index = 0; Index < OptionCount; Index++) {
328 UINT32 OptionCount;
336 OptionCount = 0;
340 Status = This->Parse (This, Packet, &OptionCount, NULL);
345 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP6_PACKET_OPTION *));
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootMenu.c 996 UINTN OptionCount;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmLoadOption.c 953 UINTN OptionCount;
987 for (Index = 0; Index < Param->OptionCount; Index++) {
993 Param->OptionCount * sizeof (EFI_BOOT_MANAGER_LOAD_OPTION),
994 (Param->OptionCount + 1) * sizeof (EFI_BOOT_MANAGER_LOAD_OPTION),
998 CopyMem (&Param->Options[Index + 1], &Param->Options[Index], (Param->OptionCount - Index) * sizeof (EFI_BOOT_MANAGER_LOAD_OPTION));
1000 Param->OptionCount++;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 826 UINT32 OptionCount;
854 OptionCount = 0;
857 Status = Instance->Dhcp4->Parse (Instance->Dhcp4, Dhcp4Mode.ReplyPacket, &OptionCount, OptionList);
862 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
867 Status = Instance->Dhcp4->Parse (Instance->Dhcp4, Dhcp4Mode.ReplyPacket, &OptionCount, OptionList);
873 for (Index = 0; Index < OptionCount; Index++) {
1001 Dhcp4Mode.ConfigData.OptionCount = 1;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 119 UINT32 OptionCount;
219 IN OUT UINT32 *OptionCount,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 229 IN UINT8 OptionCount,
242 OUT UINT32 *OptionCount,
297 IN UINT32 OptionCount;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 304 UINTN OptionCount;
421 OptionCount = 0;
424 OptionCount ++;
430 gFrontPagePrivate.LanguageToken = AllocateZeroPool ((OptionCount + 1) * sizeof (EFI_STRING_ID));
437 OptionCount = 0;
457 gFrontPagePrivate.LanguageToken[OptionCount] = HiiSetString (HiiHandle, 0, StringBuffer, NULL);
460 OptionCount++;
466 OptionCount = 0;
477 gFrontPagePrivate.LanguageToken[OptionCount],
480 (UINT8) OptionCount
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 171 UINTN OptionCount;
237 OptionCount = 0;
240 OptionCount ++;
246 gFrontPagePrivate.LanguageToken = AllocateZeroPool ((OptionCount + 1) * sizeof (EFI_STRING_ID));
253 OptionCount = 0;
273 gFrontPagePrivate.LanguageToken[OptionCount] = HiiSetString (HiiHandle, 0, StringBuffer, NULL);
276 OptionCount++;
282 OptionCount = 0;
293 gFrontPagePrivate.LanguageToken[OptionCount],
296 (UINT8) OptionCount
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dhcp4.h 297 UINT32 OptionCount;
303 /// returns. Ignored if OptionCount is zero.
483 OptionCount >0 and OptionList is NULL.
724 If *OptionCount isn't zero, and there is enough space for all the DHCP options
728 If *OptionCount is zero or there isn't enough space for all of them, the number
729 of DHCP options in the Packet is returned in OptionCount.
733 @param OptionCount On input, the number of entries in the PacketOptionList.
744 OptionCount is NULL.
746 1) *OptionCount is smaller than the number of options that
757 IN OUT UINT32 *OptionCount,
    [all...]
Dhcp6.h 346 UINT32 OptionCount;
350 /// OptionCount is zero. OptionList should not contain Client Identifier option
453 - OptionCount > 0 and OptionList is NULL.
537 @param[in] OptionCount Number of options in OptionList.
560 - OptionCount > 0 and OptionList is NULL.
579 IN UINT32 OptionCount,
    [all...]
Mtftp4.h 318 @param OptionCount Number of option/value string pairs in OptionList.
320 OptionCount is zero.
329 - OptionCount is not zero and OptionList is NULL.
360 IN UINT8 OptionCount,
372 @param OptionCount The pointer to the number of options in following OptionList.
377 @retval EFI_SUCCESS The OACK packet was valid and the OptionCount and
382 - OptionCount is NULL.
394 OUT UINT32 *OptionCount,
555 UINT32 OptionCount;
557 /// The pointer to an array of option/value string pairs. Ignored if OptionCount is zero.
    [all...]
Mtftp6.h 422 UINT32 OptionCount;
425 /// OptionCount is zero. Both a remote server and this driver
539 @param[in] OptionCount Number of option/value string pairs in OptionList.
541 OptionCount is zero.
550 - OptionCount is not zero and OptionList is NULL.
580 IN UINT8 OptionCount,
593 and *OptionCount and *OptionList stop at the last valid option.
598 @param[out] OptionCount Pointer to the number of options in the following OptionList.
605 @retval EFI_SUCCESS The OACK packet was valid and the OptionCount and
610 - OptionCount is NULL.
    [all...]

Completed in 1061 milliseconds