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

/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbus.c720 device_t schild; local
749 schild = child;
750 while (device_get_parent(schild) != bus)
751 schild = device_get_parent(schild);
752 slot = sbus_get_slot(schild);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2768 nvlist_t *tree, **child, *config, *split, **schild; local
2794 schild = malloc(rvd->vdev_children * sizeof (nvlist_t *));
2801 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME,
2803 VERIFY(nvlist_add_string(schild[schildren],
2805 VERIFY(nvlist_add_uint64(schild[schildren],
2815 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0);
2822 VERIFY(nvlist_add_nvlist_array(split, ZPOOL_CONFIG_CHILDREN, schild,
2829 nvlist_free(schild[c]);
2830 free(schild);
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c4500 struct sysctl_oid_list *child, *schild; local
4508 schild = child = SYSCTL_CHILDREN(tree);
4509 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD,
4547 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD,
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c6463 struct sysctl_oid_list *child, *schild; local
6469 schild = child = SYSCTL_CHILDREN(tree);
6486 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD,
6518 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c3030 * of the source pool. The schild array contains a list of disks that the
3032 * see if any entry in the schild array matches.
3034 * If a disk in the mchild array is found in the schild array, we return
3039 nvlist_t **schild, uint_t schildren)
3050 schild[sc], B_FALSE);
3038 find_vdev_entry(zpool_handle_t *zhp, nvlist_t **mchild, uint_t mchildren, nvlist_t **schild, uint_t schildren) argument

Completed in 180 milliseconds