Lines Matching refs:raw

67         RTPrintf("SnapshotName%s=\"%ls\"\n", prefix.c_str(), name.raw());
70 RTPrintf("SnapshotDescription%s=\"%ls\"\n", prefix.c_str(), description.raw());
73 RTPrintf("CurrentSnapshotName=\"%ls\"\n", name.raw());
83 name.raw(),
87 RTPrintf(" %sDescription:\n%ls\n", prefix.c_str(), description.raw());
289 RTPrintf("BandwidthGroup%zu=%ls,%s,%lld\n", i, strName.raw(), pszType, cMaxBytesPerSec);
296 RTPrintf("Name: '%ls', Type: %s, Limit: none (disabled)\n", strName.raw(), pszType);
337 RTPrintf("Name: '%ls', Type: %s, Limit: %lld %sbits/sec (%lld %sbytes/sec)\n", strName.raw(), pszType, cBits, pszNetUnits, cBytes, pszUnits);
341 RTPrintf("Name: '%ls', Type: %s, Limit: %lld %sbytes/sec\n", strName.raw(), pszType, cBytes, pszUnits);
402 RTPrintf("%-16s %ls\n", a_szHuman ":", bstr.raw()); \
421 RTPrintf("%-16s %ls\n", a_szHuman ":", bstr.raw()); \
483 RTPrintf("Config file: %ls\n", settingsFilePath.raw());
502 RTPrintf("\"%ls\" {%s}\n", machineName.raw(), Utf8Str(uuid).c_str());
511 CHECK_ERROR2_RET(pVirtualBox, GetGuestOSType(osTypeId.raw(), osType.asOutParam()), hrcCheck);
765 RTPrintf("VMStateFile=\"%ls\"\n", stateFile.raw());
804 RTPrintf("storagecontrollername%u=\"%ls\"\n", i, storageCtlName.raw());
806 RTPrintf("Storage Controller Name (%u): %ls\n", i, storageCtlName.raw());
890 machine->GetMediumAttachment(storageCtlName.raw(),
902 rc = machine->GetMedium(storageCtlName.raw(), i, k,
917 RTPrintf("\"%ls-%d-%d\"=\"%ls\"\n", storageCtlName.raw(),
918 i, k, filePath.raw());
920 storageCtlName.raw(), i, k, Utf8Str(uuid).c_str());
922 RTPrintf("\"%ls-dvdpassthrough\"=\"%s\"\n", storageCtlName.raw(),
926 RTPrintf("\"%ls-tempeject\"=\"%s\"\n", storageCtlName.raw(),
928 RTPrintf("\"%ls-IsEjected\"=\"%s\"\n", storageCtlName.raw(),
935 storageCtlName.raw(), i, k, filePath.raw(),
950 RTPrintf("\"%ls-%d-%d\"=\"emptydrive\"\n", storageCtlName.raw(), i, k);
952 RTPrintf("\"%ls-IsEjected\"=\"%s\"\n", storageCtlName.raw(),
957 RTPrintf("%ls (%d, %d): Empty", storageCtlName.raw(), i, k);
968 RTPrintf("\"%ls-%d-%d\"=\"none\"\n", storageCtlName.raw(), i, k);
1095 RTPrintf("natnet%d=\"%ls\"\n", currentNIC + 1, strNetwork.length() ? strNetwork.raw(): Bstr("nat").raw());
1115 RTPrintf("bridgeadapter%d=\"%ls\"\n", currentNIC + 1, strBridgeAdp.raw());
1119 strAttachment = Utf8StrFmt("Bridged Interface '%ls'", strBridgeAdp.raw());
1129 RTPrintf("intnet%d=\"%ls\"\n", currentNIC + 1, strNetwork.raw());
1143 RTPrintf("hostonlyadapter%d=\"%ls\"\n", currentNIC + 1, strHostonlyAdp.raw());
1147 strAttachment = Utf8StrFmt("Host-only Interface '%ls'", strHostonlyAdp.raw());
1157 RTPrintf("generic%d=\"%ls\"\n", currentNIC + 1, strGenericDriver.raw());
1162 strAttachment = Utf8StrFmt("Generic '%ls'", strGenericDriver.raw());
1188 RTPrintf("nat-network%d=\"%ls\"\n", currentNIC + 1, strNetwork.raw());
1259 RTPrintf("macaddress%d=\"%ls\"\n", currentNIC + 1, strMACAddress.raw());
1267 currentNIC + 1, strMACAddress.raw(), strAttachment.c_str(),
1270 traceFile.isEmpty() ? Bstr("none").raw() : traceFile.raw(),
1275 strBwGroup.isEmpty() ? Bstr("none").raw() : strBwGroup.raw());
1406 path.raw());
1408 RTPrintf(", attached to raw file '%ls'\n",
1409 path.raw());
1414 fServer ? "tcpserver" : "tcpclient", path.raw());
1417 fServer ? "server" : "client", path.raw());
1422 fServer ? "server" : "client", path.raw());
1425 fServer ? "server" : "client", path.raw());
1430 path.raw());
1432 RTPrintf(", attached to device '%ls'\n", path.raw());
1474 path.raw());
1476 RTPrintf(", attached to device '%ls'\n", path.raw());
1686 RTPrintf("SessionType=\"%ls\"\n", sessType.raw());
1688 RTPrintf("Session type: %ls\n", sessType.raw());
1748 vrdeServer->GetVRDEProperty(Bstr("TCP/Ports").raw(), ports.asOutParam());
1750 vrdeServer->GetVRDEProperty(Bstr("TCP/Address").raw(), address.asOutParam());
1756 vrdeServer->GetVRDEProperty(Bstr("VideoChannel/Enabled").raw(), videoChannel.asOutParam());
1760 vrdeServer->GetVRDEProperty(Bstr("VideoChannel/Quality").raw(), videoChannelQuality.asOutParam());
1802 RTPrintf("vrdeports=\"%ls\"\n", ports.raw());
1803 RTPrintf("vrdeaddress=\"%ls\"\n", address.raw());
1809 RTPrintf("vrdevideochannelquality=\"%ls\"\n", videoChannelQuality.raw());
1815 RTPrintf("VRDE: enabled (Address %ls, Ports %ls, MultiConn: %s, ReuseSingleConn: %s, Authentication type: %s)\n", address.raw(), ports.raw(), fMultiCon ? "on" : "off", fReuseCon ? "on" : "off", strAuthType);
1819 RTPrintf("Video redirection: enabled (Quality %ls)\n", videoChannelQuality.raw());
1836 RTPrintf("vrdeproperty[%ls]=\"%ls\"\n", aProperties[i], value.raw());
1843 RTPrintf("VRDE property: %-10lS = \"%ls\"\n", aProperties[i], value.raw());
1945 RTPrintf("USBFilterName%zu=\"%ls\"\n", index + 1, bstr.raw());
1947 RTPrintf("Name: %ls\n", bstr.raw());
1950 RTPrintf("USBFilterVendorId%zu=\"%ls\"\n", index + 1, bstr.raw());
1952 RTPrintf("VendorId: %ls\n", bstr.raw());
1955 RTPrintf("USBFilterProductId%zu=\"%ls\"\n", index + 1, bstr.raw());
1957 RTPrintf("ProductId: %ls\n", bstr.raw());
1960 RTPrintf("USBFilterRevision%zu=\"%ls\"\n", index + 1, bstr.raw());
1962 RTPrintf("Revision: %ls\n", bstr.raw());
1965 RTPrintf("USBFilterManufacturer%zu=\"%ls\"\n", index + 1, bstr.raw());
1967 RTPrintf("Manufacturer: %ls\n", bstr.raw());
1970 RTPrintf("USBFilterProduct%zu=\"%ls\"\n", index + 1, bstr.raw());
1972 RTPrintf("Product: %ls\n", bstr.raw());
1975 RTPrintf("USBFilterRemote%zu=\"%ls\"\n", index + 1, bstr.raw());
1977 RTPrintf("Remote: %ls\n", bstr.raw());
1980 RTPrintf("USBFilterSerialNumber%zu=\"%ls\"\n", index + 1, bstr.raw());
1982 RTPrintf("Serial Number: %ls\n", bstr.raw());
2051 RTPrintf("USBRemoteManufacturer%zu=\"%ls\"\n", index + 1, bstr.raw());
2053 RTPrintf("Manufacturer: %ls\n", bstr.raw());
2059 RTPrintf("USBRemoteProduct%zu=\"%ls\"\n", index + 1, bstr.raw());
2061 RTPrintf("Product: %ls\n", bstr.raw());
2067 RTPrintf("USBRemoteSerialNumber%zu=\"%ls\"\n", index + 1, bstr.raw());
2069 RTPrintf("SerialNumber: %ls\n", bstr.raw());
2075 RTPrintf("USBRemoteAddress%zu=\"%ls\"\n", index + 1, bstr.raw());
2077 RTPrintf("Address: %ls\n", bstr.raw());
2140 RTPrintf("USBAttachedManufacturer%zu=\"%ls\"\n", index + 1, bstr.raw());
2142 RTPrintf("Manufacturer: %ls\n", bstr.raw());
2148 RTPrintf("USBAttachedProduct%zu=\"%ls\"\n", index + 1, bstr.raw());
2150 RTPrintf("Product: %ls\n", bstr.raw());
2156 RTPrintf("USBAttachedSerialNumber%zu=\"%ls\"\n", index + 1, bstr.raw());
2158 RTPrintf("SerialNumber: %ls\n", bstr.raw());
2164 RTPrintf("USBAttachedAddress%zu=\"%ls\"\n", index + 1, bstr.raw());
2166 RTPrintf("Address: %ls\n", bstr.raw());
2205 RTPrintf(" Host device %ls at %s attached as %s\n", DevName.raw(), szHostPCIAddress, szGuestPCIAddress);
2247 RTPrintf("Name: '%ls', Host path: '%ls' (global mapping)\n", name.raw(), hostPath.raw());
2272 name.raw());
2274 hostPath.raw());
2278 name.raw(), hostPath.raw(), writable ? "writable" : "readonly");
2301 name.raw());
2303 hostPath.raw());
2306 RTPrintf("Name: '%ls', Host path: '%ls' (transient mapping)\n", name.raw(), hostPath.raw());
2424 RTPrintf("VRDEUserName=\"%ls\"\n", User.raw());
2425 RTPrintf("VRDEDomain=\"%ls\"\n", Domain.raw());
2426 RTPrintf("VRDEClientName=\"%ls\"\n", ClientName.raw());
2427 RTPrintf("VRDEClientIP=\"%ls\"\n", ClientIP.raw());
2433 RTPrintf("User name: %ls\n", User.raw());
2434 RTPrintf("Domain: %ls\n", Domain.raw());
2435 RTPrintf("Client name: %ls\n", ClientName.raw());
2436 RTPrintf("Client IP: %ls\n", ClientIP.raw());
2475 RTPrintf("vcpfile=\"%ls\"\n", File.raw());
2493 RTPrintf("Capture file: %ls\n", File.raw());
2510 RTPrintf("description=\"%ls\"\n", description.raw());
2512 RTPrintf("Description:\n%ls\n", description.raw());
2541 RTPrintf("GuestOSType=\"%ls\"\n", guestString.raw());
2543 RTPrintf("OS type: %ls\n", guestString.raw());
2566 RTPrintf("GuestAdditionsVersion=\"%ls r%u\"\n", guestString.raw(), uRevision);
2568 RTPrintf("Additions version: %ls r%u\n\n", guestString.raw(), uRevision);
2592 guestString.raw(), curStatus, lLastUpdatedMS);
2597 guestString.raw(), facilityStateToName(curStatus, false /* No short naming */), szLastUpdated);
2618 rc = machine->FindSnapshot(Bstr().raw(), snapshot.asOutParam());
2711 CHECK_ERROR(a->virtualBox, FindMachine(Bstr(VMNameOrUuid).raw(),
2739 for (BYTE *s = aLogData.raw(), *d = s;
2740 s - aLogData.raw() < (ssize_t)cbLogData;
2752 RTStrmWrite(g_pStdOut, aLogData.raw(), cbLogDataPrint);