Searched defs:phVolMgrFmt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmmbr.cpp137 static DECLCALLBACK(int) rtDvmFmtMbrOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
165 *phVolMgrFmt = pThis;
174 static DECLCALLBACK(int) rtDvmFmtMbrInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
193 *phVolMgrFmt = pThis;
H A Ddvmbsdlabel.cpp294 DECLCALLBACK(int) rtDvmFmtBsdLblOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
315 *phVolMgrFmt = pThis;
329 DECLCALLBACK(int) rtDvmFmtBsdLblInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
331 NOREF(pDisk); NOREF(phVolMgrFmt);
H A Ddvmgpt.cpp252 static DECLCALLBACK(int) rtDvmFmtGptOpen(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
315 *phVolMgrFmt = pThis;
326 static DECLCALLBACK(int) rtDvmFmtGptInitialize(PCRTDVMDISK pDisk, PRTDVMFMT phVolMgrFmt) argument
328 NOREF(pDisk); NOREF(phVolMgrFmt);

Completed in 36 milliseconds