Lines Matching refs:child

1596 	nvlist_t **child;
1609 &child, &children) != 0)
1613 vname = zpool_vdev_name(hdl, NULL, child[c], B_TRUE);
1614 print_vdev_tree(hdl, vname, child[c], indent + 2);
1931 nvlist_t **child;
2073 &child, &children) != 0)
2077 if ((ret = vdev_to_nvlist_iter(child[c], search,
2086 nvlist_lookup_uint64(child[c],
2096 &child, &children) == 0) {
2098 if ((ret = vdev_to_nvlist_iter(child[c], search,
2107 &child, &children) == 0) {
2109 if ((ret = vdev_to_nvlist_iter(child[c], search,
2273 nvlist_t **child;
2278 ZPOOL_CONFIG_CHILDREN, &child, &count) != 0)
2282 ret = vdev_get_physpaths(child[i], physpath,
2301 nvlist_t **child;
2313 &child, &count) != 0)
2322 (void) vdev_get_physpaths(child[0], physpath, phypath_size, &rsz,
2572 nvlist_t **child;
2576 if (nvlist_lookup_nvlist_array(search, ZPOOL_CONFIG_CHILDREN, &child,
2582 children == 2 && child[which] == tgt)
2586 if (is_replacing_spare(child[c], tgt, which))
2608 nvlist_t **child;
2636 &child, &children) != 0 || children != 1) {
2645 if ((newname = zpool_vdev_name(NULL, NULL, child[0], B_FALSE)) == NULL)
2865 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL;
2896 if (nvlist_lookup_nvlist_array(tree, ZPOOL_CONFIG_CHILDREN, &child,
2923 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG,
2925 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_HOLE,
2945 verify(nvlist_lookup_string(child[c], ZPOOL_CONFIG_TYPE, &type)
2954 verify(nvlist_lookup_nvlist_array(child[c],
3845 nvlist_t **child;
3851 ZPOOL_CONFIG_CHILDREN, &child, &children) != 0) {
3863 sb = find_start_block(child[c]);
3982 nvlist_t **child;
3995 &child, &children) == 0) {
3997 if (!supported_dump_vdev_type(hdl, child[c], errbuf))