Home
last modified time | relevance | path

Searched refs:toplevels (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c492 uint_t t, toplevels; in get_replication() local
506 &top, &toplevels) == 0); in get_replication()
508 for (t = 0; t < toplevels; t++) { in get_replication()
1494 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local
1500 toplevels = 0; in construct_spec()
1724 toplevels++; in construct_spec()
1725 top = realloc(top, toplevels * sizeof (nvlist_t *)); in construct_spec()
1728 top[toplevels - 1] = nv; in construct_spec()
1731 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec()
1751 (const nvlist_t **)top, toplevels) == 0); in construct_spec()
[all …]