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.c551 const char *childtype; in get_replication() local
557 ZPOOL_CONFIG_TYPE, &childtype) == 0); in get_replication()
565 while (strcmp(childtype, in get_replication()
567 strcmp(childtype, VDEV_TYPE_SPARE) == 0) { in get_replication()
579 &childtype) == 0); in get_replication()
599 strcmp(type, childtype) != 0) { in get_replication()
663 type = childtype; in get_replication()