Searched refs:has_alignment (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sbin/geom/class/part/
H A Dgeom_part.c316 int error, idx, has_alignment; local
342 has_alignment = (*s == '*') ? 0 : 1;
344 if (has_alignment) {
367 if (has_alignment == 0)
441 int error, has_size, has_start, has_alignment; local
480 has_alignment = (*s == '*') ? 0 : 1;
482 if (has_alignment) {
512 if (has_size && has_start && !has_alignment)
516 if (len > 0 && !has_alignment)

Completed in 90 milliseconds