Home | History | Annotate | Download | only in Mtftp6Dxe

Lines Matching refs:OptionList

286   @param[in]  OptionCount        Number of option/value string pairs in OptionList.

287 @param[in] OptionList Pointer to array of option/value string pairs. Ignored if
298 - OptionCount is not zero and OptionList is NULL.
299 - One or more options in OptionList have wrong format.
302 @retval EFI_UNSUPPORTED One or more options in the OptionList are unsupported by
333 IN EFI_MTFTP6_OPTION *OptionList OPTIONAL,
345 (OptionCount != 0 && OptionList == NULL) ||
370 Token.OptionList = OptionList;
401 *OptionCount and *OptionList stop at the last valid option.
406 @param[out] OptionCount Pointer to the number of options in the following OptionList.
407 @param[out] OptionList Pointer to EFI_MTFTP6_OPTION storage. Each pointer in the
408 OptionList points to the corresponding MTFTP option buffer
410 release the OptionList if the options in this OptionList
414 OptionList parameters have been updated.
420 @retval EFI_OUT_OF_RESOURCES Storage for the OptionList array can not be allocated.
431 OUT EFI_MTFTP6_OPTION **OptionList OPTIONAL
438 return Mtftp6ParseStart (Packet, PacketLen, OptionCount, OptionList);
521 - Token.OptionCount is not zero and Token.OptionList is NULL.
522 - One or more options in Token.OptionList have wrong format.
525 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are not
572 - Token.OptionCount is not zero and Token.OptionList is NULL.
573 - One or more options in Token.OptionList have wrong format.
576 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are not