Home
last modified time | relevance | path

Searched refs:hp_child (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c101 child = root->hp_child; in getinfo()
200 &self->hp_child)) != 0) { in copy_devices()
224 self->hp_child = children.head; in copy_devices()
296 &node->hp_child)) != 0) in copy_hotplug()
346 child_flags, &port_node->hp_child)) != 0) in copy_hotplug()
350 node->hp_child = ports.head; in copy_hotplug()
H A Dhotplugd_rcm.c503 usage->hp_sibling = node->hp_child; in merge_callback()
504 node->hp_child = usage; in merge_callback()
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c149 if (node->hp_child) in hp_fini()
150 hp_fini(node->hp_child); in hp_fini()
191 if (node->hp_child && (rv != HP_WALK_PRUNECHILD)) in hp_traverse()
192 if (hp_traverse(node->hp_child, arg, hp_callback) == in hp_traverse()
391 hp_child(hp_node_t node) in hp_child() function
401 if (node->hp_child == NULL) { in hp_child()
406 return (node->hp_child); in hp_child()
904 for (child = root->hp_child; child != NULL; child = child->hp_sibling) { in i_hp_pack_branch()
1054 node->hp_child = child; in i_hp_unpack_branch()
H A Dlibhotplug_impl.h49 hp_node_t hp_child; member
H A Dlibhotplug.h88 hp_node_t hp_child(hp_node_t node);
H A Dmapfile-vers52 hp_child;
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h345 di_off_t hp_child; /* child device node */ member
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c241 dev_info_t *hp_child; /* Child devinfo node of the di_hp_t */ member
3578 me->hp_child = 0; in di_gethpdata()
3587 hp->hp_child = hp_hdl->cn_info.cn_child; in di_gethpdata()
4268 if ((hp_list_node->hp_child != NULL) && in di_hotplug_children()
4269 (di_dip_find(st, hp_list_node->hp_child, &off) == 0)) { in di_hotplug_children()
4271 hp->hp_child = off; in di_hotplug_children()
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1119 if (((child = hp_child(node)) != NULL) && in error_cb()
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c577 port = hp_child(connector); in cfga_get_state()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2771 if (DI_HP(hp)->hp_child > 0) { in di_hp_child()
2772 return (DI_NODE(pa + DI_HP(hp)->hp_child)); in di_hp_child()