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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c2091 static capacity_descr_t capacity_type[] = { variable
2112 for (i = 0; *capacity_type[i].resource_name != '\0'; i++) {
2113 if ((capacity_type[i].match_type == MATCH_EXACT &&
2114 strcmp(capacity_type[i].resource_name,
2116 (capacity_type[i].match_type == MATCH_PREFIX &&
2117 strncmp(capacity_type[i].resource_name,
2119 strlen(capacity_type[i].resource_name)) == 0))
2121 return (&capacity_type[i]);

Completed in 61 milliseconds