Searched refs:ppszVolName (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h312 * @param ppszVolName Where to store the name of the volume on success.
315 RTDECL(int) RTDvmVolumeQueryName(RTDVMVOLUME hVol, char **ppszVolName);
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmgpt.cpp470 static DECLCALLBACK(int) rtDvmFmtGptVolumeQueryName(RTDVMVOLUMEFMT hVolFmt, char **ppszVolName) argument
475 *ppszVolName = NULL;
477 ppszVolName, 0, NULL);
H A Ddvmmbr.cpp340 static DECLCALLBACK(int) rtDvmFmtMbrVolumeQueryName(RTDVMVOLUMEFMT hVolFmt, char **ppszVolName) argument
342 NOREF(hVolFmt); NOREF(ppszVolName);
H A Ddvm.cpp604 RTDECL(int) RTDvmVolumeQueryName(RTDVMVOLUME hVol, char **ppszVolName)
609 AssertReturn(ppszVolName, VERR_INVALID_POINTER);
611 return pThis->pVolMgr->pDvmFmtOps->pfnVolumeQueryName(pThis->hVolFmt, ppszVolName);
H A Ddvmbsdlabel.cpp467 DECLCALLBACK(int) rtDvmFmtBsdLblVolumeQueryName(RTDVMVOLUMEFMT hVolFmt, char **ppszVolName) argument
469 NOREF(hVolFmt); NOREF(ppszVolName);
/vbox/src/VBox/Runtime/include/internal/
H A Ddvm.h197 DECLCALLBACKMEMBER(int, pfnVolumeQueryName)(RTDVMVOLUMEFMT hVolFmt, char **ppszVolName);

Completed in 51 milliseconds