Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c76 static const char DC_STR_NONE[] = "none"; variable
445 } else if (strcmp(dcp->dc_device, DC_STR_NONE) == 0) { in dconf_update()
593 if (strcasecmp(buf, DC_STR_NONE) == 0) { in dconf_str2device()
594 (void) strcpy(dcp->dc_device, DC_STR_NONE); in dconf_str2device()