Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c138 if (root->hp_basepath) { in hp_fini()
139 basepath = root->hp_basepath; in hp_fini()
141 node->hp_basepath = NULL; in hp_fini()
476 if (root->hp_basepath == NULL) { in hp_path()
485 if (strcmp(root->hp_basepath, "/") != 0) { in hp_path()
486 (void) strlcat(path, root->hp_basepath, MAXPATHLEN); in hp_path()
735 if (root->hp_basepath != NULL) { in hp_pack()
736 rv = nvlist_add_string(nvl, HP_INFO_BASE, root->hp_basepath); in hp_pack()
844 root->hp_basepath = basepath; in hp_unpack()
H A Dlibhotplug_impl.h45 char *hp_basepath; member
/titanic_41/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c112 child->hp_basepath = basepath; in getinfo()