Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dumpadm/
H A Ddconf.c73 static const char DC_STR_SWAP[] = "swap"; /* Default dump device */ variable
98 (void) strcpy(dcp->dc_device, DC_STR_SWAP); in dconf_init()
406 if (strcmp(dcp->dc_device, DC_STR_SWAP) == 0) { in dconf_update()
586 if (strcasecmp(buf, DC_STR_SWAP) == 0) { in dconf_str2device()
587 (void) strcpy(dcp->dc_device, DC_STR_SWAP); in dconf_str2device()
691 dcp->dc_device : DC_STR_SWAP)); in print_device()