Home
last modified time | relevance | path

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

/openbsd-src/sbin/disklabel/
H A Deditor.c1279 u_int64_t ui, start_temp; in set_bounds() local
1296 start_temp = ui; in set_bounds()
1303 DL_GETDSIZE(lp) - start_temp, NULL); in set_bounds()
1308 else if (ui > DL_GETDSIZE(lp) - start_temp) in set_bounds()
1310 DL_GETDSIZE(lp) - start_temp); in set_bounds()
1314 ending_sector = start_temp + ui; in set_bounds()
1316 starting_sector = start_temp; in set_bounds()