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

/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c890 * problem :-) Basically, there are some constraints to a partition's
906 * The application of these constraints is in disk_*.c's *_partition_align()
1994 PedConstraint* constraints = NULL; local
2008 constraints = ped_constraint_intersect (overlap_constraint,
2011 if (!constraints && constraint) {
2021 if (!_partition_align (part, constraints))
2036 ped_constraint_destroy (constraints);
2047 ped_constraint_destroy (constraints);
2172 PedConstraint* constraints = NULL; local
2188 constraints
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c45 * choices, constraints, etc.).
4144 /* Finally check for choices included by 'constraints'. */
4145 if ((r = _check_choices_include_values(t->prt_pg, "constraints")) ==
4523 { "Missing constraints or values for include_values element",
5781 * Checks whether the supplied value violates any of the constraints
5811 char **constraints; local
5841 /* Numeric values should be checked against any range constraints. */
5921 constraints = vals.values.v_astring;
5922 for (n = 0; constraints[n] != NULL; ++n) {
5923 if (strcmp(constraints[
[all...]

Completed in 733 milliseconds