VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
3 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Library/HttpLib.h

    r80721 r85718  
    426426  @param[in]   Url                The URL of a remote host.
    427427  @param[out]  RequestMsg         Pointer to the created HTTP request message.
    428                                   NULL if any error occured.
     428                                  NULL if any error occurred.
    429429  @param[out]  RequestMsgSize     Size of the RequestMsg (in bytes).
    430430
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Library/IpIoLib.h

    r80721 r85718  
    404404  This function is called after IpIoOpen(). The data to be sent is wrapped in
    405405  Pkt. The IP instance wrapped in IpIo is used for sending by default but can be
    406   overriden by Sender. Other sending configs, like source address and gateway
     406  overridden by Sender. Other sending configs, like source address and gateway
    407407  address etc., are specified in OverrideData.
    408408
     
    509509  This function pairs with IpIoAddIp(). The IpInfo is previously created by
    510510  IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance
    511   will be dstroyed if the RefCnt is zero.
     511  will be destroyed if the RefCnt is zero.
    512512
    513513  @param[in]  IpIo                  The pointer to the IP_IO instance.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Library/NetLib.h

    r80721 r85718  
    749749  If it hasn't been removed, then continue with the next node directly.
    750750  This function will end the iterate and return the CallBack's last return value if error happens,
    751   or retrun EFI_SUCCESS if 2 complete passes are made with no changes in the number of children in the list.
     751  or return EFI_SUCCESS if 2 complete passes are made with no changes in the number of children in the list.
    752752
    753753  @param[in]    List             The head of the list.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Library/TcpIoLib.h

    r80721 r85718  
    201201  @param[in]   Packet          The packet to transmit.
    202202
    203   @retval EFI_SUCCESS            The packet is trasmitted.
     203  @retval EFI_SUCCESS            The packet is transmitted.
    204204  @retval EFI_INVALID_PARAMETER  One or more parameters are invalid.
    205205  @retval EFI_UNSUPPORTED        One or more of the control options are not
     
    222222  @param[in, out]  TcpIo       The TcpIo which wraps the socket to be destroyed.
    223223  @param[in]       Packet      The buffer to hold the data copy from the socket rx buffer.
    224   @param[in]       AsyncMode   Is this receive asyncronous or not.
     224  @param[in]       AsyncMode   Is this receive asynchronous or not.
    225225  @param[in]       Timeout     The time to wait for receiving the amount of data the Packet
    226226                               can hold. Set to NULL for infinite wait.
     
    229229  @retval EFI_INVALID_PARAMETER  One or more parameters are invalid.
    230230  @retval EFI_DEVICE_ERROR       An unexpected network or system error occurred.
    231   @retval EFI_OUT_OF_RESOURCES   Failed to allocate momery.
     231  @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory.
    232232  @retval EFI_TIMEOUT            Failed to receive the required amount of data in the
    233233                                 specified time period.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Library/UdpIoLib.h

    r80721 r85718  
    4444  This prototype is used by both receive and sending when calling
    4545  UdpIoRecvDatagram() or UdpIoSendDatagram(). When receiving, Netbuf is allocated by the
    46   UDP access point and released by the user. When sending, the user allocates the the NetBuf,
     46  UDP access point and released by the user. When sending, the user allocates the NetBuf,
    4747  which is then provided to the callback as a reference.
    4848
     
    198198  @param[in]  UdpIo                 The UDP_IO to cancel packet.
    199199  @param[in]  IoStatus              The IoStatus to return to the packet owners.
    200   @param[in]  ToCancel              The select funtion to test whether to cancel this
     200  @param[in]  ToCancel              The select function to test whether to cancel this
    201201                                    packet or not.
    202202  @param[in]  Context               The opaque parameter to the ToCancel.
     
    229229  @param[in]  Configure             The function to configure the created UDP child.
    230230  @param[in]  UdpVersion            The UDP protocol version, UDP4 or UDP6.
    231   @param[in]  Context               The opaque parameter for the Configure funtion.
     231  @param[in]  Context               The opaque parameter for the Configure function.
    232232
    233233  @return The newly-created UDP_IO, or NULL if failed.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Include/Protocol/Dpc.h

    r80721 r85718  
    2121
    2222//
    23 // Forward reference for pure ANSI compatability
     23// Forward reference for pure ANSI compatibility
    2424//
    2525typedef struct _EFI_DPC_PROTOCOL  EFI_DPC_PROTOCOL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette