Searched refs:hp_root (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c139 hp_node_t hp_root = NULL; local
158 rv = copy_hotplug(NULL, di_root, connection, flags, &hp_root);
160 rv = copy_devices(NULL, di_root, flags, &hp_root);
165 *rootp = (rv == 0) ? hp_root : NULL;

Completed in 70 milliseconds