Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/cmd/ztest/
HDztest.c2668 uint_t c, children, schildren = 0, lastlogid = 0; in ztest_split_pool() local
2700 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME, in ztest_split_pool()
2702 VERIFY(nvlist_add_string(schild[schildren], in ztest_split_pool()
2704 VERIFY(nvlist_add_uint64(schild[schildren], in ztest_split_pool()
2707 lastlogid = schildren; in ztest_split_pool()
2708 ++schildren; in ztest_split_pool()
2714 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0); in ztest_split_pool()
2722 lastlogid != 0 ? lastlogid : schildren) == 0); in ztest_split_pool()
2727 for (c = 0; c < schildren; c++) in ztest_split_pool()
/trueos/sys/dev/bge/
HDif_bge.c6325 struct sysctl_oid_list *children, *schildren; in bge_add_sysctl_stats() local
6329 schildren = children = SYSCTL_CHILDREN(tree); in bge_add_sysctl_stats()
6362 tree = SYSCTL_ADD_NODE(ctx, schildren, OID_AUTO, "rx", CTLFLAG_RD, in bge_add_sysctl_stats()
6398 tree = SYSCTL_ADD_NODE(ctx, schildren, OID_AUTO, "tx", CTLFLAG_RD, in bge_add_sysctl_stats()
/trueos/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c2888 nvlist_t **schild, uint_t schildren) argument
2897 for (sc = 0; sc < schildren; sc++) {