Searched refs:schildren (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm/mv/armada/ |
H A D | thermal.c | 153 struct sysctl_oid_list *schildren; in armada_thermal_attach() local 207 schildren = SYSCTL_CHILDREN(device_get_sysctl_tree(dev)); in armada_thermal_attach() 208 SYSCTL_ADD_LONG(sctx, schildren, OID_AUTO, "temperature", in armada_thermal_attach()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 3614 uint_t c, children, schildren = 0, lastlogid = 0; in ztest_split_pool() local 3649 schild[schildren] = fnvlist_alloc(); in ztest_split_pool() 3650 fnvlist_add_string(schild[schildren], in ztest_split_pool() 3652 fnvlist_add_uint64(schild[schildren], in ztest_split_pool() 3655 lastlogid = schildren; in ztest_split_pool() 3656 ++schildren; in ztest_split_pool() 3662 schild[schildren++] = fnvlist_dup(mchild[0]); in ztest_split_pool() 3669 (const nvlist_t **)schild, lastlogid != 0 ? lastlogid : schildren); in ztest_split_pool() 3674 for (c = 0; c < schildren; c++) in ztest_split_pool()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 6298 struct sysctl_oid_list *children, *schildren; in bge_add_sysctl_stats() local 6302 schildren = children = SYSCTL_CHILDREN(tree); in bge_add_sysctl_stats() 6335 tree = SYSCTL_ADD_NODE(ctx, schildren, OID_AUTO, "rx", in bge_add_sysctl_stats() 6371 tree = SYSCTL_ADD_NODE(ctx, schildren, OID_AUTO, "tx", in bge_add_sysctl_stats()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 3821 nvlist_t **schild, uint_t schildren) in find_vdev_entry() argument 3830 for (sc = 0; sc < schildren; sc++) { in find_vdev_entry()
|