Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c577 const char *childtype; in get_replication() local
583 ZPOOL_CONFIG_TYPE, &childtype) == 0); in get_replication()
591 while (strcmp(childtype, in get_replication()
593 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication()
605 &childtype) == 0); in get_replication()
616 strcmp(type, childtype) != 0) { in get_replication()
683 type = childtype; in get_replication()