Searched defs:align_type (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dparted.c2083 enum AlignmentType align_type = PA_OPTIMUM; local
2086 if (!command_line_get_align_type (_("alignment type(min/opt)"), &align_type))
2091 bool aligned = partition_align_check (disk, part, align_type);
H A Dui.c1266 command_line_get_align_type (const char *prompt, enum AlignmentType *align_type) argument
1271 if (*align_type)
1279 *align_type = (str_list_match_any (align_opt_list, input)

Completed in 24 milliseconds