Searched refs:longsectors (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk_sgi.c775 long longsectors; /* the number of sectors on the device */ local
784 res = ioctl(fd, BLKGETSIZE, &longsectors);
790 cylinders = longsectors / (heads * sectors);
H A Dfdisk.c1146 unsigned long longsectors; /* need temp of type long */ local
1147 if (ioctl(fd, BLKGETSIZE, &longsectors))
1148 longsectors = 0;
1149 total_number_of_sectors = longsectors;

Completed in 100 milliseconds