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

/freebsd-12-stable/lib/geom/part/
H A Dgeom_part.c456 int error, has_size, has_start, has_alignment; local
518 has_start = (*s == '*') ? 0 : 1;
520 if (has_start) {
527 if (has_size && has_start && !has_alignment)
568 } else if (has_start) {
596 } else if (has_start) {

Completed in 115 milliseconds