Searched refs:hbapathfound (Results 1 – 1 of 1) sorted by relevance
1139 char hbapathfound[MAXPATHLEN]; in g_get_port_path() local1195 strcpy(hbapathfound, "/devices"); in g_get_port_path()1197 strcat(hbapathfound, tmppath); in g_get_port_path()1199 strcat(hbapathfound, ":"); in g_get_port_path()1200 strcat(hbapathfound, di_minor_name(minor_node)); in g_get_port_path()1204 if ((stat(hbapathfound, (struct stat *)&buf)) < 0) { in g_get_port_path()1216 hbapathfound); in g_get_port_path()