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

/vbox/src/VBox/Runtime/include/internal/
H A Dfilesystem.h65 * @param puScore Where to store the match score on success.
67 DECLCALLBACKMEMBER(int, pfnProbe) (RTVFSFILE hVfsFile, uint32_t *puScore);
H A Ddvm.h93 * @param puScore Where to store the match score on success.
95 DECLCALLBACKMEMBER(int, pfnProbe)(PCRTDVMDISK pDisk, uint32_t *puScore);
/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystemext.cpp257 static DECLCALLBACK(int) rtFsExtProbe(RTVFSFILE hVfsFile, uint32_t *puScore) argument
262 *puScore = RTFILESYSTEM_MATCH_SCORE_UNSUPPORTED;
278 *puScore = RTFILESYSTEM_MATCH_SCORE_SUPPORTED;
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmmbr.cpp117 static DECLCALLBACK(int) rtDvmFmtMbrProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
122 *puScore = RTDVM_MATCH_SCORE_UNSUPPORTED;
131 *puScore = RTDVM_MATCH_SCORE_SUPPORTED; /* Not perfect because GPTs have a protective MBR. */
H A Ddvmbsdlabel.cpp276 DECLCALLBACK(int) rtDvmFmtBsdLblProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
281 *puScore = RTDVM_MATCH_SCORE_UNSUPPORTED;
289 *puScore = RTDVM_MATCH_SCORE_PERFECT;
H A Ddvmgpt.cpp231 static DECLCALLBACK(int) rtDvmFmtGptProbe(PCRTDVMDISK pDisk, uint32_t *puScore) argument
236 *puScore = RTDVM_MATCH_SCORE_UNSUPPORTED;
246 *puScore = RTDVM_MATCH_SCORE_PERFECT;

Completed in 60 milliseconds