Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dumpadm/
H A Ddconf.c74 static const char DC_STR_NONE[] = "none"; variable
443 } else if (strcmp(dcp->dc_device, DC_STR_NONE) == 0) { in dconf_update()
591 if (strcasecmp(buf, DC_STR_NONE) == 0) { in dconf_str2device()
592 (void) strcpy(dcp->dc_device, DC_STR_NONE); in dconf_str2device()