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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5402 char *s_min = NULL; local
5447 if ((s_min = strdup("")) == NULL) {
5452 if ((s_min = _val_to_string(*min, 0)) == NULL) {
5473 return (_scf_tmpl_add_error(errs, type, pg_name, prop_name, s_min,
5479 free(s_min);
5602 char *s_min = NULL; local
5647 if ((s_min = strdup("")) == NULL) {
5652 if ((s_min = _val_to_string(*((uint64_t *)min), 1)) == NULL) {
5673 return (_scf_tmpl_add_error(errs, type, pg_name, prop_name, s_min,
5679 free(s_min);
[all...]

Completed in 50 milliseconds