Searched refs:schild (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/sparc64/sbus/ |
| D | sbus.c | 720 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-9-stable/cddl/contrib/opensolaris/cmd/ztest/ |
| D | ztest.c | 2643 nvlist_t *tree, **child, *config, *split, **schild; in ztest_split_pool() local 2669 schild = malloc(rvd->vdev_children * sizeof (nvlist_t *)); in ztest_split_pool() 2676 VERIFY(nvlist_alloc(&schild[schildren], NV_UNIQUE_NAME, in ztest_split_pool() 2678 VERIFY(nvlist_add_string(schild[schildren], in ztest_split_pool() 2680 VERIFY(nvlist_add_uint64(schild[schildren], in ztest_split_pool() 2690 VERIFY(nvlist_dup(mchild[0], &schild[schildren++], 0) == 0); in ztest_split_pool() 2697 VERIFY(nvlist_add_nvlist_array(split, ZPOOL_CONFIG_CHILDREN, schild, in ztest_split_pool() 2704 nvlist_free(schild[c]); in ztest_split_pool() 2705 free(schild); in ztest_split_pool()
|
| /freebsd-9-stable/sys/dev/msk/ |
| D | if_msk.c | 4507 struct sysctl_oid_list *child, *schild; in msk_sysctl_node() local 4515 schild = child = SYSCTL_CHILDREN(tree); in msk_sysctl_node() 4516 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD, in msk_sysctl_node() 4554 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD, in msk_sysctl_node()
|
| /freebsd-9-stable/sys/dev/bge/ |
| D | if_bge.c | 6477 struct sysctl_oid_list *child, *schild; in bge_add_sysctl_stats_regs() local 6483 schild = child = SYSCTL_CHILDREN(tree); in bge_add_sysctl_stats_regs() 6500 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "rx", CTLFLAG_RD, in bge_add_sysctl_stats_regs() 6532 tree = SYSCTL_ADD_NODE(ctx, schild, OID_AUTO, "tx", CTLFLAG_RD, in bge_add_sysctl_stats_regs()
|
| /freebsd-9-stable/contrib/groff/tmac/ |
| D | hyphenex.us | 867 Schwarz-schild
|
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_pool.c | 2866 nvlist_t **schild, uint_t schildren) in find_vdev_entry() argument 2877 schild[sc], B_FALSE); in find_vdev_entry()
|