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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 199 EFI_DHCP4_PACKET_OPTION **OptionList;
213 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
214 if (OptionList == NULL) {
218 Status = This->Parse (This, Packet, &OptionCount, OptionList);
220 FreePool (OptionList);
225 if (OptionList[Index]->OpCode != DHCP4_TAG_ROOT_PATH) {
230 (CHAR8 *) &OptionList[Index]->Data[0],
231 OptionList[Index]->Length,
242 FreePool (OptionList);
267 EFI_DHCP4_PACKET_OPTION **OptionList;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 235 @param OptionList The point to get the option array.
248 OUT EFI_MTFTP4_OPTION **OptionList OPTIONAL
255 if (OptionList != NULL) {
256 *OptionList = NULL;
287 if (OptionList == NULL) {
291 *OptionList = AllocatePool (*OptionCount * sizeof (EFI_MTFTP4_OPTION));
293 if (*OptionList == NULL) {
297 Mtftp4FillOptions (Packet, PacketLen, OptionCount, *OptionList);
517 EFI_MTFTP4_OPTION *OptionList;
523 Status = Mtftp4ExtractOptions (Packet, PacketLen, &Count, &OptionList);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 217 EFI_DHCP4_PACKET_OPTION **OptionList;
231 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
232 if (OptionList == NULL) {
236 Status = This->Parse (This, Packet, &OptionCount, OptionList);
238 FreePool (OptionList);
243 if (OptionList[Index]->OpCode != DHCP4_TAG_ROOT_PATH) {
248 (CHAR8 *) &OptionList[Index]->Data[0],
249 OptionList[Index]->Length,
260 FreePool (OptionList);
287 EFI_DHCP4_PACKET_OPTION **OptionList;
    [all...]
IScsiDhcp6.c 251 EFI_DHCP6_PACKET_OPTION **OptionList;
263 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP6_PACKET_OPTION *));
264 if (OptionList == NULL) {
268 Status = This->Parse (This, Packet, &OptionCount, OptionList);
277 OptionList[Index]->OpCode = NTOHS (OptionList[Index]->OpCode);
278 OptionList[Index]->OpLen = NTOHS (OptionList[Index]->OpLen);
283 if (OptionList[Index]->OpCode == DHCP6_OPT_DNS_SERVERS) {
285 if (((OptionList[Index]->OpLen & 0xf) != 0) || (OptionList[Index]->OpLen == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 239 EFI_DHCP4_PACKET_OPTION **OptionList;
249 OptionList = NULL;
251 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList);
256 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
257 if (OptionList == NULL) {
261 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList);
263 gBS->FreePool (OptionList);
273 if (OptionList[Index]->OpCode == DHCP4_TAG_DNS_SERVER) {
275 if (((OptionList[Index]->Length & 0x3) != 0) || (OptionList[Index]->Length == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c 827 EFI_DHCP4_PACKET_OPTION **OptionList;
855 OptionList = NULL;
857 Status = Instance->Dhcp4->Parse (Instance->Dhcp4, Dhcp4Mode.ReplyPacket, &OptionCount, OptionList);
862 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
863 if (OptionList == NULL) {
867 Status = Instance->Dhcp4->Parse (Instance->Dhcp4, Dhcp4Mode.ReplyPacket, &OptionCount, OptionList);
869 FreePool (OptionList);
877 if (OptionList[Index]->OpCode == DHCP_TAG_DNS_SERVER) {
878 if (((OptionList[Index]->Length & 0x3) != 0) || (OptionList[Index]->Length == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
Dhcp4.h 120 EFI_DHCP4_PACKET_OPTION **OptionList;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 230 IN EFI_MTFTP4_OPTION *OptionList,
243 OUT EFI_MTFTP4_OPTION **OptionList OPTIONAL
298 IN EFI_MTFTP4_OPTION *OptionList;
  /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...]
Dhcp6.h 344 /// Number of the DHCPv6 options in the OptionList.
350 /// OptionCount is zero. OptionList should not contain Client Identifier option
354 EFI_DHCP6_PACKET_OPTION **OptionList;
370 /// OptionList parameter.
376 /// packet. Rapid Commit option can not be specified through OptionList parameter.
453 - OptionCount > 0 and OptionList is NULL.
454 - OptionList is not NULL, and Client Id option, Reconfigure Accept option,
455 Rapid Commit option or any IA option is specified in the OptionList.
532 Client Identifier option can not be specified through OptionList
536 OptionList parameter.
    [all...]
Mtftp4.h 318 @param OptionCount Number of option/value string pairs in OptionList.
319 @param OptionList The pointer to array of option/value string pairs. Ignored if
329 - OptionCount is not zero and OptionList is NULL.
330 - One or more options in OptionList have wrong format.
334 @retval EFI_UNSUPPORTED One or more options in the OptionList are in the
361 IN EFI_MTFTP4_OPTION *OptionList,
372 @param OptionCount The pointer to the number of options in following OptionList.
373 @param OptionList The pointer to EFI_MTFTP4_OPTION storage. Call the EFI Boot
374 Service FreePool() to release the OptionList if the options
375 in this OptionList are not needed any more.
    [all...]
Mtftp6.h 430 EFI_MTFTP6_OPTION *OptionList;
539 @param[in] OptionCount Number of option/value string pairs in OptionList.
540 @param[in] OptionList Pointer to array of option/value string pairs. Ignored if
550 - OptionCount is not zero and OptionList is NULL.
551 - One or more options in OptionList have wrong format.
554 @retval EFI_UNSUPPORTED One or more options in the OptionList are unsupported by
581 IN EFI_MTFTP6_OPTION *OptionList OPTIONAL,
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.
599 @param[out] OptionList Pointer to EFI_MTFTP6_OPTION storage. Each pointer in the
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]

Completed in 533 milliseconds