Searched refs:schild (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c3588 nvlist_t *tree, **child, *config, *split, **schild; local
3616 schild = umem_alloc(rvd->vdev_children * sizeof (nvlist_t *),
3624 schild[schildren] = fnvlist_alloc();
3625 fnvlist_add_string(schild[schildren],
3627 fnvlist_add_uint64(schild[schildren],
3637 schild[schildren++] = fnvlist_dup(mchild[0]);
3644 (const nvlist_t **)schild, lastlogid != 0 ? lastlogid : schildren);
3650 fnvlist_free(schild[c]);
3651 umem_free(schild, rvd->vdev_children * sizeof (nvlist_t *));
/freebsd-current/sys/dev/msk/
H A Dif_msk.c4482 struct sysctl_oid_list *child, *schild; local
4490 schild = SYSCTL_CHILDREN(tree);
4491 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx",
4529 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx",
/freebsd-current/sys/dev/bge/
H A Dif_bge.c6439 struct sysctl_oid_list *child, *schild; local
6445 schild = child = SYSCTL_CHILDREN(tree);
6462 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx",
6494 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx",
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3692 * of the source pool. The schild array contains a list of disks that the
3694 * see if any entry in the schild array matches.
3696 * If a disk in the mchild array is found in the schild array, we return
3701 nvlist_t **schild, uint_t schildren)
3712 schild[sc], 0);
3700 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, nvlist_t **schild, uint_t schildren) argument

Completed in 149 milliseconds