Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y123 static const char *max_suffix = ".max"; variable
1562 if ((pos = strstr(prop->prop_name, max_suffix)) != NULL) in process_min_max()
1580 if ((prop_name = malloc(strlen(type) + strlen(max_suffix) in process_min_max()
1584 (void) sprintf(prop_name, "%s%s", type, max_suffix); in process_min_max()