Searched refs:schild (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 3614 nvlist_t *tree, **child, *config, *split, **schild; in ztest_split_pool() local 3642 schild = umem_alloc(rvd->vdev_children * sizeof (nvlist_t *), in ztest_split_pool() 3650 schild[schildren] = fnvlist_alloc(); in ztest_split_pool() 3651 fnvlist_add_string(schild[schildren], in ztest_split_pool() 3653 fnvlist_add_uint64(schild[schildren], in ztest_split_pool() 3663 schild[schildren++] = fnvlist_dup(mchild[0]); in ztest_split_pool() 3670 (const nvlist_t **)schild, lastlogid != 0 ? lastlogid : schildren); in ztest_split_pool() 3676 fnvlist_free(schild[c]); in ztest_split_pool() 3677 umem_free(schild, rvd->vdev_children * sizeof (nvlist_t *)); in ztest_split_pool()
|
| /freebsd/sys/dev/msk/ |
| H A D | if_msk.c | 4458 struct sysctl_oid_list *child, *schild; in msk_sysctl_node() local 4466 schild = SYSCTL_CHILDREN(tree); in msk_sysctl_node() 4467 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", in msk_sysctl_node() 4505 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", in msk_sysctl_node()
|
| /freebsd/sys/dev/bge/ |
| H A D | if_bge.c | 6439 struct sysctl_oid_list *child, *schild; in bge_add_sysctl_stats_regs() local 6445 schild = child = SYSCTL_CHILDREN(tree); in bge_add_sysctl_stats_regs() 6462 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", in bge_add_sysctl_stats_regs() 6494 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", in bge_add_sysctl_stats_regs()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 3895 nvlist_t **schild, uint_t schildren) in find_vdev_entry() argument 3906 schild[sc], 0); in find_vdev_entry()
|