Searched refs:FIO_SLIST (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | partition.c | 153 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 158 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 213 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 218 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition()
|
H A D | io.h | 82 #define FIO_SLIST 6 /* one string out of a list, abbr. */ macro
|
H A D | io.c | 531 case FIO_SLIST: 733 } else if (type == FIO_SLIST) { 1067 case FIO_SLIST: 1744 case FIO_SLIST:
|