Searched refs:fServer (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | SerialPortImpl.cpp | 435 *aServer = m->bd->fServer; 448 if (m->bd->fServer != !!aServer) 451 m->bd->fServer = !!aServer;
|
/vbox/src/VBox/ValidationKit/utils/network/ |
H A D | NetPerf.cpp | 1750 bool fServer = true; local 1779 fServer = true; 1783 fServer = false; 1900 if (fDaemonize && !fDaemonized && fServer) 1912 if (fServer)
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 1381 BOOL fServer; local 1385 uart->COMGETTER(Server)(&fServer); 1414 fServer ? "tcpserver" : "tcpclient", path.raw()); 1417 fServer ? "server" : "client", path.raw()); 1422 fServer ? "server" : "client", path.raw()); 1425 fServer ? "server" : "client", path.raw());
|
/vbox/include/VBox/ |
H A D | settings.h | 647 fServer(false) 659 bool fServer; member in struct:settings::SerialPort
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | localipc-win.cpp | 202 static int rtLocalIpcServerWinAllocSecurityDescriptior(PSECURITY_DESCRIPTOR *ppDesc, bool fServer) argument 226 rc = RTStrToUtf16(fServer
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl2.cpp | 2654 BOOL fServer; local 2655 hrc = serialPort->COMGETTER(Server)(&fServer); H(); 2669 InsertConfigInteger(pLunL2, "IsServer", fServer); 2684 InsertConfigInteger(pLunL2, "IsServer", fServer);
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 1904 && (fServer == s.fServer) 2573 pelmPort->getAttributeValue("server", port.fServer); 4659 pelmPort->setAttribute("server", port.fServer);
|
Completed in 1459 milliseconds