Searched refs:pszComment (Results 1 - 20 of 20) sorted by relevance

/vbox/include/VBox/
H A Dvd-cache-backend.h100 * @param pszComment Pointer to image comment. NULL is ok.
111 unsigned uImageFlags, const char *pszComment,
242 * @param pszComment Where to store the comment.
245 DECLR3CALLBACKMEMBER(int, pfnGetComment, (void *pBackendData, char *pszComment, size_t cbComment));
252 * @param pszComment Where to get the comment from. NULL resets comment.
256 DECLR3CALLBACKMEMBER(int, pfnSetComment, (void *pBackendData, const char *pszComment));
H A Dvd-image-backend.h131 * @param pszComment Pointer to image comment. NULL is ok.
145 unsigned uImageFlags, const char *pszComment,
363 * @param pszComment Where to store the comment.
366 DECLR3CALLBACKMEMBER(int, pfnGetComment, (void *pBackendData, char *pszComment, size_t cbComment));
373 * @param pszComment Where to get the comment from. NULL resets comment.
377 DECLR3CALLBACKMEMBER(int, pfnSetComment, (void *pBackendData, const char *pszComment));
H A Dvd.h674 * @param pszComment Pointer to image comment. NULL is ok.
684 unsigned uImageFlags, const char *pszComment,
700 * @param pszComment Pointer to image comment. NULL is ok.
709 const char *pszComment, PCRTUUID pUuid,
722 * @param pszComment Pointer to image comment. NULL is ok.
730 unsigned uImageFlags, const char *pszComment,
1188 * @return VERR_BUFFER_OVERFLOW if pszComment buffer too small to hold comment text.
1191 * @param pszComment Where to store the comment string of image. NULL is ok.
1192 * @param cbComment The size of pszComment buffer. 0 is ok.
1195 char *pszComment, unsigne
[all...]
/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp121 char *pszComment = strchr(psz, ';'); local
122 if (pszComment)
123 *pszComment = '\0';
/vbox/src/VBox/Storage/
H A DParallels.cpp270 unsigned uImageFlags, const char *pszComment,
471 unsigned uImageFlags, const char *pszComment,
480 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
481 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
529 rc = parallelsCreateImage(pImage, cbSize, uImageFlags, pszComment,
996 static int parallelsGetComment(void *pBackendData, char *pszComment, argument
999 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
1010 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
1015 static int parallelsSetComment(void *pBackendData, const char *pszComment) argument
269 parallelsCreateImage(PPARALLELSIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
470 parallelsCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DRAW.cpp226 unsigned uImageFlags, const char *pszComment,
481 unsigned uImageFlags, const char *pszComment,
489 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
490 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
539 rc = rawCreateImage(pImage, cbSize, uImageFlags, pszComment,
920 static int rawGetComment(void *pBackendData, char *pszComment, argument
923 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
934 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
939 static int rawSetComment(void *pBackendData, const char *pszComment) argument
225 rawCreateImage(PRAWIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
480 rawCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DVDI.cpp59 const char *pszComment, uint64_t cbDisk,
332 const char *pszComment, uint64_t cbDisk,
345 if (pszComment)
347 AssertMsg(strlen(pszComment) < sizeof(pHeader->u.v1plus.szComment),
348 ("HDD Comment is too long, cb=%d\n", strlen(pszComment)));
349 strncat(pHeader->u.v1plus.szComment, pszComment, sizeof(pHeader->u.v1plus.szComment)-1);
524 unsigned uImageFlags, const char *pszComment,
545 if ( VALID_PTR(pszComment)
546 && strlen(pszComment) >= VDI_IMAGE_COMMENT_SIZE)
565 vdiInitHeader(&pImage->Header, uImageFlags, pszComment, cbSiz
331 vdiInitHeader(PVDIHEADER pHeader, uint32_t uImageFlags, const char *pszComment, uint64_t cbDisk, uint32_t cbBlock, uint32_t cbBlockExtra, uint32_t cbDataAlign) argument
523 vdiCreateImage(PVDIIMAGEDESC pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACECONFIG pIfCfg) argument
1398 vdiCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
2040 vdiGetComment(void *pBackendData, char *pszComment, size_t cbComment) argument
2076 vdiSetComment(void *pBackendData, const char *pszComment) argument
[all...]
H A DVCICache.cpp1285 unsigned uImageFlags, const char *pszComment,
1549 unsigned uImageFlags, const char *pszComment,
1555 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p ppBackendData=%#p",
1556 pszFilename, cbSize, uImageFlags, pszComment, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, ppBackendData));
1595 rc = vciCreateImage(pCache, cbSize, uImageFlags, pszComment, uOpenFlags,
1830 static int vciGetComment(void *pBackendData, char *pszComment, argument
1833 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
1844 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
1849 static int vciSetComment(void *pBackendData, const char *pszComment) argument
1284 vciCreateImage(PVCICACHE pCache, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
1548 vciCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, void **ppBackendData) argument
[all...]
H A DDMG.cpp1855 unsigned uImageFlags, const char *pszComment,
1863 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
1864 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
2257 static DECLCALLBACK(int) dmgGetComment(void *pBackendData, char *pszComment, size_t cbComment) argument
2259 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
2270 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
2275 static DECLCALLBACK(int) dmgSetComment(void *pBackendData, const char *pszComment) argument
2277 LogFlowFunc(("pBackendData=%#p pszComment=\"%s\"\n", pBackendData, pszComment));
1854 dmgCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DVHDX.cpp1831 unsigned uImageFlags, const char *pszComment,
1839 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
1840 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
2231 static int vhdxGetComment(void *pBackendData, char *pszComment, argument
2234 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
2245 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
2250 static int vhdxSetComment(void *pBackendData, const char *pszComment) argument
2252 LogFlowFunc(("pBackendData=%#p pszComment=\"%s\"\n", pBackendData, pszComment));
1830 vhdxCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DQCOW.cpp1210 unsigned uImageFlags, const char *pszComment,
1543 unsigned uImageFlags, const char *pszComment,
1551 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
1552 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
1600 rc = qcowCreateImage(pImage, cbSize, uImageFlags, pszComment,
2182 static int qcowGetComment(void *pBackendData, char *pszComment, argument
2185 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
2196 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
2201 static int qcowSetComment(void *pBackendData, const char *pszComment) argument
1209 qcowCreateImage(PQCOWIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
1542 qcowCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DQED.cpp1310 unsigned uImageFlags, const char *pszComment,
1637 unsigned uImageFlags, const char *pszComment,
1645 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType, ppBackendData=%#p",
1646 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
1694 rc = qedCreateImage(pImage, cbSize, uImageFlags, pszComment,
2277 static int qedGetComment(void *pBackendData, char *pszComment, argument
2280 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
2291 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
2296 static int qedSetComment(void *pBackendData, const char *pszComment) argument
1309 qedCreateImage(PQEDIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
1636 qedCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DVHD.cpp1099 unsigned uImageFlags, const char *pszComment,
1345 unsigned uImageFlags, const char *pszComment,
1353 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
1354 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
1402 rc = vhdCreateImage(pImage, cbSize, uImageFlags, pszComment,
2084 static int vhdGetComment(void *pBackendData, char *pszComment, argument
2087 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
2098 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
2103 static int vhdSetComment(void *pBackendData, const char *pszComment) argument
1098 vhdCreateImage(PVHDIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
1344 vhdCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
[all...]
H A DVMDK.cpp533 static int vmdkSetImageComment(PVMDKIMAGE pImage, const char *pszComment);
3939 unsigned uImageFlags, const char *pszComment,
3965 const PVBOXHDDRAW pRaw = (const PVBOXHDDRAW)pszComment;
3968 pszComment = NULL;
4071 rc = vmdkSetImageComment(pImage, pszComment);
4117 static int vmdkSetImageComment(PVMDKIMAGE pImage, const char *pszComment) argument
4120 if (pszComment)
4122 pszCommentEncoded = vmdkEncodeString(pszComment);
4130 if (pszComment)
5316 unsigned uImageFlags, const char *pszComment,
3938 vmdkCreateImage(PVMDKIMAGE pImage, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, PFNVDPROGRESS pfnProgress, void *pvUser, unsigned uPercentStart, unsigned uPercentSpan) argument
5315 vmdkCreate(const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, unsigned uPercentStart, unsigned uPercentSpan, PVDINTERFACE pVDIfsDisk, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation, VDTYPE enmType, void **ppBackendData) argument
6258 vmdkGetComment(void *pBackendData, char *pszComment, size_t cbComment) argument
6297 vmdkSetComment(void *pBackendData, const char *pszComment) argument
[all...]
H A DVD.cpp6829 * @param pszComment Pointer to image comment. NULL is ok.
6839 unsigned uImageFlags, const char *pszComment,
6852 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" PCHS=%u/%u/%u LCHS=%u/%u/%u Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
6853 pDisk, pszBackend, pszFilename, cbSize, uImageFlags, pszComment,
6985 uImageFlags, pszComment, pPCHSGeometry,
7112 * @param pszComment Pointer to image comment. NULL is ok.
7121 const char *pszComment, PCRTUUID pUuid,
7132 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" uImageFlags=%#x pszComment=\"%s\" Uuid=%RTuuid uOpenFlags=%#x pVDIfsImage=%#p pVDIfsOperation=%#p\n",
7133 pDisk, pszBackend, pszFilename, uImageFlags, pszComment, pUuid, uOpenFlags, pVDIfsImage, pVDIfsOperation));
7263 pszComment,
6837 VDCreateBase(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCVDGEOMETRY pPCHSGeometry, PCVDGEOMETRY pLCHSGeometry, PCRTUUID pUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) argument
7119 VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, PCRTUUID pParentUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsImage, PVDINTERFACE pVDIfsOperation) argument
7394 VDCreateCache(PVBOXHDD pDisk, const char *pszBackend, const char *pszFilename, uint64_t cbSize, unsigned uImageFlags, const char *pszComment, PCRTUUID pUuid, unsigned uOpenFlags, PVDINTERFACE pVDIfsCache, PVDINTERFACE pVDIfsOperation) argument
10232 VDGetComment(PVBOXHDD pDisk, unsigned nImage, char *pszComment, unsigned cbComment) argument
10249 ("pszComment=%#p \\"%s\\"\\n", pszComment, pszComment), local
10285 VDSetComment(PVBOXHDD pDisk, unsigned nImage, const char *pszComment) argument
10302 ("pszComment=%#p \\"%s\\"\\n", pszComment, pszComment), local
[all...]
H A DISCSI.cpp4630 unsigned uImageFlags, const char *pszComment,
4638 LogFlowFunc(("pszFilename=\"%s\" cbSize=%llu uImageFlags=%#x pszComment=\"%s\" pPCHSGeometry=%#p pLCHSGeometry=%#p Uuid=%RTuuid uOpenFlags=%#x uPercentStart=%u uPercentSpan=%u pVDIfsDisk=%#p pVDIfsImage=%#p pVDIfsOperation=%#p enmType=%u ppBackendData=%#p",
4639 pszFilename, cbSize, uImageFlags, pszComment, pPCHSGeometry, pLCHSGeometry, pUuid, uOpenFlags, uPercentStart, uPercentSpan, pVDIfsDisk, pVDIfsImage, pVDIfsOperation, enmType, ppBackendData));
5187 static int iscsiGetComment(void *pBackendData, char *pszComment,
5190 LogFlowFunc(("pBackendData=%#p pszComment=%#p cbComment=%zu\n", pBackendData, pszComment, cbComment));
5201 LogFlowFunc(("returns %Rrc comment='%s'\n", rc, pszComment));
5206 static int iscsiSetComment(void *pBackendData, const char *pszComment)
5208 LogFlowFunc(("pBackendData=%#p pszComment=\"%s\"\n", pBackendData, pszComment));
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstHelp.h25 void tstDumpCtx(PCPUMCTX pCtx, const char *pszComment);
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp163 char *pszComment; member in struct:RTZIPGZIPSTREAM
254 RTStrFree(pThis->pszComment);
255 pThis->pszComment = NULL;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1023 char pszComment[256]; local
1024 RTStrPrintf(pszComment, sizeof(pszComment), "Converted image from %s", srcfilename);
1042 uImageFlags, pszComment, &PCHS, &LCHS, pUuid,
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp1745 const char *pszComment; local
1746 cpumR3InfoParseArg(pszArgs, &enmType, &pszComment);
1753 pHlp->pfnPrintf(pHlp, "Guest CPUM (VCPU %d) state: %s\n", pVCpu->idCpu, pszComment);
1793 const char *pszComment; local
1797 cpumR3InfoParseArg(pszArgs, &enmType, &pszComment);
1798 pHlp->pfnPrintf(pHlp, "Hypervisor CPUM state: %s\n", pszComment);
1814 const char *pszComment; local
1815 cpumR3InfoParseArg(pszArgs, &enmType, &pszComment);
1816 pHlp->pfnPrintf(pHlp, "Host CPUM state: %s\n", pszComment);

Completed in 4827 milliseconds