Searched refs:fRemote (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp74 pProperties->fRemote = false;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp98 Props.fRemote ? "remote" : "not-remote",
/vbox/include/VBox/
H A Dshflsvc.h678 bool fRemote; member in struct:SHFLFSPROPERTIES
719 pDst->fRemote = pSrc->fRemote;
H A Dvusb.h800 * @param fRemote Whether the device must use the VRDP backend.
805 DECLR3CALLBACKMEMBER(int, pfnCreateProxyDevice,(PVUSBIRHCONFIG pInterface, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend));
823 DECLINLINE(int) VUSBIRhCreateProxyDevice(PVUSBIRHCONFIG pInterface, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend) argument
825 return pInterface->pfnCreateProxyDevice(pInterface, pUuid, fRemote, pszAddress, pvBackend);
/vbox/include/iprt/
H A Dfs.h555 bool fRemote; member in struct:RTFSPROPERTIES
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp214 pProperties->fRemote = RT_BOOL(FsDevInfo.Characteristics & FILE_REMOTE_DEVICE);
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp159 pProperties->fRemote = false;
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp325 pProperties->fRemote = false; /* no idea yet */
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp835 bool fRemote; local
836 rc = CFGMR3QueryBool(pCfg, "Remote", &fRemote);
846 if (!fRemote)
/vbox/include/VBox/vmm/
H A Dpdmusb.h1063 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend,
/vbox/src/VBox/VMM/VMMR3/
H A DPDMUsb.cpp984 * @param fRemote Whether it's a remove or local device.
991 VMMR3DECL(int) PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, bool fRemote, const char *pszAddress, void *pvBackend, argument
1041 rc = CFGMR3InsertInteger(pConfig, "Remote", fRemote); AssertRCBreak(rc);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8601 BOOL fRemote = FALSE; local
8602 hrc = aHostDevice->COMGETTER(Remote)(&fRemote);
8614 if (fRemote)
8629 this, ptrVM.rawUVM(), aHostDevice, uuid.raw(), fRemote,
8729 BOOL fRemote = FALSE; local
8731 HRESULT hrc2 = aHostDevice->COMGETTER(Remote)(&fRemote);
8736 if (fRemote)

Completed in 101 milliseconds