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

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c705 long copy_type = smp->msg_type; local
722 if (!error && t && (copy_type != t))
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c1815 char *bitmap_volume, char *copy_type)
1833 if (strcmp(copy_type, "independent") == 0 ||
1834 strcmp(copy_type, gettext("independent")) == 0)
1836 else if (strcmp(copy_type, "dependent") == 0 ||
1837 strcmp(copy_type, gettext("dependent")) == 0)
1814 enable(char *master_volume, char *shadow_volume, char *bitmap_volume, char *copy_type) argument

Completed in 53 milliseconds