Lines Matching defs:mchild
2773 * The mchild array contains a list of disks in one of the top-level mirrors
2775 * user specified on the command line. We loop over the mchild array to
2778 * If a disk in the mchild array is found in the schild array, we return
2782 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren,
2790 mchild[mc], B_FALSE);
2870 nvlist_t **mchild, *vdev;
2910 ZPOOL_CONFIG_CHILDREN, &mchild, &mchildren) == 0);
2914 (entry = find_vdev_entry(zhp, mchild, mchildren,
2917 vdev = mchild[entry];
2921 vdev = mchild[mchildren - 1];