VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103761
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/StdLib/Include/Protocol/EfiSocket.h

    r48674 r58459  
    614614
    615615/**
     616  Free the socket resources
     617
     618  This releases the socket resources allocated by calling
     619  EslServiceGetProtocol.
     620
     621  This routine is called from the ::close routine in BsdSocketLib
     622  to release the socket resources.
     623
     624  @param [in] pSocketProtocol   Address of an ::EFI_SOCKET_PROTOCOL
     625                                structure
     626
     627  @return       Value for ::errno, zero (0) indicates success.
     628
     629 **/
     630int
     631EslServiceFreeProtocol (
     632  IN EFI_SOCKET_PROTOCOL * pSocketProtocol
     633  );
     634
     635/**
    616636  Connect to the EFI socket library
    617637
Note: See TracChangeset for help on using the changeset viewer.

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