Home | History | Annotate | Download | only in Mtftp4Dxe

Lines Matching refs:OptionList

374       ((Token->OptionCount != 0) && (Token->OptionList == NULL))) {

426 Token->OptionList,
707 returned and *OptionCount and *OptionList stop at the last valid option.
708 The OptionList is allocated by this function, and caller should free it when used.
713 @param OptionCount Pointer to the number of options in following OptionList.
714 @param OptionList Pointer to EFI_MTFTP4_OPTION storage. Call the
716 if the options in this OptionList are not needed
720 OptionList parameters have been updated.
726 @retval EFI_OUT_OF_RESOURCES Storage for the OptionList array cannot be allocated.
737 OUT EFI_MTFTP4_OPTION **OptionList OPTIONAL
748 Status = Mtftp4ExtractOptions (Packet, PacketLen, OptionCount, OptionList);
833 Token.OptionList is NULL.
834 5. One or more options in Token.OptionList have wrong
841 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are in the
903 Token.OptionList is NULL.
904 5. One or more options in Token.OptionList have wrong
911 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are in the
952 @param OptionCount Number of option/value string pairs in OptionList
953 @param OptionList Pointer to array of option/value string pairs.
964 3.OptionCount is not zero and OptionList is NULL.
965 4.One or more options in OptionList have wrong format.
970 @retval EFI_UNSUPPORTED One or more options in the OptionList are in the
996 IN EFI_MTFTP4_OPTION *OptionList OPTIONAL,
1006 ((OptionCount != 0) && (OptionList == NULL))) {
1028 Token.OptionList = OptionList;