Lines Matching defs:getinput
71 static int getinput(char *, const char *, ...) __printflike(2, 3);
124 int i = getinput(line, "Adjust disklabel sector from %" PRIu32
144 i = getinput(line, "Automatically adjust partitions [%s]? ",
195 i = getinput(line, "Disk type [%s]: ", dktypenames[i]);
222 i = getinput(line, "Disk name [%.*s]: ",
234 i = getinput(line, "Number of partitions [%" PRIu16 "]: ",
250 i = getinput(line, "Sector size (bytes) [%" PRIu32 "]: ",
266 i = getinput(line, "Number of sectors per track [%" PRIu32
282 i = getinput(line, "Number of tracks per cylinder [%" PRIu32
298 i = getinput(line, "Number of sectors/cylinder [%" PRIu32 "]: ",
315 i = getinput(line, "Total number of cylinders [%" PRIu32 "]: ",
331 i = getinput(line, "Total number of sectors [%" PRIu32 "]: ",
349 i = getinput(line, "Hardware sectors interleave [%" PRIu16
365 i = getinput(line, "Sector 0 skew, per track [%" PRIu16 "]: ",
381 i = getinput(line, "Sector 0 skew, per cylinder [%" PRIu16
397 i = getinput(line, "Head switch time (usec) [%" PRIu32 "]: ",
413 i = getinput(line, "Track seek time (usec) [%" PRIu32 "]:",
435 i = getinput(line, "Label name [%.*s]: ",
449 i = getinput(line, "Rounding [%s]: ", rounding ? "cylinders" :
491 i = getinput(line, "Filesystem type [%s]: ", fstypenames[i]);
513 i = getinput(line, "Start offset ('x' to start after partition"
546 i = getinput(line, "Partition size ('$' for all remaining) "
589 i = getinput(line, "Label disk [n]?");
639 getinput(char *line, const char *prompt, ...)
806 int i = getinput(line, "partition>");