Lines Matching refs:legal
425 * Store a legal range for a property allowing for either signed or
3567 * for the property at prop are legal values.
3579 avalues_t *legal;
3584 /* Get list of legal values. */
3586 prop->sc_value_type, &legal);
3603 /* Check the property values against the legal values. */
3607 /* Check this property value against the legal values. */
3609 for (i = 0; (i < legal->av_count) && (found == 0); i++) {
3613 if (av_get_unsigned(legal, i) ==
3619 if (av_get_integer(legal, i) ==
3625 if (strcmp(av_get_string(legal, i),
3647 av_destroy(legal);