Searched refs:toplevels (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 594 uint_t t, toplevels; in get_replication() local 608 &top, &toplevels) == 0); in get_replication() 610 for (t = 0; t < toplevels; t++) { in get_replication() 1298 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local 1304 toplevels = 0; in construct_spec() 1500 toplevels++; in construct_spec() 1501 top = realloc(top, toplevels * sizeof (nvlist_t *)); in construct_spec() 1504 top[toplevels - 1] = nv; in construct_spec() 1507 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec() 1527 top, toplevels) == 0); in construct_spec() [all …]
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 4820 uint_t toplevels; in zvol_check_dump_config() local 4872 &top, &toplevels) == 0); in zvol_check_dump_config()
|