Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3119 uint_t c, children, schildren = 0, lastlogid = 0; in ztest_split_pool() local
3154 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME, in ztest_split_pool()
3156 VERIFY(nvlist_add_string(schild[schildren], in ztest_split_pool()
3158 VERIFY(nvlist_add_uint64(schild[schildren], in ztest_split_pool()
3161 lastlogid = schildren; in ztest_split_pool()
3162 ++schildren; in ztest_split_pool()
3168 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0); in ztest_split_pool()
3176 lastlogid != 0 ? lastlogid : schildren) == 0); in ztest_split_pool()
3181 for (c = 0; c < schildren; c++) in ztest_split_pool()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3317 nvlist_t **schild, uint_t schildren) in find_vdev_entry() argument
3326 for (sc = 0; sc < schildren; sc++) { in find_vdev_entry()