Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c58 static hp_node_t new_hotplug_node(hp_node_t, di_hp_t);
285 if ((node = new_hotplug_node(parent, hp)) == NULL) { in copy_hotplug()
318 if ((node = new_hotplug_node(parent, hp)) == NULL) { in copy_hotplug()
336 if ((port_node = new_hotplug_node(node, in copy_hotplug()
491 new_hotplug_node(hp_node_t parent, di_hp_t hp) in new_hotplug_node() function