Home
last modified time | relevance | path

Searched refs:MAX_CYLS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/format/
H A Dprompts.c66 ioparam.io_bounds.upper = MAX_CYLS; in get_ncyl()
82 ioparam.io_bounds.upper = MAX_CYLS - n_cyls;
100 ioparam.io_bounds.upper = MAX_CYLS;
H A Dparam.h53 #define MAX_CYLS (0x10000 - 1) /* max legal cylinder count */ macro