Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/format/
H A Dio.h85 #define FIO_ECYL 9 /* allows end cylinder input */ macro
H A Dio.c554 case FIO_ECYL:
683 if (type == FIO_CYL || type == FIO_ECYL) {
757 } else if (type == FIO_ECYL) {
1263 case FIO_ECYL:
H A Dpartition.c264 j = (uint_t)input(FIO_ECYL, "Enter partition size", ':', &ioparam, in change_partition()