Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c670 char *childtype; in get_replication() local
676 ZPOOL_CONFIG_TYPE, &childtype) == 0); in get_replication()
684 while (strcmp(childtype, in get_replication()
686 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication()
698 &childtype) == 0); in get_replication()
709 strcmp(type, childtype) != 0) { in get_replication()
776 type = childtype; in get_replication()