Home
last modified time | relevance | path

Searched refs:offsetalign (Results 1 – 1 of 1) sorted by relevance

/openbsd/sbin/disklabel/
H A Deditor.c1578 u_int64_t ui, offsetalign; in get_offset() local
1598 offsetalign = 1; in get_offset()
1600 offsetalign = lp->d_secpercyl; in get_offset()
1602 if (alignpartition(lp, partno, offsetalign, 1, ROUND_OFFSET_UP) == 1) { in get_offset()
1645 u_int64_t bytes, offsetalign, sizealign; in set_fragblock() local
1676 offsetalign = 1; in set_fragblock()
1678 offsetalign = sizealign; in set_fragblock()
1680 if (alignpartition(lp, partno, offsetalign, sizealign, ROUND_OFFSET_UP | in set_fragblock()