Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y121 static const char *max_suffix = ".max"; variable
1560 if ((pos = strstr(prop->prop_name, max_suffix)) != NULL) in process_min_max()
1578 if ((prop_name = malloc(strlen(type) + strlen(max_suffix) in process_min_max()
1582 (void) sprintf(prop_name, "%s%s", type, max_suffix); in process_min_max()