Searched refs:copy_devices (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/hotplugd/ |
H A D | hotplugd_info.c | 51 static int copy_devices(hp_node_t, di_node_t, uint_t, hp_node_t *); 160 rv = copy_devices(NULL, di_root, flags, &hp_root); in copy_devinfo() 176 copy_devices(hp_node_t parent, di_node_t dev, uint_t flags, hp_node_t *rootp) in copy_devices() function 216 if ((rv = copy_devices(self, child, flags, &branch)) != 0) { in copy_devices() 295 if ((rv = copy_devices(node, child_dev, child_flags, in copy_hotplug() 345 if ((rv = copy_devices(port_node, child_dev, in copy_hotplug()
|