Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_sun.c18 #define SUN_WHOLE_DISK 5 macro
340 set_sun_partition(2, 0, g_cylinders * g_heads * g_sectors, SUN_WHOLE_DISK); in create_sunlabel()
375 && sunlabel->infos[i].id != SUN_WHOLE_DISK) { in fetch_sun()
578 sys = SUN_WHOLE_DISK; in add_sun_partition()
588 && sunlabel->infos[i].id == SUN_WHOLE_DISK in sun_delete_partition()
Dfdisk.c1926 if (LABEL_IS_SUN && i == 2 && sys != SUN_WHOLE_DISK) in change_sysid()