Lines Matching refs:pszComment
1210 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,
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)
2203 LogFlowFunc(("pBackendData=%#p pszComment=\"%s\"\n", pBackendData, pszComment));