Home
last modified time | relevance | path

Searched refs:s_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5292 char *s_max = NULL; in _add_tmpl_count_error() local
5347 if ((s_max = strdup("")) == NULL) { in _add_tmpl_count_error()
5352 if ((s_max = _val_to_string(*max, 0)) == NULL) { in _add_tmpl_count_error()
5363 s_max, num, t_fmri, t_pg_name, t_pg_type, t_prop_name, in _add_tmpl_count_error()
5369 free(s_max); in _add_tmpl_count_error()
5492 char *s_max = NULL; in _add_tmpl_int_error() local
5547 if ((s_max = strdup("")) == NULL) { in _add_tmpl_int_error()
5552 if ((s_max = _val_to_string(*((uint64_t *)max), 1)) == NULL) { in _add_tmpl_int_error()
5563 s_max, value, t_fmri, t_pg_name, t_pg_type, t_prop_name, in _add_tmpl_int_error()
5569 free(s_max); in _add_tmpl_int_error()