Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_sun.c235 unsigned ndiv; in create_sunlabel() local
333 ndiv = g_cylinders - (50 * 2048 / (g_heads * g_sectors)); /* 50M swap */ in create_sunlabel()
335 ndiv = g_cylinders * 2 / 3; in create_sunlabel()
336 set_sun_partition(0, 0, ndiv * g_heads * g_sectors, LINUX_NATIVE); in create_sunlabel()
337 set_sun_partition(1, ndiv * g_heads * g_sectors, g_cylinders * g_heads * g_sectors, LINUX_SWAP); in create_sunlabel()