Lines Matching refs:Operation
38 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
408 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
519 on the type of discovery operation that is to be performed.
525 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
773 read a directory, and read a file. The type of operation is specified by Operation.
774 If the callback function that is invoked during the TFTP/MTFTP operation does
782 read operation, then BufferSize will be set to the size of the downloaded file,
786 (greater than 64 MB) files-instead of making two calls to the read-file operation.
792 BufferSize specifies the number of bytes to send. If the write operation completes
806 @param[in] Operation The type of operation to perform.
817 @param[in] DontUseBuffer Set to FALSE for normal TFTP and MTFTP read file operation.
819 @retval EFI_SUCCESS The TFTP/MTFTP operation was completed.
822 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
823 @retval EFI_BUFFER_TOO_SMALL The buffer is not large enough to complete the read operation.
824 @retval EFI_ABORTED The callback function aborted the TFTP/MTFTP operation.
825 @retval EFI_TIMEOUT The TFTP/MTFTP operation timed out.
834 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
914 switch (Operation) {
1030 @param[in] OpFlags The UDP operation flags.
1043 @retval EFI_SUCCESS The UDP Write operation completed.
1047 @retval EFI_ABORTED The callback function aborted the UDP Write operation.
1048 @retval EFI_TIMEOUT The UDP Write operation timed out.
1238 @param[in] OpFlags The UDP operation flags.
1250 @retval EFI_SUCCESS The UDP Read operation was completed.
1253 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
1255 @retval EFI_ABORTED The callback function aborted the UDP Read operation.
1256 @retval EFI_TIMEOUT The UDP Read operation timed out.
1656 // during the operation.
1695 // during the operation.
1757 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
1863 Updates the parameters that affect the operation of the PXE Base Code Protocol.
1865 This function sets parameters that affect the operation of the PXE Base Code Protocol.
2215 are zero and NULL respectively, then this is a status update callback. If the operation specified
2216 by Function is to continue, then CALLBACK_STATUS_CONTINUE should be returned. If the operation
2231 @retval EFI_PXE_BASE_CODE_CALLBACK_STATUS_CONTINUE If Function specifies a continue operation.
2232 @retval EFI_PXE_BASE_CODE_CALLBACK_STATUS_ABORT If Function specifies an abort operation.