Home
last modified time | relevance | path

Searched refs:di_hp_child (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c294 if ((child_dev = di_hp_child(hp)) != DI_NODE_NIL) in copy_hotplug()
344 if ((child_dev = di_hp_child(port_hp)) != DI_NODE_NIL) { in copy_hotplug()
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers205 di_hp_child;
H A Dlibdevinfo.h346 extern di_node_t di_hp_child(di_hp_t hp);
H A Ddevinfo.c2757 di_hp_child(di_hp_t hp) in di_hp_child() function