Lines Matching defs:required

57  *	    D.  If a pg_pattern has a required attribute with a value of
60 * E. If a prop_pattern has a required attribute with a value
75 * C. Verify that required properties are present.
76 * 3. Verify that all required property groups are present in the
1533 * property group has a "required" attribute of true, but it does not have
1542 (void) fprintf(out, gettext("%sPg_pattern with true required attribute "
1846 * finds the property named required and returns the property's value. If
1852 property_t *required;
1860 required = property_find(pattern, SCF_PROPERTY_TM_REQUIRED);
1862 /* Default if there is no required property is false. */
1863 if (required == NULL)
1866 /* Retrieve the value of the required property. */
1867 value = uu_list_first(required->sc_property_values);
1922 "instance fmri required.\n"), restarter);
1978 "instance fmri required.\n"), restarter);
2711 /* Nothing to check if pattern is not required. */
2717 * the required attribute has a value of true. For
2719 * provided if the required attribute has a value of true.
2890 * - If a pg_pattern has a required attribute with a value of true,
2893 * - If a prop_pattern has a required attribute with a value of true,
2938 * If the pg_pattern has a required attribute with a value of true,
2955 * If a prop_pattern has required attribute with a value of true,
3209 * Initialize structures that are required for validation using
3327 * Iterate over pg_patterns in the entity, e. If the pg_pattern's required
3355 /* If pg is not required, there is nothing to check. */
3384 * all required properties. Unfortunately, there is no direct way to find
3393 * When we find an interesting prop_pattern, we see if it's required
3433 /* If the property is required, see if it is in the pg. */
3767 * - Verify that required properties are present.
3874 * Confirm required properties are present.
3929 * - Verify that all required property groups are present in the
3954 /* Verify that all required property groups are present. */