Lines Matching defs:mchild
3811 * The mchild array contains a list of disks in one of the top-level mirrors
3813 * user specified on the command line. We loop over the mchild array to
3816 * If a disk in the mchild array is found in the schild array, we return
3820 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren,
3828 mchild[mc], 0);
3917 nvlist_t **mchild, *vdev;
3969 ZPOOL_CONFIG_CHILDREN, &mchild, &mchildren) == 0);
3973 (entry = find_vdev_entry(zhp, mchild, mchildren,
3976 vdev = mchild[entry];
3980 vdev = mchild[mchildren - 1];