Searched refs:toplevels (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/cmd/zpool/ |
| D | zpool_vdev.c | 603 uint_t t, toplevels; in get_replication() local 616 &top, &toplevels) == 0); in get_replication() 618 for (t = 0; t < toplevels; t++) { in get_replication() 1229 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local 1235 toplevels = 0; in construct_spec() 1379 toplevels++; in construct_spec() 1380 top = realloc(top, toplevels * sizeof (nvlist_t *)); in construct_spec() 1383 top[toplevels - 1] = nv; in construct_spec() 1386 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec() 1406 top, toplevels) == 0); in construct_spec() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_pool.c | 4064 uint_t toplevels; local 4116 &top, &toplevels) == 0);
|