Lines Matching refs:glist
3363 uint64_t *glist; in spa_try_repair() local
3374 &glist, &gcount) != 0) in spa_try_repair()
3382 if (glist[i] == 0) /* vdev is hole */ in spa_try_repair()
3385 vd[i] = spa_lookup_by_guid(spa, glist[i], B_FALSE); in spa_try_repair()
8402 uint64_t txg, *glist; local
8471 glist = kmem_zalloc(children * sizeof (uint64_t), KM_SLEEP);
8497 &glist[c]) != 0) {
8503 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
8552 kmem_free(glist, children * sizeof (uint64_t));
8568 fnvlist_add_uint64_array(nvl, ZPOOL_CONFIG_SPLIT_LIST, glist, children);
8569 kmem_free(glist, children * sizeof (uint64_t));