Home
last modified time | relevance | path

Searched refs:mpfnEslDestructor (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DInit.c108 if ( NULL != mpfnEslDestructor ) { in EslDestructor()
109 Status = mpfnEslDestructor ( ); in EslDestructor()
DUseEfiSocketLib.c376 PFN_ESL_xSTRUCTOR mpfnEslDestructor __attribute__((weak)) = EslServiceNetworkDisconnect; ///< Des… variable
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
DEntryUnload.c351 PFN_ESL_xSTRUCTOR mpfnEslDestructor = NULL; ///< No EfiSocketLib destructor needed for SocketDxe variable
/device/linaro/bootloader/edk2/StdLib/Include/Protocol/
DEfiSocket.h52 extern PFN_ESL_xSTRUCTOR mpfnEslDestructor; ///< Destructor address for EslSocketLib