Lines Matching defs:s_max
5292 char *s_max = NULL;
5347 if ((s_max = strdup("")) == NULL) {
5352 if ((s_max = _val_to_string(*max, 0)) == NULL) {
5363 s_max, num, t_fmri, t_pg_name, t_pg_type, t_prop_name,
5369 free(s_max);
5492 char *s_max = NULL;
5547 if ((s_max = strdup("")) == NULL) {
5552 if ((s_max = _val_to_string(*((uint64_t *)max), 1)) == NULL) {
5563 s_max, value, t_fmri, t_pg_name, t_pg_type, t_prop_name,
5569 free(s_max);