HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CYL (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/dktp/
fdisk.h 48 * The MAX_CYL value of 1022 is the maximum usable value
55 #define MAX_CYL (1022)
  /onnv/onnv-gate/usr/src/lib/libfdisk/common/
libfdisk.c 137 disk_geom.dkg_ncyl > MAX_CYL || disk_geom.dkg_nhead > MAX_HEAD ||
1007 if (lba >= heads * sectors * MAX_CYL) {
1012 cy = MAX_CYL + 1;
1030 if (lba >= heads * sectors * MAX_CYL) {
1031 cy = MAX_CYL + 1;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fdisk/
fdisk.c 95 * The MAX_CYL value of 1022 is the maximum usable value
102 #define MAX_CYL (1022)
1012 disk_geom.dkg_ncyl > MAX_CYL ||
    [all...]

Completed in 60 milliseconds