Searched refs:terr_type (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 5694 scf_tmpl_error_type_t terr_type; in _value_in_constraint() local 5837 terr_type = SCF_TERR_VALUE_OUT_OF_RANGE; in _value_in_constraint() 5839 terr_type = SCF_TERR_RANGE_VIOLATION; in _value_in_constraint() 5840 if (_add_tmpl_count_error(errs, terr_type, pg, pt, in _value_in_constraint() 5846 terr_type = SCF_TERR_VALUE_OUT_OF_RANGE; in _value_in_constraint() 5848 terr_type = SCF_TERR_RANGE_VIOLATION; in _value_in_constraint() 5849 if (_add_tmpl_int_error(errs, terr_type, pg, pt, prop, in _value_in_constraint() 5855 terr_type = SCF_TERR_INVALID_VALUE; in _value_in_constraint() 5857 terr_type = SCF_TERR_VALUE_CONSTRAINT_VIOLATED; in _value_in_constraint() 5858 if (_add_tmpl_constraint_error(errs, terr_type, pg, in _value_in_constraint()
|