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

/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c569 char *childtype; local
575 ZPOOL_CONFIG_TYPE, &childtype) == 0);
583 while (strcmp(childtype,
585 strcmp(childtype, VDEV_TYPE_SPARE) == 0) {
597 &childtype) == 0);
608 strcmp(type, childtype) != 0) {
675 type = childtype;

Completed in 107 milliseconds