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

/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmbsdlabel.cpp188 * @param pBsdLabel BSD disklabel to get the checksum for.
190 static uint16_t rtDvmFmtBsdLblDiskLabelChkSum(PBsdLabel pBsdLabel) argument
193 uint16_t *pCurr = (uint16_t *)pBsdLabel;
194 uint16_t *pEnd = (uint16_t *)&pBsdLabel->aPartitions[pBsdLabel->cPartitions];
220 * @param pBsdLabel Pointer to the BSD disklabel to decode.
222 static bool rtDvmFmtBsdLblDiskLabelDecode(PBsdLabel pBsdLabel) argument
224 pBsdLabel->u32Magic = RT_LE2H_U32(pBsdLabel->u32Magic);
225 pBsdLabel
[all...]

Completed in 32 milliseconds