Home
last modified time | relevance | path

Searched refs:pfnIsConfigured (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h963 PFN_API_IS_CONFIGURED pfnIsConfigured; ///< Determine if the socket is configured member
DSocket.c2525 if ( NULL == pSocket->pApi->pfnIsConfigured ) { in EslSocketIsConfigured()
2538 Status = pSocket->pApi->pfnIsConfigured ( pSocket ); in EslSocketIsConfigured()