Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c407 const char *typestrings[] = { "type", "TYPE", NULL }; in eval_func() local
434 for (i = 0; typestrings[i] != NULL; i++) { in eval_func()
435 s = config_getprop(cp, stable(typestrings[i])); in eval_func()