Searched refs:FIO_SLIST (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | partition.c | 154 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 159 flag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 214 tag = input(FIO_SLIST, msg, ':', &ioparam, &deflt, DATA_INPUT); in change_partition() 219 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 | 493 case FIO_SLIST: in input() 695 } else if (type == FIO_SLIST) { in input() 1032 case FIO_SLIST: in input() 1721 case FIO_SLIST: in print_input_choices()
|