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

/osnet-11/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h45 char *hp_basepath; member in struct:hp_node
H A Dlibhotplug.c137 if (root->hp_basepath) {
138 basepath = root->hp_basepath;
140 node->hp_basepath = NULL;
566 if (root->hp_basepath == NULL) {
575 if (strcmp(root->hp_basepath, "/") != 0) {
576 (void) strlcat(path, root->hp_basepath, MAXPATHLEN);
1213 if (root->hp_basepath != NULL) {
1214 rv = nvlist_add_string(nvl, HP_INFO_BASE, root->hp_basepath);
1322 root->hp_basepath = basepath;

Completed in 23 milliseconds