Home
last modified time | relevance | path

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

/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Dsgi.c919 sector_t llsectors; in sgi_create_disklabel() local
921 if (blkdev_get_sectors(cxt->dev_fd, &llsectors) == 0) { in sgi_create_disklabel()
926 llcyls = llsectors / (cxt->geom.heads * cxt->geom.sectors * sec_fac); in sgi_create_disklabel()
H A Dsun.c223 sector_t llsectors; in sun_create_disklabel() local
225 if (blkdev_get_sectors(cxt->dev_fd, &llsectors) == 0) { in sun_create_disklabel()
229 llcyls = llsectors / (cxt->geom.heads * cxt->geom.sectors * sec_fac); in sun_create_disklabel()
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dsgi.c975 fdisk_sector_t llsectors; in sgi_create_disklabel() local
977 if (blkdev_get_sectors(cxt->dev_fd, (unsigned long long *) &llsectors) == 0) { in sgi_create_disklabel()
982 llcyls = llsectors / (cxt->geom.heads * cxt->geom.sectors * sec_fac); in sgi_create_disklabel()
H A Dsun.c236 fdisk_sector_t llsectors; in sun_create_disklabel() local
238 if (blkdev_get_sectors(cxt->dev_fd, (unsigned long long *) &llsectors) == 0) { in sun_create_disklabel()
242 llcyls = llsectors / (cxt->geom.heads * cxt->geom.sectors * sec_fac); in sun_create_disklabel()