Home
last modified time | relevance | path

Searched refs:FIO_ECYL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h85 #define FIO_ECYL 9 /* allows end cylinder input */ macro
H A Dio.c516 case FIO_ECYL: in input()
645 if (type == FIO_CYL || type == FIO_ECYL) { in input()
719 } else if (type == FIO_ECYL) { in input()
1230 case FIO_ECYL: in input()
H A Dpartition.c265 j = (uint_t)input(FIO_ECYL, "Enter partition size", ':', &ioparam, in change_partition()