Searched refs:scround (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fdisk_sun.c | 499 first = read_int(scround(start), scround(stop)+1, in add_sun_partition() 500 scround(stop), 0, mesg); in add_sun_partition() 551 last = read_int(scround(stop2), scround(stop2), scround(stop2), in add_sun_partition() 554 last = read_int(scround(first), scround(stop2), scround(stop2), in add_sun_partition() 555 scround(first), mesg); in add_sun_partition() 557 last = read_int(scround(first), scround(stop), scround(stop), in add_sun_partition() 558 scround(first), mesg); in add_sun_partition() 570 scround(last), str_units(), in add_sun_partition() 571 scround(stop), str_units()); in add_sun_partition() 664 (long) scround(start), /* start */ in sun_list_table() [all …]
|
D | fdisk_sgi.c | 332 /* start */ (long) scround(start), in sgi_list_table() 333 /* end */ (long) scround(start+len)-1, in sgi_list_table() 735 first = read_int(scround(first), scround(first), scround(last)-1, in sgi_add_partition() 750 last = read_int(scround(first), scround(last)-1, scround(last)-1, in sgi_add_partition() 751 scround(first), mesg)+1; in sgi_add_partition()
|
D | fdisk.c | 539 #define scround(x) (((x)+units_per_sector-1)/units_per_sector) macro
|