Searched refs:rawofs (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/gpt-12/
H A Dmigrate.c71 off_t ofs, rawofs; local
84 rawofs = le32toh(dl->d_partitions[RAW_PART].p_offset) *
91 if (ofs < rawofs)
92 rawofs = 0;
94 rawofs /= secsz;
136 ofs = (ofs > 0) ? ofs - rawofs : 0;

Completed in 509 milliseconds