Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c76 static const char DC_STR_SWAP[] = "swap"; /* Default dump device */ variable
101 (void) strcpy(dcp->dc_device, DC_STR_SWAP); in dconf_init()
411 if (strcmp(dcp->dc_device, DC_STR_SWAP) == 0) { in dconf_update()
596 if (strcasecmp(buf, DC_STR_SWAP) == 0) { in dconf_str2device()
597 (void) strcpy(dcp->dc_device, DC_STR_SWAP); in dconf_str2device()
701 dcp->dc_device : DC_STR_SWAP)); in print_device()