Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dprompts.c66 ioparam.io_bounds.upper = MAX_CYLS; in get_ncyl()
81 ioparam.io_bounds.upper = MAX_CYLS - n_cyls; in get_acyl()
97 ioparam.io_bounds.upper = MAX_CYLS; in get_pcyl()
H A Dparam.h53 #define MAX_CYLS (0x10000 - 1) /* max legal cylinder count */ macro