Searched refs:schildren (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm/mv/armada/ |
| H A D | thermal.c | 159 struct sysctl_oid_list *schildren; in armada_thermal_attach() local 213 schildren = SYSCTL_CHILDREN(device_get_sysctl_tree(dev)); in armada_thermal_attach() 214 SYSCTL_ADD_LONG(sctx, schildren, OID_AUTO, "temperature", in armada_thermal_attach()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3365 uint_t c, children, schildren = 0, lastlogid = 0; in ztest_split_pool() local 3400 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME, in ztest_split_pool() 3402 VERIFY(nvlist_add_string(schild[schildren], in ztest_split_pool() 3404 VERIFY(nvlist_add_uint64(schild[schildren], in ztest_split_pool() 3407 lastlogid = schildren; in ztest_split_pool() 3408 ++schildren; in ztest_split_pool() 3414 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0); in ztest_split_pool() 3422 lastlogid != 0 ? lastlogid : schildren) == 0); in ztest_split_pool() 3427 for (c = 0; c < schildren; c++) in ztest_split_pool()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3398 nvlist_t **schild, uint_t schildren) in find_vdev_entry() argument 3407 for (sc = 0; sc < schildren; sc++) { in find_vdev_entry()
|