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

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c396 print_vdev_tree(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int indent, function
429 print_vdev_tree(zhp, vname, child[c], indent + 2, "",
643 print_vdev_tree(zhp, poolname, poolnvroot, 0, "",
645 print_vdev_tree(zhp, NULL, nvroot, 0, "", name_flags);
648 print_vdev_tree(zhp, "dedup", poolnvroot, 0,
650 print_vdev_tree(zhp, NULL, nvroot, 0, VDEV_ALLOC_BIAS_DEDUP,
653 print_vdev_tree(zhp, "special", poolnvroot, 0,
655 print_vdev_tree(zhp, NULL, nvroot, 0, VDEV_ALLOC_BIAS_SPECIAL,
658 print_vdev_tree(zhp, "logs", poolnvroot, 0, VDEV_ALLOC_BIAS_LOG,
660 print_vdev_tree(zh
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1713 print_vdev_tree(libzfs_handle_t *hdl, const char *name, nvlist_t *nv, function
1734 print_vdev_tree(hdl, vname, child[c], indent + 2);
1955 print_vdev_tree(hdl, NULL, missing, 2);

Completed in 96 milliseconds