Searched refs:MIN_SEC_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c69 #define MIN_SEC_SIZE 512 /* the sector size to start sensing at */ macro
81 unsigned char large_sector_overflow[MAX_SEC_SIZE-MIN_SEC_SIZE];
639 secsize > MIN_SEC_SIZE ? secsize : MIN_SEC_SIZE * 2);
651 sz = secsize > MIN_SEC_SIZE ? secsize : MIN_SEC_SIZE * 2;
/freebsd-9.3-release/lib/libdisk/
H A Dlibdisk.h24 #define MIN_SEC_SIZE 512 /* the sector size to end sensing at */ macro
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c73 #define MIN_SEC_SIZE 512 /* the sector size to start sensing at */ macro
756 for (secsize = MIN_SEC_SIZE; secsize <= MAX_SEC_SIZE;

Completed in 103 milliseconds