Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c71 static const char DC_STR_ON[] = "on"; /* On string */ variable
660 if (strcasecmp(buf, DC_STR_ON) == 0) { in dconf_str2csave()
707 DC_STR_ON : DC_STR_OFF)); in print_csave()