HomeSort by: relevance | last modified time | path
    Searched refs:DEC_NUM_DISK_PARTS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/dec/
dec_boot.h 46 * DEC_NUM_DISK_PARTS is the number of partitions that are recorded in
50 #define DEC_NUM_DISK_PARTS 8
68 dec_disk_map map[DEC_NUM_DISK_PARTS]; /* Indicates disk partitions. */
  /src/sys/arch/pmax/pmax/
disksubr.c 169 part <((MAXPARTITIONS<DEC_NUM_DISK_PARTS) ?
170 MAXPARTITIONS : DEC_NUM_DISK_PARTS);
  /src/sys/arch/vax/vax/
disksubr.c 175 part <((MAXPARTITIONS<DEC_NUM_DISK_PARTS) ?
176 MAXPARTITIONS : DEC_NUM_DISK_PARTS);

Completed in 14 milliseconds