Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c1139 char hbapathfound[MAXPATHLEN]; in g_get_port_path() local
1195 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()