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

/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmigrate.c79 off_t ofs, rawofs; local
92 rawofs = le32toh(dl->d_partitions[RAW_PART].p_offset) *
99 if (ofs < rawofs)
100 rawofs = 0;
102 rawofs /= secsz;
137 ofs = (ofs > 0) ? ofs - rawofs : 0;

Completed in 102 milliseconds