Searched refs:hp_basepath (Results 1 – 3 of 3) sorted by relevance
138 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()
45 char *hp_basepath; member
112 child->hp_basepath = basepath; in getinfo()