Searched refs:FIO_OPINT (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | prompts.c | 134 if (input(FIO_OPINT, "Enter physical number of heads", 172 if (input(FIO_OPINT, "Enter number of physical sectors/track", 232 if (input(FIO_OPINT, "Enter format time", ':', 252 if (input(FIO_OPINT, "Enter cylinder skew", ':', 272 if (input(FIO_OPINT, "Enter track skew", ':', 292 if (input(FIO_OPINT, "Enter tracks per zone", ':', 312 if (input(FIO_OPINT, "Enter alternate tracks", ':', 332 if (input(FIO_OPINT, "Enter alternate sectors", ':', 352 if (input(FIO_OPINT, "Enter cache control", ':', 372 if (input(FIO_OPINT, "Enter prefetch threshold", [all …]
|
H A D | io.h | 84 #define FIO_OPINT 8 /* optional integer input */ macro
|
H A D | io.c | 477 if (type == FIO_OPINT) { 617 case FIO_OPINT: 752 } else if (type == FIO_OPINT) { 902 case FIO_OPINT:
|