OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawofs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/gpt/
migrate.c
176
off_t ofs,
rawofs
;
local in function:migrate_disklabel
194
rawofs
= le32toh(dl->d_partitions[RAW_PART].p_offset) *
201
if (ofs <
rawofs
)
202
rawofs
= 0;
206
gpt_msg(gpt, "
rawofs
=%ju", (uintmax_t)
rawofs
);
207
rawofs
/= gpt->secsz;
223
ofs = (ofs > 0) ? ofs -
rawofs
: 0;
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025