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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c621 char *childtype; local
627 ZPOOL_CONFIG_TYPE, &childtype) == 0);
633 if (strcmp(childtype,
635 strcmp(childtype, VDEV_TYPE_SPARE) == 0) {
647 &childtype) == 0);
658 strcmp(type, childtype) != 0) {
725 type = childtype;

Completed in 61 milliseconds