Searched refs:MAX_SEC_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libdisk/
H A Dlibdisk.h23 #define MAX_SEC_SIZE 2048 /* maximum sector size that is supported */ macro
/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c68 #define MAX_SEC_SIZE 2048 /* maximum section size that is supported */ macro
81 unsigned char large_sector_overflow[MAX_SEC_SIZE-MIN_SEC_SIZE];
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c72 #define MAX_SEC_SIZE 2048 /* maximum section size that is supported */ macro
333 if ((mboot.bootinst = malloc(MAX_SEC_SIZE)) == NULL)
756 for (secsize = MIN_SEC_SIZE; secsize <= MAX_SEC_SIZE;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dfdc.c221 #define MAX_SEC_SIZE (128 << 3) macro
1393 isa_dmainit(fdc->dmachan, MAX_SEC_SIZE);

Completed in 151 milliseconds