Searched refs:pszImage (Results 1 - 7 of 7) sorted by relevance

/vbox/src/bldprogs/
H A Dpreload.cpp34 static int load(const char *pszImage) argument
37 HANDLE hFile = CreateFile(pszImage,
46 printf("error: CreateFile('%s',): %d\n", pszImage, GetLastError());
65 printf("error: CreateFile('%s',): %d\n", pszImage, GetLastError());
77 printf("error: MapViewOfView('%s',): %d\n", pszImage, GetLastError());
83 int fd = open(pszImage, O_RDONLY, 0);
86 printf("error: open('%s',): %d\n", pszImage, errno);
100 printf("error: mmap(,%lu,)/'%s': %d\n", (unsigned long)cbFile, pszImage, errno);
114 printf("info: %p/%#lx/%#x - %s\n", pvWhere, (unsigned long)cbFile, (unsigned char)uCrc, pszImage);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp266 * @param pszImage Name of program name (image).
268 static void displayHelp(const char *pszImage) argument
270 AssertPtrReturnVoid(pszImage);
279 " [-c|--config=<config file>]\n", pszImage);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1640 static int rtDbgCfgOpenBundleFile(RTDBGCFG hDbgCfg, const char *pszImage, const char * const *papszSuffixes, argument
1663 AssertPtrReturn(pszImage, VERR_INVALID_POINTER);
1690 bool fDosPath = strchr(pszImage, ':') != NULL
1691 || strchr(pszImage, '\\') != NULL
1697 rtDbgCfgLog2(pThis, "Looking for '%s' with %#x flags...\n", pszImage, fFlags);
1700 rc2 = RTPathSplitA(pszImage, &pSplitFn, fDosPath ? RTPATH_STR_F_STYLE_DOS : RTPATH_STR_F_STYLE_UNIX);
1784 RTDECL(int) RTDbgCfgOpenDsymBundle(RTDBGCFG hDbgCfg, const char *pszImage, PCRTUUID pUuid, argument
1787 return rtDbgCfgOpenBundleFile(hDbgCfg, pszImage, g_apszDSymBundleSuffixes,
1794 RTDECL(int) RTDbgCfgOpenMachOImage(RTDBGCFG hDbgCfg, const char *pszImage, PCRTUUID pUuid, argument
1797 return rtDbgCfgOpenBundleFile(hDbgCfg, pszImage, g_apszBundleSuffixe
[all...]
/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp501 * @param pszImage The image to flatten.
505 static int vboxfuseFlatImageCreate(const char *pszPath, const char *pszImage, PVBOXFUSEFLATIMAGE *ppFile) argument
523 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, pszImage, &pszFormat, &enmType);
526 LogRel(("VDGetFormat(%s,) failed, rc=%Rrc\n", pszImage, rc));
534 rc = VDOpen(pDisk, pszFormat, pszImage, 0, NULL /* pVDIfsImage */);
537 LogRel(("VDCreate(,%s,%s,,,) failed, rc=%Rrc\n", pszFormat, pszImage, rc));
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp813 * @param pszImage Name of program name (image).
815 static void displayHelp(const char *pszImage) argument
817 AssertPtrReturnVoid(pszImage);
825 " [-I|--loginterval=<seconds>]\n", pszImage);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h3337 LPSTR pszImage; member in struct:tagLVBKIMAGEA
3347 LPWSTR pszImage; member in struct:tagLVBKIMAGEW
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h3411 LPSTR pszImage; member in struct:tagLVBKIMAGEA
3421 LPWSTR pszImage; member in struct:tagLVBKIMAGEW

Completed in 194 milliseconds