Home | History | Annotate | Download | only in Protocol

Lines Matching refs:OptionList

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.
378 OptionList parameters have been updated.
384 @retval EFI_OUT_OF_RESOURCES Storage for the OptionList array cannot be allocated.
395 OUT EFI_MTFTP4_OPTION **OptionList OPTIONAL
441 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are in
471 @retval EFI_UNSUPPORTED One or more options in the Token.OptionList are in
559 EFI_MTFTP4_OPTION *OptionList;