Searched refs:fIsServer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp82 bool fIsServer; member in struct:DRVTCP
250 if ( pThis->fIsServer
317 if ( pThis->fIsServer
355 pThis->fIsServer = false;
377 rc = CFGMR3QueryBool(pCfg, "IsServer", &pThis->fIsServer);
394 if (pThis->fIsServer)
437 LogRel(("DrvTCP: %s, %s\n", pThis->pszLocation, pThis->fIsServer ? "server" : "client"));
H A DDrvNamedPipe.cpp72 bool fIsServer; member in struct:DRVNAMEDPIPE
154 if (!pThis->fIsServer)
243 if (!pThis->fIsServer)
394 if ( pThis->fIsServer
409 if ( pThis->fIsServer
485 if ( pThis->fIsServer
533 pThis->fIsServer = false;
560 rc = CFGMR3QueryBool(pCfg, "IsServer", &pThis->fIsServer);
569 if (pThis->fIsServer)
630 if (pThis->fIsServer)
[all...]

Completed in 33 milliseconds