Searched defs:DC_STR_SWAP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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);
406 if (strcmp(dcp->dc_device, DC_STR_SWAP) == 0) {
586 if (strcasecmp(buf, DC_STR_SWAP) == 0) {
587 (void) strcpy(dcp->dc_device, DC_STR_SWAP);
691 dcp->dc_device : DC_STR_SWAP));

Completed in 46 milliseconds