Home
last modified time | relevance | path

Searched refs:child (Results 176 – 200 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/cmd/mandoc/
H A Dtree.c53 print_mdoc(mdoc->first->child, 0); in tree_mdoc()
63 print_man(man->first->child, 0); in tree_man()
199 if (n->child) in print_mdoc()
200 print_mdoc(n->child, indent + in print_mdoc()
282 if (n->child) in print_man()
283 print_man(n->child, indent + in print_man()
H A Droff_html.c75 for (n = n->child->next; n != NULL; n = n->next) { in roff_html_pre_ce()
98 cp = n->child->string; in roff_html_pre_ft()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c164 int mask, child, setintr, haderr, didfds; member
180 sv.child = child; sv.setintr = setintr;
196 child = sv.child; setintr = sv.setintr;
225 child++;
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_node.c121 pnode_t child; in promif_childnode() local
125 child = promif_stree_childnode(p1275_cell2dnode(ci[3])); in promif_childnode()
127 ci[4] = p1275_dnode2cell(child); in promif_childnode()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c879 hp_node_t child; in i_hp_pack_branch() local
904 for (child = root->hp_child; child != NULL; child = child->hp_sibling) { in i_hp_pack_branch()
905 if ((rv = i_hp_pack_branch(child, &buf, &len)) == 0) { in i_hp_pack_branch()
996 hp_node_t child; in i_hp_unpack_branch() local
1043 rv = i_hp_unpack_branch(buf, len, node, &child); in i_hp_unpack_branch()
1052 prev_child->hp_sibling = child; in i_hp_unpack_branch()
1054 node->hp_child = child; in i_hp_unpack_branch()
1056 prev_child = child; in i_hp_unpack_branch()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.terminate_by_signal.ksh57 for child in zfs.list.children(fs) do
58 local snapname = child .. "@" .. snap
H A Dtst.snapshot_recursive.zcp23 for child in zfs.list.children(root) do
24 snapshot_recursive(child)
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c293 child(int id) in child() function
517 if ((pnode = find_failed_node(root->child)) != NULL) in find_failed_node()
541 if ((pnode = find_failed_node(root->child)) != NULL) { in next_failed_node()
712 if ((node = dev_find_node_by_type(root->child, type, in dev_find_node_by_type()
733 if ((node = dev_find_node_by_type(root->child, type, in dev_next_node_by_type()
787 node = dev_find_node_by_compatible(root->child, compatible); in dev_find_node_by_compatible()
817 node = dev_find_node_by_compatible(root->child, compatible); in dev_next_node_by_compatible()
H A Dpdevinfo_sun4v.c165 pnode->child = NULL; in sun4v_walk()
216 if (curnode = child(id)) { in sun4v_walk()
217 pnode->child = sun4v_walk(tree, pnode, curnode); in sun4v_walk()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c874 be_do_install_mbr(char *diskname, nvlist_t *child) in be_do_install_mbr() argument
900 (void) nvlist_lookup_uint64(child, ZPOOL_CONFIG_WHOLE_DISK, in be_do_install_mbr()
946 if (nvlist_lookup_string(child, ZPOOL_CONFIG_TYPE, &type) != 0) { in be_do_installboot_helper()
955 if (nvlist_lookup_string(child, ZPOOL_CONFIG_PATH, &path) != 0) { in be_do_installboot_helper()
961 if ((nvlist_lookup_uint64_array(child, ZPOOL_CONFIG_VDEV_STATS, in be_do_installboot_helper()
992 vname = zpool_vdev_name(g_zfs, zphp, child, B_FALSE); in be_do_installboot_helper()
1005 be_do_install_mbr(diskname, child)) in be_do_installboot_helper()
1011 be_do_install_mbr(diskname, child)) in be_do_installboot_helper()
1271 nvlist_t **child; in be_do_installboot_walk() local
1284 vname = zpool_vdev_name(g_zfs, zphp, child[c], verbose); in be_do_installboot_walk()
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c464 display_dev_node(np->child, depth+1); in display_dev_node()
500 for (card_node = sbus->child; card_node != NULL; in display_sbus()
554 child_name = get_node_name(card_node->child); in display_sbus()
555 if ((card_node->child != NULL) && in display_sbus()
557 value = get_prop_val(find_prop(card_node->child, in display_sbus()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c346 HalDevice *child; in devinfo_remove_branch() local
362 child = HAL_DEVICE (i->data); in devinfo_remove_branch()
363 HAL_INFO (("remove_branch: child %s\n", hal_device_get_udi (child))); in devinfo_remove_branch()
364 …vinfo_remove_branch ((gchar *)hal_device_property_get_string (child, "solaris.devfs_path"), child); in devinfo_remove_branch()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h960 #define CIP(child) ((child_info_t *)(child)) argument
961 #define DIP(child) ((dev_info_t *)(child)) argument
962 #define PIP(child) ((mdi_pathinfo_t *)(child)) argument
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1165 nvlist_t **child; in zpool_has_special_vdev() local
1756 nvlist_t **child; in print_vdev_tree() local
1769 &child, &children) != 0) in print_vdev_tree()
2384 nvlist_t **child; in vdev_to_nvlist_iter() local
2729 nvlist_t **child; in vdev_get_physpaths() local
2757 nvlist_t **child; in zpool_get_config_physpath() local
2769 &child, &count) != 0) in zpool_get_config_physpath()
3054 nvlist_t **child; in is_replacing_spare() local
3090 nvlist_t **child; in zpool_vdev_attach() local
4562 nvlist_t **child; in find_start_block() local
[all …]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c876 repcache_entity_t *parent, *child; in entity_get_child() local
889 child->re_type, &child->re_node); in entity_get_child()
891 entity_release(child); in entity_get_child()
911 repcache_entity_t *child, *parent; in entity_get_parent() local
924 entity_release(child); in entity_get_parent()
1025 repcache_entity_t *child; in entity_create_child() local
1047 child->re_changeid = rpr->rpr_changeid; in entity_create_child()
1051 entity_release(child); in entity_create_child()
1061 repcache_entity_t *child; in entity_create_pg() local
1083 rpr->rpr_flags, &child->re_node); in entity_create_pg()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c451 treenode_t *child, *curr, *connect_point; in more_visible() local
508 child = tree_find_child_by_vis(connect_point, curr->tree_vis); in more_visible()
514 if (child && in more_visible()
515 (child->tree_exi == NULL || curr->tree_exi == NULL)) { in more_visible()
517 child->tree_exi = curr->tree_exi; in more_visible()
518 child->tree_exi->exi_tree = child; in more_visible()
521 connect_point = child; in more_visible()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse.c84 struct basic_block *child; in check_children() local
92 FOR_EACH_PTR(bb->children, child) { in check_children()
93 if (check_bb_context(ep, child, entry, exit)) in check_children()
95 } END_FOR_EACH_PTR(child); in check_children()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c57 struct profile_node *child, *next; in profile_free_node() local
67 for (child=node->first_child; child; child = next) { in profile_free_node()
68 next = child->next; in profile_free_node()
69 profile_free_node(child); in profile_free_node()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmubus.c855 dev_info_t *child = (dev_info_t *)arg; in pmubus_ctlops() local
863 if (ddi_getlongprop(DDI_DEV_T_ANY, child, in pmubus_ctlops()
873 "%s size=%d\n", ddi_node_name(child), reglen); in pmubus_ctlops()
880 ddi_set_name_addr(child, name); in pmubus_ctlops()
887 ddi_set_name_addr(child, NULL); in pmubus_ctlops()
888 ddi_remove_minor_node(child, NULL); in pmubus_ctlops()
889 impl_rem_dev_props(child); in pmubus_ctlops()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unload-key/
H A Dzfs_unload-key_all.ksh53 log_must zfs create $TESTPOOL/$TESTFS1/child
68 log_must key_unavailable $TESTPOOL/$TESTFS1/child
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c622 ebus_name_child(dev_info_t *child, char *name, int namelen) in ebus_name_child() argument
631 if (ddi_getlongprop(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS, in ebus_name_child()
668 dev_info_t *child = (dev_info_t *)arg; in ebus_ctlops() local
674 ddi_get_name(child), ddi_get_instance(child)); in ebus_ctlops()
676 if (ebus_name_child(child, name, 10) != DDI_SUCCESS) { in ebus_ctlops()
681 ddi_set_name_addr(child, name); in ebus_ctlops()
682 ddi_set_parent_data(child, NULL); in ebus_ctlops()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c980 dev_info_t *child = NULL; in fcoei_trigger_fp_attach() local
983 ndi_devi_alloc_sleep(ss->ss_dip, "fp", DEVI_PSEUDO_NODEID, &child); in fcoei_trigger_fp_attach()
984 if (child == NULL) { in fcoei_trigger_fp_attach()
992 if (ddi_prop_update_string(DDI_DEV_T_NONE, child, in fcoei_trigger_fp_attach()
995 (void) ndi_devi_free(child); in fcoei_trigger_fp_attach()
1003 if (ddi_prop_update_int(DDI_DEV_T_NONE, child, in fcoei_trigger_fp_attach()
1006 (void) ndi_devi_free(child); in fcoei_trigger_fp_attach()
1013 rval = ndi_devi_online(child, NDI_ONLINE_ATTACH); in fcoei_trigger_fp_attach()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c427 FN_string_t *child; in list_ctx_aux() local
437 while ((child = fn_bindinglist_next(bindings, &ref, status)) != NULL) { in list_ctx_aux()
438 if (fn_compound_name_append_comp(name, child, &stat) == 0) { in list_ctx_aux()
459 fn_string_destroy(child); in list_ctx_aux()
464 fn_string_destroy(child); in list_ctx_aux()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h423 struct fc_device_tree *child; member
427 void fc_add_child(dev_info_t *child, dev_info_t *parent,
430 void fc_remove_child(dev_info_t *child, struct fc_device_tree *head);
452 dev_info_t *child; /* Child being configured, if any */ member
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh64 child=$!
66 wait $child

12345678910>>...18