HomeSort by relevance Sort by last modified time
    Searched refs:bConnected (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.c 384 static BOOLEAN bConnected = FALSE;
436 if (!bConnected) {
479 bConnected = TRUE;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c 183 completes. It sets the ESL_SOCKET::bConnected flag to notify the
323 pSocket->bConnected = TRUE;
333 This routine polls the ESL_SOCKET::bConnected flag to determine
337 the connection is complete. The ESL_SOCKET::bConnected flag is
361 if ( !pSocket->bConnected ) {
372 pSocket->bConnected = FALSE;
    [all...]
Tcp6.c 177 completes. It sets the ESL_SOCKET::bConnected flag to notify the
341 pSocket->bConnected = TRUE;
351 This routine polls the ESL_SOCKET::bConnected flag to determine
355 the connection is complete. The ESL_SOCKET::bConnected flag is
379 if ( !pSocket->bConnected ) {
390 pSocket->bConnected = FALSE;
    [all...]
Socket.h     [all...]
Socket.c     [all...]

Completed in 608 milliseconds