Searched defs:mchild (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2883 * The mchild array contains a list of disks in one of the top-level mirrors 2885 * user specified on the command line. We loop over the mchild array to 2888 * If a disk in the mchild array is found in the schild array, we return 2892 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, argument 2900 mchild[mc], B_FALSE, B_FALSE); 2982 nvlist_t **mchild, *vdev; local 3022 ZPOOL_CONFIG_CHILDREN, &mchild, &mchildren) == 0); 3026 (entry = find_vdev_entry(zhp, mchild, mchildren, 3029 vdev = mchild[entry]; 3033 vdev = mchild[mchildre [all...] |
Completed in 40 milliseconds