Home
last modified time | relevance | path

Searched refs:schild (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/sparc64/sbus/
Dsbus.c720 device_t schild; in sbus_alloc_resource() local
749 schild = child; in sbus_alloc_resource()
750 while (device_get_parent(schild) != bus) in sbus_alloc_resource()
751 schild = device_get_parent(schild); in sbus_alloc_resource()
752 slot = sbus_get_slot(schild); in sbus_alloc_resource()
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c2662 nvlist_t *tree, **child, *config, *split, **schild; in ztest_split_pool() local
2688 schild = malloc(rvd->vdev_children * sizeof (nvlist_t *)); in ztest_split_pool()
2695 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME, in ztest_split_pool()
2697 VERIFY(nvlist_add_string(schild[schildren], in ztest_split_pool()
2699 VERIFY(nvlist_add_uint64(schild[schildren], in ztest_split_pool()
2709 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0); in ztest_split_pool()
2716 VERIFY(nvlist_add_nvlist_array(split, ZPOOL_CONFIG_CHILDREN, schild, in ztest_split_pool()
2723 nvlist_free(schild[c]); in ztest_split_pool()
2724 free(schild); in ztest_split_pool()
/freebsd-10-stable/sys/dev/msk/
Dif_msk.c4506 struct sysctl_oid_list *child, *schild; in msk_sysctl_node() local
4514 schild = child = SYSCTL_CHILDREN(tree); in msk_sysctl_node()
4515 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD, in msk_sysctl_node()
4553 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD, in msk_sysctl_node()
/freebsd-10-stable/sys/dev/bge/
Dif_bge.c6460 struct sysctl_oid_list *child, *schild; in bge_add_sysctl_stats_regs() local
6466 schild = child = SYSCTL_CHILDREN(tree); in bge_add_sysctl_stats_regs()
6483 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD, in bge_add_sysctl_stats_regs()
6515 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD, in bge_add_sysctl_stats_regs()
/freebsd-10-stable/contrib/groff/tmac/
Dhyphenex.us867 Schwarz-schild
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c2856 nvlist_t **schild, uint_t schildren) argument
2867 schild[sc], B_FALSE);